Skip to content

Minor Strict Concurrency fix #172

Minor Strict Concurrency fix

Minor Strict Concurrency fix #172

Triggered via pull request July 18, 2024 09:07
Status Failure
Total duration 15m 40s
Artifacts 8

build-and-test.yml

on: pull_request
Build and Test Swift Package iOS  /  Test using xcodebuild or run fastlane
5m 26s
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane
Build and Test Swift Package watchOS  /  Test using xcodebuild or run fastlane
2m 21s
Build and Test Swift Package watchOS / Test using xcodebuild or run fastlane
Build and Test Swift Package visionOS  /  Test using xcodebuild or run fastlane
1m 39s
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane
Build and Test Swift Package tvOS  /  Test using xcodebuild or run fastlane
2m 19s
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 48s
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane
Build and Test UI Tests iOS  /  Test using xcodebuild or run fastlane
9m 7s
Build and Test UI Tests iOS / Test using xcodebuild or run fastlane
Build and Test UI Tests iPadOS  /  Test using xcodebuild or run fastlane
1m 39s
Build and Test UI Tests iPadOS / Test using xcodebuild or run fastlane
Build and Test UI Tests visionOS  /  Test using xcodebuild or run fastlane
10m 1s
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

15 errors, 69 warnings, and 5 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 (29.547 seconds)
Build and Test Swift Package iOS / Test using xcodebuild or run fastlane
Process completed with exit code 65.
Build and Test UI Tests iPadOS / Test using xcodebuild or run fastlane
error: An empty identity is not valid when signing a binary for the product type 'UI Testing Bundle'. (in target 'TestAppUITests' from project 'UITests')
Build and Test UI Tests iPadOS / Test using xcodebuild or run fastlane
Process completed with exit code 65.
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane
Tests Failed: 1 failed, 0 skipped, 17 total (401.978 seconds)
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane
Process completed with exit code 65.
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/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 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 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/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/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/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#L115
capture of 'regex' with non-sendable type 'Regex<AnyRegexOutput>' in a `@Sendable` closure
Build and Test Swift Package visionOS / 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 visionOS / 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 visionOS / 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 visionOS / 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 visionOS / 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 visionOS / 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 visionOS / 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 visionOS / 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 visionOS / 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 visionOS / 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 watchOS / 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 watchOS / 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 watchOS / 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 watchOS / 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 watchOS / 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 watchOS / 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 watchOS / 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 watchOS / 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 watchOS / 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 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/Views/Drawing/CanvasView.swift#L36
main actor-isolated instance method 'canvasViewDrawingDidChange' cannot be used to satisfy nonisolated protocol requirement
Build and Test UI Tests 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 UI Tests 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 UI Tests 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 UI Tests 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 UI Tests 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 UI Tests 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 UI Tests 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 UI Tests 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 UI Tests 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 UI Tests 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 UI Tests visionOS / 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 UI Tests visionOS / 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 UI Tests visionOS / 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 UI Tests visionOS / 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 UI Tests visionOS / 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 UI Tests visionOS / 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 UI Tests visionOS / 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 UI Tests visionOS / 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 UI Tests visionOS / 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 UI Tests visionOS / 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 macOS / Test using xcodebuild or run fastlane
Tests Passed: 0 failed, 0 skipped, 4 total (1.082 seconds)
Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane
Tests Passed: 0 failed, 0 skipped, 4 total (1.136 seconds)
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane
Tests Passed: 0 failed, 0 skipped, 4 total (1.053 seconds)
Build and Test Swift Package watchOS / Test using xcodebuild or run fastlane
Tests Passed: 0 failed, 0 skipped, 4 total (1.151 seconds)
Build and Test UI Tests iOS / Test using xcodebuild or run fastlane
Tests Passed: 0 failed, 0 skipped, 17 total (335.362 seconds)

Artifacts

Produced during runtime
Name Size
SpeziViews-iOS.xcresult Expired
47.3 MB
SpeziViews-macOS.xcresult Expired
134 KB
SpeziViews-tvOS.xcresult Expired
140 KB
SpeziViews-visionOS.xcresult Expired
141 KB
SpeziViews-watchOS.xcresult Expired
138 KB
TestApp-iOS.xcresult Expired
1.32 MB
TestApp-iPad.xcresult Expired
9.93 KB
TestApp-visionOS.xcresult Expired
85.1 MB