Build Information
Successful build of swift-service-discovery, reference main (32943a), with Swift 6.1 for macOS (SPM) on 20 Oct 2025 21:38:29 UTC.
Swift 6 data race errors: 2
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-service-discovery.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-service-discovery
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 32943ab chore: restrict GitHub workflow permissions - future-proof (#68)
Cloned https://github.com/apple/swift-service-discovery.git
Revision (git rev-parse @):
32943ab3fd279d834e2662882286c865c9d58a5e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-service-discovery.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-service-discovery.git
https://github.com/apple/swift-service-discovery.git
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-service-discovery",
"name" : "swift-service-discovery",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ServiceDiscovery",
"targets" : [
"ServiceDiscovery"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ServiceDiscoveryTests",
"module_type" : "SwiftTarget",
"name" : "ServiceDiscoveryTests",
"path" : "Tests/ServiceDiscoveryTests",
"sources" : [
"AsyncAwaitTests.swift",
"FilterInstanceServiceDiscoveryTests.swift",
"Helpers.swift",
"InMemoryServiceDiscoveryTests.swift",
"MapInstanceServiceDiscoveryTests.swift",
"MapServiceServiceDiscoveryTests.swift",
"TypeErasedServiceDiscoveryTests.swift"
],
"target_dependencies" : [
"ServiceDiscovery"
],
"type" : "test"
},
{
"c99name" : "ServiceDiscovery",
"module_type" : "SwiftTarget",
"name" : "ServiceDiscovery",
"path" : "Sources/ServiceDiscovery",
"product_dependencies" : [
"Atomics",
"Logging"
],
"product_memberships" : [
"ServiceDiscovery"
],
"sources" : [
"FilterInstanceServiceDiscovery.swift",
"HostPort.swift",
"InMemoryServiceDiscovery.swift",
"MapInstanceServiceDiscovery.swift",
"MapServiceServiceDiscovery.swift",
"ServiceDiscovery+AsyncAwait.swift",
"ServiceDiscovery+Combinators.swift",
"ServiceDiscovery+TypeErased.swift",
"ServiceDiscovery.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-2F0A5646E1D333AE.txt
[4/10] Compiling _AtomicsShims.c
[6/29] Compiling Atomics DoubleWord.swift
[7/29] Compiling Atomics ManagedAtomic.swift
[8/30] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/30] Compiling Atomics IntegerOperations.swift
[10/30] Compiling Atomics ManagedAtomicLazyReference.swift
[11/30] Compiling Atomics UnsafeAtomic.swift
[12/30] Compiling Atomics AtomicReference.swift
[13/30] Compiling Atomics AtomicStorage.swift
[14/30] Compiling Atomics AtomicValue.swift
[15/30] Compiling Atomics AtomicMemoryOrderings.swift
[16/30] Compiling Atomics PointerConformances.swift
[17/30] Compiling Atomics Primitives.native.swift
[18/30] Compiling Atomics AtomicInteger.swift
[19/30] Compiling Atomics AtomicOptionalWrappable.swift
[20/30] Compiling Atomics Unmanaged extensions.swift
[21/30] Compiling Atomics AtomicBool.swift
[22/30] Compiling Atomics IntegerConformances.swift
[23/30] Compiling Atomics OptionalRawRepresentable.swift
[24/30] Compiling Atomics RawRepresentable.swift
[25/30] Emitting module Atomics
[26/30] Compiling Logging LogHandler.swift
[27/30] Compiling Logging Logging.swift
[28/30] Compiling Logging MetadataProvider.swift
[29/30] Compiling Logging Locks.swift
[30/30] Emitting module Logging
[31/40] Compiling ServiceDiscovery ServiceDiscovery+AsyncAwait.swift
[32/40] Compiling ServiceDiscovery ServiceDiscovery+TypeErased.swift
/Users/admin/builder/spi-builder-workspace/Sources/ServiceDiscovery/ServiceDiscovery+TypeErased.swift:86:20: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
84 |
85 | /// Type-erased wrapper for ``ServiceDiscovery/ServiceDiscovery`` instance.
86 | public final class AnyServiceDiscovery: ServiceDiscovery {
| |- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
| `- note: in associated type 'Self.Instance' (inferred as 'AnyHashable')
87 | // swift-format-ignore: AllPublicDeclarationsHaveDocumentation
88 | public typealias Service = AnyHashable
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/ServiceDiscovery/ServiceDiscovery+TypeErased.swift:86:20: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
84 |
85 | /// Type-erased wrapper for ``ServiceDiscovery/ServiceDiscovery`` instance.
86 | public final class AnyServiceDiscovery: ServiceDiscovery {
| |- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
| `- note: in associated type 'Self.Service' (inferred as 'AnyHashable')
87 | // swift-format-ignore: AllPublicDeclarationsHaveDocumentation
88 | public typealias Service = AnyHashable
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
[33/40] Compiling ServiceDiscovery ServiceDiscovery+Combinators.swift
[34/40] Compiling ServiceDiscovery MapInstanceServiceDiscovery.swift
[35/40] Compiling ServiceDiscovery ServiceDiscovery.swift
[36/40] Compiling ServiceDiscovery MapServiceServiceDiscovery.swift
[37/40] Compiling ServiceDiscovery HostPort.swift
[38/40] Emitting module ServiceDiscovery
/Users/admin/builder/spi-builder-workspace/Sources/ServiceDiscovery/ServiceDiscovery+TypeErased.swift:86:20: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
84 |
85 | /// Type-erased wrapper for ``ServiceDiscovery/ServiceDiscovery`` instance.
86 | public final class AnyServiceDiscovery: ServiceDiscovery {
| |- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
| `- note: in associated type 'Self.Instance' (inferred as 'AnyHashable')
87 | // swift-format-ignore: AllPublicDeclarationsHaveDocumentation
88 | public typealias Service = AnyHashable
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/ServiceDiscovery/ServiceDiscovery+TypeErased.swift:86:20: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
84 |
85 | /// Type-erased wrapper for ``ServiceDiscovery/ServiceDiscovery`` instance.
86 | public final class AnyServiceDiscovery: ServiceDiscovery {
| |- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
| `- note: in associated type 'Self.Service' (inferred as 'AnyHashable')
87 | // swift-format-ignore: AllPublicDeclarationsHaveDocumentation
88 | public typealias Service = AnyHashable
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
[39/40] Compiling ServiceDiscovery FilterInstanceServiceDiscovery.swift
[40/40] Compiling ServiceDiscovery InMemoryServiceDiscovery.swift
Build complete! (7.58s)
Fetching https://github.com/apple/swift-atomics from cache
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-atomics from cache (0.77s)
Fetched https://github.com/apple/swift-log from cache (0.78s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (1.29s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.49s)
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-service-discovery",
"name" : "swift-service-discovery",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ServiceDiscovery",
"targets" : [
"ServiceDiscovery"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ServiceDiscoveryTests",
"module_type" : "SwiftTarget",
"name" : "ServiceDiscoveryTests",
"path" : "Tests/ServiceDiscoveryTests",
"sources" : [
"AsyncAwaitTests.swift",
"FilterInstanceServiceDiscoveryTests.swift",
"Helpers.swift",
"InMemoryServiceDiscoveryTests.swift",
"MapInstanceServiceDiscoveryTests.swift",
"MapServiceServiceDiscoveryTests.swift",
"TypeErasedServiceDiscoveryTests.swift"
],
"target_dependencies" : [
"ServiceDiscovery"
],
"type" : "test"
},
{
"c99name" : "ServiceDiscovery",
"module_type" : "SwiftTarget",
"name" : "ServiceDiscovery",
"path" : "Sources/ServiceDiscovery",
"product_dependencies" : [
"Atomics",
"Logging"
],
"product_memberships" : [
"ServiceDiscovery"
],
"sources" : [
"FilterInstanceServiceDiscovery.swift",
"HostPort.swift",
"InMemoryServiceDiscovery.swift",
"MapInstanceServiceDiscovery.swift",
"MapServiceServiceDiscovery.swift",
"ServiceDiscovery+AsyncAwait.swift",
"ServiceDiscovery+Combinators.swift",
"ServiceDiscovery+TypeErased.swift",
"ServiceDiscovery.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.