tech: Extensive refactor interface for modern swift concurrency #1
Annotations
12 warnings and 2 notices
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-macOS, arch=arm64, true):
Sources/Model/Logging.swift#L223
static property 'defaultSinks' 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
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-macOS, arch=arm64, true):
Sources/Model/Logging.swift#L223
static property 'defaultSinks' 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
|
|
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-macOS, arch=arm64, true):
Tests/InteractionTests.swift#L22
main actor-isolated class 'InteractionTests' has different actor isolation from nonisolated superclass 'XCTestCase'; this is an error in Swift 6
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-macOS, arch=arm64, true):
Tests/InteractionTests.swift#L22
main actor-isolated class 'InteractionTests' has different actor isolation from nonisolated superclass 'XCTestCase'; this is an error in Swift 6
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-iOS, platform=iOS Simulator,name=iPhone 15 Pro, true):
Sources/Model/Logging.swift#L223
static property 'defaultSinks' 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
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-iOS, platform=iOS Simulator,name=iPhone 15 Pro, true):
Sources/Model/Logging.swift#L223
static property 'defaultSinks' 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
|
|
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-iOS, platform=iOS Simulator,name=iPhone 15 Pro, true):
Tests/InteractionTests.swift#L22
main actor-isolated class 'InteractionTests' has different actor isolation from nonisolated superclass 'XCTestCase'; this is an error in Swift 6
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-iOS, platform=iOS Simulator,name=iPhone 15 Pro, true):
Tests/InteractionTests.swift#L22
main actor-isolated class 'InteractionTests' has different actor isolation from nonisolated superclass 'XCTestCase'; this is an error in Swift 6
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-macOS, arch=arm64, true)
Tests Passed: 0 failed, 0 skipped, 15 total (0.505 seconds)
|
🤖 Unit tests / ⚗️ macOS 14 (latest) (PactSwiftMockServer-iOS, platform=iOS Simulator,name=iPhone 15 Pro, true)
Tests Passed: 0 failed, 0 skipped, 15 total (0.312 seconds)
|