Skip to content

fix: re-add deprecated generic variable() and variableValue() methods #109

fix: re-add deprecated generic variable() and variableValue() methods

fix: re-add deprecated generic variable() and variableValue() methods #109

Triggered via pull request March 28, 2024 19:33
Status Failure
Total duration 3m 17s
Artifacts

tvos.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 14 warnings
build: DevCycleTests/Models/DevCycleClientTests.swift#L216
cannot specialize a non-generic definition
build: DevCycleTests/Models/DevCycleClientTests.swift#L219
cannot specialize a non-generic definition
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: DevCycleHQ/carthage-bootstrap@xcframeworks2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: DevCycleHQ/carthage-bootstrap@xcframeworks2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: DevCycle/SSEConnection.swift#L10
module 'LDSwiftEventSource' was not compiled with library evolution support; using it means binary compatibility for 'DevCycle' can't be guaranteed
build: DevCycle/ObjC/ObjCDevCycleClient.swift#L62
comparing non-optional value of type 'String' to 'nil' always returns false
build: DevCycle/ObjC/ObjCDevCycleClient.swift#L65
comparing non-optional value of type 'ObjCDevCycleUser' to 'nil' always returns false
build: DevCycle/ObjC/ObjCDevCycleOptions.swift#L35
'flushEventsIntervalMs' is deprecated: Use eventFlushIntervalMS
build: DevCycle/ObjC/ObjCDevCycleOptions.swift#L42
'disableEventLogging' is deprecated: Use disableAutomaticEventLogging or disableCustomEventLogging
build: DevCycle/ObjC/ObjCDevCycleOptions.swift#L76
conditional cast from 'NSString' to 'String' always succeeds
build: DevCycle/SSEConnection.swift#L10
module 'LDSwiftEventSource' was not compiled with library evolution support; using it means binary compatibility for 'DevCycle' can't be guaranteed
build: DevCycleTests/Models/DevCycleOptionsTest.swift#L18
'disableEventLogging' is deprecated: Use disableAutomaticEventLogging or disableCustomEventLogging
build: DevCycleTests/Models/DevCycleOptionsTest.swift#L42
'disableEventLogging' is deprecated: Use disableAutomaticEventLogging or disableCustomEventLogging
build: DevCycleTests/Models/DevCycleOptionsTest.swift#L52
'DVCOptions' is deprecated: Use DevCycleOptions