The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AsyncObjects, reference main (8fa621), with Swift 6.1 for Android on 28 May 2025 13:49:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/AsyncObjects.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SwiftyLab/AsyncObjects
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8fa6219 fix(`CancellationSource`): prevent priority inversion of submitted tasks
Cloned https://github.com/SwiftyLab/AsyncObjects.git
Revision (git rev-parse @):
8fa6219a5b9b76325d4eff7afcf4c60b50f3af8d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/AsyncObjects.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyLab/AsyncObjects.git
https://github.com/SwiftyLab/AsyncObjects.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50700.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "AsyncObjects",
  "name" : "AsyncObjects",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncObjects",
      "targets" : [
        "AsyncObjects"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncObjectsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncObjectsTests",
      "path" : "Tests/AsyncObjectsTests",
      "sources" : [
        "AsyncCountdownEventTests.swift",
        "AsyncEventTests.swift",
        "AsyncObjectTests.swift",
        "AsyncSemaphoreTests.swift",
        "CancellationSourceTests.swift",
        "LockerTests.swift",
        "NonThrowingFutureTests.swift",
        "StandardLibraryTests.swift",
        "TaskOperationTests.swift",
        "TaskQueueTests.swift",
        "ThrowingFutureTests.swift",
        "TrackedContinuationTests.swift",
        "XCAsyncTestCase.swift"
      ],
      "target_dependencies" : [
        "AsyncObjects"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncObjects",
      "module_type" : "SwiftTarget",
      "name" : "AsyncObjects",
      "path" : "Sources/AsyncObjects",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "AsyncObjects"
      ],
      "sources" : [
        "AsyncCountdownEvent.swift",
        "AsyncEvent.swift",
        "AsyncSemaphore.swift",
        "Base/AsyncObject+Clock.swift",
        "Base/AsyncObject+Duration.swift",
        "Base/AsyncObject.swift",
        "CancellationSource/Cancellable.swift",
        "CancellationSource/CancellationSource+Linking.swift",
        "CancellationSource/CancellationSource+Task.swift",
        "CancellationSource/CancellationSource+Timeout.swift",
        "CancellationSource/CancellationSource.swift",
        "Continuation/Continuable.swift",
        "Continuation/ContinuableCollection.swift",
        "Continuation/ContinuableCollectionActor.swift",
        "Continuation/GlobalContinuation.swift",
        "Continuation/TrackableContinuable.swift",
        "Continuation/TrackedContinuation.swift",
        "Extensions/Task.swift",
        "Extensions/TaskGroup.swift",
        "Future.swift",
        "Locks/Exclusible.swift",
        "Locks/Locker.swift",
        "Logging/Loggable.swift",
        "TaskOperation.swift",
        "TaskQueue.swift",
        "TaskTracker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-format
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[1/2049] Fetching swift-docc-plugin
[227/14204] Fetching swift-docc-plugin, swift-format
[1341/30795] Fetching swift-docc-plugin, swift-format, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.75s)
[15640/28746] Fetching swift-format, swift-collections
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-format from cache (1.25s)
[7632/16591] Fetching swift-collections
[16592/20427] Fetching swift-collections, swift-log
Fetched https://github.com/apple/swift-collections.git from cache (2.78s)
Fetched https://github.com/apple/swift-log.git from cache (1.62s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 0.50700.1 (3.80s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-syntax
[1/6764] Fetching swift-tools-support-core
[6765/22115] Fetching swift-tools-support-core, swift-argument-parser
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.61s)
[5066/15351] Fetching swift-argument-parser
[15352/85800] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.29s)
[9159/70449] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax from cache (7.35s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.2.7 (9.14s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.90s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 0.50700.1 (1.80s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.1.4 (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.36s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 0.50700.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.2.7
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 0.50700.1
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
[1/1] Compiling plugin GenerateManualPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling InternalCollectionsUtilities Descriptions.swift
[9/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/21] Emitting module InternalCollectionsUtilities
[12/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/21] Compiling InternalCollectionsUtilities Integer rank.swift
[16/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/22] Compiling InternalCollectionsUtilities Debugging.swift
[18/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[25/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[26/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[27/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[28/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[29/78] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[30/78] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[31/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[32/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[33/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[34/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[35/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[36/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[37/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[38/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[39/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[40/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[41/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[42/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[43/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[44/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[45/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[46/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[47/85] Compiling OrderedCollections OrderedDictionary.swift
[48/85] Compiling OrderedCollections OrderedSet+Codable.swift
[49/85] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[50/85] Compiling OrderedCollections OrderedSet+Descriptions.swift
[51/85] Compiling OrderedCollections OrderedSet+Diffing.swift
[52/85] Compiling OrderedCollections OrderedSet+Equatable.swift
[53/85] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[54/85] Compiling OrderedCollections OrderedSet+Hashable.swift
[55/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[56/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[57/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[58/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[59/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[60/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[61/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[62/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[63/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[64/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[65/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[66/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[67/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[68/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[69/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[70/85] Emitting module OrderedCollections
[71/85] Compiling OrderedCollections _HashTable+Bucket.swift
[72/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[73/85] Compiling OrderedCollections _HashTable+Constants.swift
[74/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/85] Compiling OrderedCollections _HashTable+Testing.swift
[76/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[77/85] Compiling OrderedCollections _HashTable.swift
[78/85] Compiling OrderedCollections _Hashtable+Header.swift
[79/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[80/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[81/85] Compiling OrderedCollections OrderedSet+Testing.swift
[82/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[83/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[84/85] Compiling OrderedCollections OrderedSet.swift
[85/85] Compiling OrderedCollections _UnsafeBitset.swift
[87/110] Compiling AsyncObjects Continuable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:55:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 53 |     /// - Throws: If `resume(throwing:)` is called on the continuation, this function throws that error.
 54 |     @_unsafeInheritExecutor
 55 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 56 |         file: String, function: String, line: UInt,
 57 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:86:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 84 |     /// - Returns: The value passed to the continuation by the closure.
 85 |     @_unsafeInheritExecutor
 86 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 87 |         file: String, function: String, line: UInt,
 88 |         _ body: (Self) -> Void
[88/110] Compiling AsyncObjects ContinuableCollection.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:55:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 53 |     /// - Throws: If `resume(throwing:)` is called on the continuation, this function throws that error.
 54 |     @_unsafeInheritExecutor
 55 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 56 |         file: String, function: String, line: UInt,
 57 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:86:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 84 |     /// - Returns: The value passed to the continuation by the closure.
 85 |     @_unsafeInheritExecutor
 86 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 87 |         file: String, function: String, line: UInt,
 88 |         _ body: (Self) -> Void
[89/110] Compiling AsyncObjects ContinuableCollectionActor.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:55:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 53 |     /// - Throws: If `resume(throwing:)` is called on the continuation, this function throws that error.
 54 |     @_unsafeInheritExecutor
 55 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 56 |         file: String, function: String, line: UInt,
 57 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:86:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 84 |     /// - Returns: The value passed to the continuation by the closure.
 85 |     @_unsafeInheritExecutor
 86 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 87 |         file: String, function: String, line: UInt,
 88 |         _ body: (Self) -> Void
[90/110] Compiling AsyncObjects AsyncCountdownEvent.swift
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
[91/110] Compiling AsyncObjects AsyncEvent.swift
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
[92/110] Compiling AsyncObjects AsyncSemaphore.swift
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
[93/110] Compiling AsyncObjects AsyncObject+Clock.swift
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
[94/113] Compiling AsyncObjects AsyncObject+Duration.swift
[95/113] Compiling AsyncObjects AsyncObject.swift
[96/113] Compiling AsyncObjects Cancellable.swift
[97/113] Compiling AsyncObjects CancellationSource+Linking.swift
[98/113] Compiling AsyncObjects CancellationSource+Task.swift
[99/113] Compiling AsyncObjects CancellationSource+Timeout.swift
[100/113] Compiling AsyncObjects CancellationSource.swift
[101/113] Compiling AsyncObjects GlobalContinuation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:37:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 35 |     @inlinable
 36 |     @_unsafeInheritExecutor
 37 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |         file: String = #fileID,
 39 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:72:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 70 |     @inlinable
 71 |     @_unsafeInheritExecutor
 72 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 73 |         file: String = #fileID,
 74 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:74:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 72 |     @usableFromInline
 73 |     @_unsafeInheritExecutor
 74 |     static func withCancellation(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 75 |         id: ID,
 76 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:119:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
117 |     @usableFromInline
118 |     @_unsafeInheritExecutor
119 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
120 |         file: String = #fileID,
121 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:165:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
163 |     @usableFromInline
164 |     @_unsafeInheritExecutor
165 |     internal static func withCancellation(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
166 |         id: ID,
167 |         file: String = #fileID,
<unknown>:0: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
<unknown>:0: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:209:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
207 |     @usableFromInline
208 |     @_unsafeInheritExecutor
209 |     internal static func with(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
210 |         file: String = #fileID,
211 |         function: String = #function,
[102/113] Compiling AsyncObjects TrackableContinuable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:37:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 35 |     @inlinable
 36 |     @_unsafeInheritExecutor
 37 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |         file: String = #fileID,
 39 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:72:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 70 |     @inlinable
 71 |     @_unsafeInheritExecutor
 72 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 73 |         file: String = #fileID,
 74 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:74:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 72 |     @usableFromInline
 73 |     @_unsafeInheritExecutor
 74 |     static func withCancellation(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 75 |         id: ID,
 76 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:119:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
117 |     @usableFromInline
118 |     @_unsafeInheritExecutor
119 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
120 |         file: String = #fileID,
121 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:165:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
163 |     @usableFromInline
164 |     @_unsafeInheritExecutor
165 |     internal static func withCancellation(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
166 |         id: ID,
167 |         file: String = #fileID,
<unknown>:0: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
<unknown>:0: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:209:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
207 |     @usableFromInline
208 |     @_unsafeInheritExecutor
209 |     internal static func with(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
210 |         file: String = #fileID,
211 |         function: String = #function,
[103/113] Compiling AsyncObjects TrackedContinuation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:37:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 35 |     @inlinable
 36 |     @_unsafeInheritExecutor
 37 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |         file: String = #fileID,
 39 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:72:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 70 |     @inlinable
 71 |     @_unsafeInheritExecutor
 72 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 73 |         file: String = #fileID,
 74 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:74:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 72 |     @usableFromInline
 73 |     @_unsafeInheritExecutor
 74 |     static func withCancellation(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 75 |         id: ID,
 76 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:119:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
117 |     @usableFromInline
118 |     @_unsafeInheritExecutor
119 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
120 |         file: String = #fileID,
121 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:165:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
163 |     @usableFromInline
164 |     @_unsafeInheritExecutor
165 |     internal static func withCancellation(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
166 |         id: ID,
167 |         file: String = #fileID,
<unknown>:0: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
<unknown>:0: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:209:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
207 |     @usableFromInline
208 |     @_unsafeInheritExecutor
209 |     internal static func with(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
210 |         file: String = #fileID,
211 |         function: String = #function,
[104/113] Compiling AsyncObjects Exclusible.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
[105/113] Compiling AsyncObjects Locker.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
[106/113] Compiling AsyncObjects Loggable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
error: emit-module command failed with exit code 1 (use -v to see invocation)
[107/113] Compiling AsyncObjects Task.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/Task.swift:19:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
17 |     @discardableResult
18 |     @_unsafeInheritExecutor
19 |     static func withCancellableTask(
   |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
20 |         priority: TaskPriority?,
21 |         operation: @Sendable @escaping () async throws -> Success
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:13:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 11 |     @inlinable
 12 |     @_unsafeInheritExecutor
 13 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 14 |         priority: TaskPriority? = nil,
 15 |         operation: @escaping @Sendable () async -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:40:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |     @inlinable
 39 |     @_unsafeInheritExecutor
 40 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 41 |         priority: TaskPriority? = nil,
 42 |         operation: @escaping @Sendable () async throws -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Future.swift:346:20: warning: no calls to throwing functions occur within 'try' expression
 344 |         if let result = result {
 345 |             log("Received", file: file, function: function, line: line)
 346 |             return try! result.get()
     |                    `- warning: no calls to throwing functions occur within 'try' expression
 347 |         }
 348 |
[108/113] Compiling AsyncObjects TaskGroup.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/Task.swift:19:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
17 |     @discardableResult
18 |     @_unsafeInheritExecutor
19 |     static func withCancellableTask(
   |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
20 |         priority: TaskPriority?,
21 |         operation: @Sendable @escaping () async throws -> Success
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:13:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 11 |     @inlinable
 12 |     @_unsafeInheritExecutor
 13 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 14 |         priority: TaskPriority? = nil,
 15 |         operation: @escaping @Sendable () async -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:40:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |     @inlinable
 39 |     @_unsafeInheritExecutor
 40 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 41 |         priority: TaskPriority? = nil,
 42 |         operation: @escaping @Sendable () async throws -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Future.swift:346:20: warning: no calls to throwing functions occur within 'try' expression
 344 |         if let result = result {
 345 |             log("Received", file: file, function: function, line: line)
 346 |             return try! result.get()
     |                    `- warning: no calls to throwing functions occur within 'try' expression
 347 |         }
 348 |
[109/113] Compiling AsyncObjects Future.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/Task.swift:19:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
17 |     @discardableResult
18 |     @_unsafeInheritExecutor
19 |     static func withCancellableTask(
   |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
20 |         priority: TaskPriority?,
21 |         operation: @Sendable @escaping () async throws -> Success
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:13:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 11 |     @inlinable
 12 |     @_unsafeInheritExecutor
 13 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 14 |         priority: TaskPriority? = nil,
 15 |         operation: @escaping @Sendable () async -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:40:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |     @inlinable
 39 |     @_unsafeInheritExecutor
 40 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 41 |         priority: TaskPriority? = nil,
 42 |         operation: @escaping @Sendable () async throws -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Future.swift:346:20: warning: no calls to throwing functions occur within 'try' expression
 344 |         if let result = result {
 345 |             log("Received", file: file, function: function, line: line)
 346 |             return try! result.get()
     |                    `- warning: no calls to throwing functions occur within 'try' expression
 347 |         }
 348 |
[110/113] Emitting module AsyncObjects
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:106:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
104 |     ///              before any logic in this method.
105 |     @inlinable
106 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |         _ continuation: Continuation,
108 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncCountdownEvent.swift:145:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
143 |     ///           explicitly as it defaults to `#line`).
144 |     @inlinable
145 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
146 |         _ continuation: Continuation,
147 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:58:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 56 |     ///              before any logic in this method.
 57 |     @inlinable
 58 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 59 |         _ continuation: Continuation,
 60 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncEvent.swift:97:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 95 |     ///           explicitly as it defaults to `#line`).
 96 |     @inlinable
 97 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 98 |         _ continuation: Continuation,
 99 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:69:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 67 |     ///              before any logic in this method.
 68 |     @inlinable
 69 |     internal func addContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'addContinuation(_:withKey:file:function:line:preinit:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
 70 |         _ continuation: Continuation,
 71 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Continuation' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/AsyncSemaphore.swift:109:19: warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
107 |     ///           explicitly as it defaults to `#line`).
108 |     @inlinable
109 |     internal func removeContinuation(
    |                   `- warning: non-sendable parameter type 'Self.Key' cannot be sent from caller of protocol requirement 'removeContinuation(_:withKey:file:function:line:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
110 |         _ continuation: Continuation,
111 |         withKey key: UUID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:55:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 53 |     /// - Throws: If `resume(throwing:)` is called on the continuation, this function throws that error.
 54 |     @_unsafeInheritExecutor
 55 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 56 |         file: String, function: String, line: UInt,
 57 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:86:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 84 |     /// - Returns: The value passed to the continuation by the closure.
 85 |     @_unsafeInheritExecutor
 86 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 87 |         file: String, function: String, line: UInt,
 88 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:37:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 35 |     @inlinable
 36 |     @_unsafeInheritExecutor
 37 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |         file: String = #fileID,
 39 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:72:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 70 |     @inlinable
 71 |     @_unsafeInheritExecutor
 72 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 73 |         file: String = #fileID,
 74 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:74:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 72 |     @usableFromInline
 73 |     @_unsafeInheritExecutor
 74 |     static func withCancellation(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 75 |         id: ID,
 76 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:119:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
117 |     @usableFromInline
118 |     @_unsafeInheritExecutor
119 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
120 |         file: String = #fileID,
121 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:165:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
163 |     @usableFromInline
164 |     @_unsafeInheritExecutor
165 |     internal static func withCancellation(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
166 |         id: ID,
167 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:209:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
207 |     @usableFromInline
208 |     @_unsafeInheritExecutor
209 |     internal static func with(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
210 |         file: String = #fileID,
211 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/Task.swift:19:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
17 |     @discardableResult
18 |     @_unsafeInheritExecutor
19 |     static func withCancellableTask(
   |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
20 |         priority: TaskPriority?,
21 |         operation: @Sendable @escaping () async throws -> Success
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:13:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 11 |     @inlinable
 12 |     @_unsafeInheritExecutor
 13 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 14 |         priority: TaskPriority? = nil,
 15 |         operation: @escaping @Sendable () async -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:40:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |     @inlinable
 39 |     @_unsafeInheritExecutor
 40 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 41 |         priority: TaskPriority? = nil,
 42 |         operation: @escaping @Sendable () async throws -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
[111/113] Compiling AsyncObjects TaskOperation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:56:42: error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 54 |     /// - Parameter platformLock: Pointer to platform dependent lock primitive.
 55 |     /// - Returns: The newly created lock object.
 56 |     internal init(withLock platformLock: PlatformLock) {
    |                                          `- error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 57 |         self.platformLock = platformLock
 58 |     }
[112/113] Compiling AsyncObjects TaskQueue.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:56:42: error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 54 |     /// - Parameter platformLock: Pointer to platform dependent lock primitive.
 55 |     /// - Returns: The newly created lock object.
 56 |     internal init(withLock platformLock: PlatformLock) {
    |                                          `- error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 57 |         self.platformLock = platformLock
 58 |     }
[113/113] Compiling AsyncObjects TaskTracker.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:56:42: error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 54 |     /// - Parameter platformLock: Pointer to platform dependent lock primitive.
 55 |     /// - Returns: The newly created lock object.
 56 |     internal init(withLock platformLock: PlatformLock) {
    |                                          `- error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 57 |         self.platformLock = platformLock
 58 |     }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
[0/1] Planning build
[1/1] Compiling plugin GenerateManualPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/18] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/18] Compiling InternalCollectionsUtilities Debugging.swift
[7/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/19] Compiling InternalCollectionsUtilities Descriptions.swift
[9/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[15/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/19] Compiling InternalCollectionsUtilities Integer rank.swift
[17/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/19] Emitting module InternalCollectionsUtilities
[21/75] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[22/75] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[23/75] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[24/75] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[25/75] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[26/75] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[27/75] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[28/75] Compiling OrderedCollections OrderedDictionary+Values.swift
[29/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[30/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[31/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[32/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[33/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[34/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[35/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[36/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[37/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[38/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[39/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[40/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[41/82] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[42/82] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[43/82] Compiling OrderedCollections OrderedDictionary+Codable.swift
[44/82] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[45/82] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[46/82] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[47/82] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[48/82] Compiling OrderedCollections OrderedDictionary+Elements.swift
[49/82] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[50/82] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[51/82] Compiling OrderedCollections OrderedSet+Initializers.swift
[52/82] Compiling OrderedCollections OrderedSet+Insertions.swift
[53/82] Compiling OrderedCollections OrderedSet+Invariants.swift
[54/82] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[55/82] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[56/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[57/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[58/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[59/82] Compiling OrderedCollections OrderedDictionary.swift
[60/82] Compiling OrderedCollections OrderedSet+Codable.swift
[61/82] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[62/82] Compiling OrderedCollections OrderedSet+Descriptions.swift
[63/82] Compiling OrderedCollections OrderedSet+Diffing.swift
[64/82] Compiling OrderedCollections OrderedSet+Equatable.swift
[65/82] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[66/82] Compiling OrderedCollections OrderedSet+Hashable.swift
[67/82] Compiling OrderedCollections _HashTable+Bucket.swift
[68/82] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/82] Compiling OrderedCollections _HashTable+Constants.swift
[70/82] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[71/82] Compiling OrderedCollections _HashTable+Testing.swift
[72/82] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/82] Compiling OrderedCollections _HashTable.swift
[74/82] Compiling OrderedCollections _Hashtable+Header.swift
[75/82] Compiling OrderedCollections OrderedSet+Sendable.swift
[76/82] Compiling OrderedCollections OrderedSet+SubSequence.swift
[77/82] Compiling OrderedCollections OrderedSet+Testing.swift
[78/82] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[79/82] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[80/82] Compiling OrderedCollections OrderedSet.swift
[81/82] Compiling OrderedCollections _UnsafeBitset.swift
[82/82] Emitting module OrderedCollections
[84/107] Compiling AsyncObjects Exclusible.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
[85/107] Compiling AsyncObjects Locker.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
[86/107] Compiling AsyncObjects Loggable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
[87/107] Compiling AsyncObjects Continuable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:55:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 53 |     /// - Throws: If `resume(throwing:)` is called on the continuation, this function throws that error.
 54 |     @_unsafeInheritExecutor
 55 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 56 |         file: String, function: String, line: UInt,
 57 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:86:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 84 |     /// - Returns: The value passed to the continuation by the closure.
 85 |     @_unsafeInheritExecutor
 86 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 87 |         file: String, function: String, line: UInt,
 88 |         _ body: (Self) -> Void
[88/107] Compiling AsyncObjects ContinuableCollection.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:55:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 53 |     /// - Throws: If `resume(throwing:)` is called on the continuation, this function throws that error.
 54 |     @_unsafeInheritExecutor
 55 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 56 |         file: String, function: String, line: UInt,
 57 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:86:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 84 |     /// - Returns: The value passed to the continuation by the closure.
 85 |     @_unsafeInheritExecutor
 86 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 87 |         file: String, function: String, line: UInt,
 88 |         _ body: (Self) -> Void
[89/107] Compiling AsyncObjects ContinuableCollectionActor.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:55:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 53 |     /// - Throws: If `resume(throwing:)` is called on the continuation, this function throws that error.
 54 |     @_unsafeInheritExecutor
 55 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 56 |         file: String, function: String, line: UInt,
 57 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:86:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 84 |     /// - Returns: The value passed to the continuation by the closure.
 85 |     @_unsafeInheritExecutor
 86 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 87 |         file: String, function: String, line: UInt,
 88 |         _ body: (Self) -> Void
[90/110] Compiling AsyncObjects AsyncObject+Duration.swift
[91/110] Compiling AsyncObjects AsyncObject.swift
[92/110] Compiling AsyncObjects Cancellable.swift
[93/110] Compiling AsyncObjects CancellationSource+Linking.swift
[94/110] Compiling AsyncObjects CancellationSource+Task.swift
[95/110] Compiling AsyncObjects CancellationSource+Timeout.swift
[96/110] Compiling AsyncObjects CancellationSource.swift
[97/110] Compiling AsyncObjects GlobalContinuation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:37:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 35 |     @inlinable
 36 |     @_unsafeInheritExecutor
 37 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |         file: String = #fileID,
 39 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:72:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 70 |     @inlinable
 71 |     @_unsafeInheritExecutor
 72 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 73 |         file: String = #fileID,
 74 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:74:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 72 |     @usableFromInline
 73 |     @_unsafeInheritExecutor
 74 |     static func withCancellation(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 75 |         id: ID,
 76 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:119:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
117 |     @usableFromInline
118 |     @_unsafeInheritExecutor
119 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
120 |         file: String = #fileID,
121 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:165:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
163 |     @usableFromInline
164 |     @_unsafeInheritExecutor
165 |     internal static func withCancellation(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
166 |         id: ID,
167 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:209:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
207 |     @usableFromInline
208 |     @_unsafeInheritExecutor
209 |     internal static func with(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
210 |         file: String = #fileID,
211 |         function: String = #function,
[98/110] Compiling AsyncObjects TrackableContinuable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:37:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 35 |     @inlinable
 36 |     @_unsafeInheritExecutor
 37 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |         file: String = #fileID,
 39 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:72:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 70 |     @inlinable
 71 |     @_unsafeInheritExecutor
 72 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 73 |         file: String = #fileID,
 74 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:74:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 72 |     @usableFromInline
 73 |     @_unsafeInheritExecutor
 74 |     static func withCancellation(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 75 |         id: ID,
 76 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:119:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
117 |     @usableFromInline
118 |     @_unsafeInheritExecutor
119 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
120 |         file: String = #fileID,
121 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:165:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
163 |     @usableFromInline
164 |     @_unsafeInheritExecutor
165 |     internal static func withCancellation(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
166 |         id: ID,
167 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:209:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
207 |     @usableFromInline
208 |     @_unsafeInheritExecutor
209 |     internal static func with(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
210 |         file: String = #fileID,
211 |         function: String = #function,
[99/110] Compiling AsyncObjects TrackedContinuation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:37:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 35 |     @inlinable
 36 |     @_unsafeInheritExecutor
 37 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |         file: String = #fileID,
 39 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:72:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 70 |     @inlinable
 71 |     @_unsafeInheritExecutor
 72 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 73 |         file: String = #fileID,
 74 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:74:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 72 |     @usableFromInline
 73 |     @_unsafeInheritExecutor
 74 |     static func withCancellation(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 75 |         id: ID,
 76 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:119:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
117 |     @usableFromInline
118 |     @_unsafeInheritExecutor
119 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
120 |         file: String = #fileID,
121 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:165:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
163 |     @usableFromInline
164 |     @_unsafeInheritExecutor
165 |     internal static func withCancellation(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
166 |         id: ID,
167 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:209:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
207 |     @usableFromInline
208 |     @_unsafeInheritExecutor
209 |     internal static func with(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
210 |         file: String = #fileID,
211 |         function: String = #function,
[100/110] Compiling AsyncObjects Task.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/Task.swift:19:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
17 |     @discardableResult
18 |     @_unsafeInheritExecutor
19 |     static func withCancellableTask(
   |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
20 |         priority: TaskPriority?,
21 |         operation: @Sendable @escaping () async throws -> Success
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:13:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 11 |     @inlinable
 12 |     @_unsafeInheritExecutor
 13 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 14 |         priority: TaskPriority? = nil,
 15 |         operation: @escaping @Sendable () async -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:40:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |     @inlinable
 39 |     @_unsafeInheritExecutor
 40 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 41 |         priority: TaskPriority? = nil,
 42 |         operation: @escaping @Sendable () async throws -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Future.swift:346:20: warning: no calls to throwing functions occur within 'try' expression
 344 |         if let result = result {
 345 |             log("Received", file: file, function: function, line: line)
 346 |             return try! result.get()
     |                    `- warning: no calls to throwing functions occur within 'try' expression
 347 |         }
 348 |
[101/110] Compiling AsyncObjects TaskGroup.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/Task.swift:19:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
17 |     @discardableResult
18 |     @_unsafeInheritExecutor
19 |     static func withCancellableTask(
   |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
20 |         priority: TaskPriority?,
21 |         operation: @Sendable @escaping () async throws -> Success
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:13:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 11 |     @inlinable
 12 |     @_unsafeInheritExecutor
 13 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 14 |         priority: TaskPriority? = nil,
 15 |         operation: @escaping @Sendable () async -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:40:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |     @inlinable
 39 |     @_unsafeInheritExecutor
 40 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 41 |         priority: TaskPriority? = nil,
 42 |         operation: @escaping @Sendable () async throws -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Future.swift:346:20: warning: no calls to throwing functions occur within 'try' expression
 344 |         if let result = result {
 345 |             log("Received", file: file, function: function, line: line)
 346 |             return try! result.get()
     |                    `- warning: no calls to throwing functions occur within 'try' expression
 347 |         }
 348 |
[102/110] Compiling AsyncObjects Future.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/Task.swift:19:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
17 |     @discardableResult
18 |     @_unsafeInheritExecutor
19 |     static func withCancellableTask(
   |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
20 |         priority: TaskPriority?,
21 |         operation: @Sendable @escaping () async throws -> Success
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:13:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 11 |     @inlinable
 12 |     @_unsafeInheritExecutor
 13 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 14 |         priority: TaskPriority? = nil,
 15 |         operation: @escaping @Sendable () async -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:40:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |     @inlinable
 39 |     @_unsafeInheritExecutor
 40 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 41 |         priority: TaskPriority? = nil,
 42 |         operation: @escaping @Sendable () async throws -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Future.swift:346:20: warning: no calls to throwing functions occur within 'try' expression
 344 |         if let result = result {
 345 |             log("Received", file: file, function: function, line: line)
 346 |             return try! result.get()
     |                    `- warning: no calls to throwing functions occur within 'try' expression
 347 |         }
 348 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[103/110] Emitting module AsyncObjects
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:55:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 53 |     /// - Throws: If `resume(throwing:)` is called on the continuation, this function throws that error.
 54 |     @_unsafeInheritExecutor
 55 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 56 |         file: String, function: String, line: UInt,
 57 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/Continuable.swift:86:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 84 |     /// - Returns: The value passed to the continuation by the closure.
 85 |     @_unsafeInheritExecutor
 86 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 87 |         file: String, function: String, line: UInt,
 88 |         _ body: (Self) -> Void
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:37:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 35 |     @inlinable
 36 |     @_unsafeInheritExecutor
 37 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |         file: String = #fileID,
 39 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/GlobalContinuation.swift:72:24: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 70 |     @inlinable
 71 |     @_unsafeInheritExecutor
 72 |     public static func with(
    |                        `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 73 |         file: String = #fileID,
 74 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:74:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 72 |     @usableFromInline
 73 |     @_unsafeInheritExecutor
 74 |     static func withCancellation(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 75 |         id: ID,
 76 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:119:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
117 |     @usableFromInline
118 |     @_unsafeInheritExecutor
119 |     static func with(
    |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
120 |         file: String = #fileID,
121 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:165:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
163 |     @usableFromInline
164 |     @_unsafeInheritExecutor
165 |     internal static func withCancellation(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
166 |         id: ID,
167 |         file: String = #fileID,
/host/spi-builder-workspace/Sources/AsyncObjects/Continuation/TrackableContinuable.swift:209:26: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
207 |     @usableFromInline
208 |     @_unsafeInheritExecutor
209 |     internal static func with(
    |                          `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
210 |         file: String = #fileID,
211 |         function: String = #function,
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/Task.swift:19:17: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
17 |     @discardableResult
18 |     @_unsafeInheritExecutor
19 |     static func withCancellableTask(
   |                 `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
20 |         priority: TaskPriority?,
21 |         operation: @Sendable @escaping () async throws -> Success
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:13:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 11 |     @inlinable
 12 |     @_unsafeInheritExecutor
 13 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 14 |         priority: TaskPriority? = nil,
 15 |         operation: @escaping @Sendable () async -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Extensions/TaskGroup.swift:40:19: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 38 |     @inlinable
 39 |     @_unsafeInheritExecutor
 40 |     mutating func addTaskAndStart(
    |                   `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
 41 |         priority: TaskPriority? = nil,
 42 |         operation: @escaping @Sendable () async throws -> ChildTaskResult
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
[104/110] Compiling AsyncObjects AsyncCountdownEvent.swift
[105/110] Compiling AsyncObjects AsyncEvent.swift
[106/110] Compiling AsyncObjects AsyncSemaphore.swift
[107/110] Compiling AsyncObjects AsyncObject+Clock.swift
[108/110] Compiling AsyncObjects TaskOperation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:56:42: error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 54 |     /// - Parameter platformLock: Pointer to platform dependent lock primitive.
 55 |     /// - Returns: The newly created lock object.
 56 |     internal init(withLock platformLock: PlatformLock) {
    |                                          `- error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 57 |         self.platformLock = platformLock
 58 |     }
[109/110] Compiling AsyncObjects TaskQueue.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:56:42: error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 54 |     /// - Parameter platformLock: Pointer to platform dependent lock primitive.
 55 |     /// - Returns: The newly created lock object.
 56 |     internal init(withLock platformLock: PlatformLock) {
    |                                          `- error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 57 |         self.platformLock = platformLock
 58 |     }
[110/110] Compiling AsyncObjects TaskTracker.swift
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:48:60: error: cannot find type 'Primitive' in scope
 46 |
 47 |     /// Pointer type pointing to platform dependent lock primitive.
 48 |     internal typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                            `- error: cannot find type 'Primitive' in scope
 49 |     /// Pointer to platform dependent lock primitive.
 50 |     internal let platformLock: PlatformLock
/host/spi-builder-workspace/Sources/AsyncObjects/Locks/Locker.swift:56:42: error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 54 |     /// - Parameter platformLock: Pointer to platform dependent lock primitive.
 55 |     /// - Returns: The newly created lock object.
 56 |     internal init(withLock platformLock: PlatformLock) {
    |                                          `- error: unsupported recursion for reference to type alias 'PlatformLock' of type 'Locker'
 57 |         self.platformLock = platformLock
 58 |     }
BUILD FAILURE 6.1 android