Skip to content

Minor Strict Concurrency fix #173

Minor Strict Concurrency fix

Minor Strict Concurrency fix #173

Triggered via pull request July 18, 2024 09:27
Status Cancelled
Total duration 16m 30s
Artifacts 3

build-and-test.yml

on: pull_request
Build and Test Swift Package iOS  /  Test using xcodebuild or run fastlane
2m 57s
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane
Build and Test Swift Package watchOS  /  Test using xcodebuild or run fastlane
0s
Build and Test Swift Package watchOS / Test using xcodebuild or run fastlane
Build and Test Swift Package visionOS  /  Test using xcodebuild or run fastlane
2m 15s
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane
Build and Test Swift Package tvOS  /  Test using xcodebuild or run fastlane
1m 58s
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane
Build and Test Swift Package macOS  /  Test using xcodebuild or run fastlane
1m 31s
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane
Build and Test UI Tests iOS  /  Test using xcodebuild or run fastlane
0s
Build and Test UI Tests iOS / Test using xcodebuild or run fastlane
Build and Test UI Tests iPadOS  /  Test using xcodebuild or run fastlane
0s
Build and Test UI Tests iPadOS / Test using xcodebuild or run fastlane
Build and Test UI Tests visionOS  /  Test using xcodebuild or run fastlane
0s
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane
Upload Coverage Report  /  ...  /  Create and upload coverage report
Upload Coverage Report / Create and upload coverage report / Create and upload coverage report
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 29 warnings, and 2 notices
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Tests/SpeziViewsTests/SnapshotTests.swift#L53
testDismissButton, failed - Snapshot "iphone-regular" does not match reference.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Tests/SpeziViewsTests/SnapshotTests.swift#L54
testDismissButton, failed - Snapshot "ipad-regular" does not match reference.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Tests/SpeziViewsTests/SnapshotTests.swift#L29
testListRow, failed - Snapshot "iphone-regular" does not match reference.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Tests/SpeziViewsTests/SnapshotTests.swift#L30
testListRow, failed - Snapshot "ipad-regular" does not match reference.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Tests/SpeziViewsTests/SnapshotTests.swift#L32
testListRow, failed - Snapshot "iphone-XA3" does not match reference.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Tests/SpeziViewsTests/SnapshotTests.swift#L33
testListRow, failed - Snapshot "ipad-XA3" does not match reference.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Tests/SpeziViewsTests/SnapshotTests.swift#L43
testReverseLabelStyle, failed - Snapshot "iphone-regular" does not match reference.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Tests/SpeziViewsTests/SnapshotTests.swift#L44
testReverseLabelStyle, failed - Snapshot "ipad-regular" does not match reference.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane
Tests Failed: 8 failed, 0 skipped, 4 total (37.525 seconds)
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane
Process completed with exit code 65.
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Modules/ConfigureTipKit.swift#L56
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Drawing/CanvasView.swift#L36
main actor-isolated instance method 'canvasViewDrawingDidChange' cannot be used to satisfy nonisolated protocol requirement
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Drawing/CanvasView.swift#L24
main actor-isolated instance method 'canvasViewDidBeginUsingTool' cannot be used to satisfy nonisolated protocol requirement
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Drawing/CanvasView.swift#L30
main actor-isolated instance method 'canvasViewDidEndUsingTool' cannot be used to satisfy nonisolated protocol requirement
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Drawing/CanvasView.swift#L125
static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Layout/DynamicHStack.swift#L91
main actor-isolated default value in a nonisolated context; this is an error in Swift 6
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Layout/HorizontalGeometryReader.swift#L15
static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Layout/DynamicHStack.swift#L91
main actor-isolated default value in a nonisolated context; this is an error in Swift 6
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Layout/HorizontalGeometryReader.swift#L15
static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Modules/ConfigureTipKit.swift#L56
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Modules/ConfigureTipKit.swift#L56
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Layout/HorizontalGeometryReader.swift#L15
static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Layout/HorizontalGeometryReader.swift#L15
static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Modules/ConfigureTipKit.swift#L56
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationEngine.swift#L30
static property 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationRule.swift#L72
stored property 'message' of 'Sendable'-conforming struct 'ValidationRule' has non-sendable type 'LocalizedStringResource'
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationEngine.swift#L30
static property 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationRule.swift#L72
stored property 'message' of 'Sendable'-conforming struct 'ValidationRule' has non-sendable type 'LocalizedStringResource'
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationRule.swift#L115
capture of 'regex' with non-sendable type 'Regex<AnyRegexOutput>' in a `@Sendable` closure
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Modules/ConfigureTipKit.swift#L56
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Layout/HorizontalGeometryReader.swift#L15
static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Modules/ConfigureTipKit.swift#L56
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziViews/Views/Layout/HorizontalGeometryReader.swift#L15
static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationEngine.swift#L30
static property 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationRule.swift#L72
stored property 'message' of 'Sendable'-conforming struct 'ValidationRule' has non-sendable type 'LocalizedStringResource'
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationRule.swift#L72
stored property 'message' of 'Sendable'-conforming struct 'ValidationRule' has non-sendable type 'LocalizedStringResource'
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationRule.swift#L115
capture of 'regex' with non-sendable type 'Regex<AnyRegexOutput>' in a `@Sendable` closure
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane: Sources/SpeziValidation/ValidationEngine.swift#L30
static property 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane
Tests Passed: 0 failed, 0 skipped, 4 total (1.052 seconds)
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane
Tests Passed: 0 failed, 0 skipped, 4 total (1.167 seconds)

Artifacts

Produced during runtime
Name Size
SpeziViews-iOS.xcresult Expired
42.4 MB
SpeziViews-macOS.xcresult Expired
134 KB
SpeziViews-tvOS.xcresult Expired
138 KB