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 swift-utilities, reference 0.7.0 (615c4f), with Swift 6.1 for Android on 29 May 2025 09:48: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/danthorpe/swift-utilities.git
Reference: 0.7.0
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/danthorpe/swift-utilities
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 615c4fb bot: bump github.com/pointfreeco/swift-dependencies from 1.2.2 to 1.3.0 (#42)
Cloned https://github.com/danthorpe/swift-utilities.git
Revision (git rev-parse @):
615c4fbf115a584057b978b2c18a4c75198f4d61
SUCCESS checkout https://github.com/danthorpe/swift-utilities.git at 0.7.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danthorpe/swift-utilities.git
https://github.com/danthorpe/swift-utilities.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "swift-utilities",
  "name" : "swift-utilities",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "AssertionExtras",
      "targets" : [
        "AssertionExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Extensions",
      "targets" : [
        "Extensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FileManagerClient",
      "targets" : [
        "FileManagerClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Protected",
      "targets" : [
        "Protected"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Reachability",
      "targets" : [
        "Reachability"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ShortID",
      "targets" : [
        "ShortID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShortIDTests",
      "module_type" : "SwiftTarget",
      "name" : "ShortIDTests",
      "path" : "Tests/ShortIDTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "ShortIDTests.swift"
      ],
      "target_dependencies" : [
        "ShortID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShortID",
      "module_type" : "SwiftTarget",
      "name" : "ShortID",
      "path" : "Sources/ShortID",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "ShortID"
      ],
      "sources" : [
        "ShortID+Dependencies.swift",
        "ShortID.swift"
      ],
      "target_dependencies" : [
        "Protected"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Reachability",
      "module_type" : "SwiftTarget",
      "name" : "Reachability",
      "path" : "Sources/Reachability",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "Dependencies",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "Reachability"
      ],
      "sources" : [
        "Reachability+LiveKey.swift",
        "Reachability+TestKey.swift",
        "Reachability.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProtectedTests",
      "module_type" : "SwiftTarget",
      "name" : "ProtectedTests",
      "path" : "Tests/ProtectedTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "ProtectedTests.swift"
      ],
      "target_dependencies" : [
        "Protected"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Protected",
      "module_type" : "SwiftTarget",
      "name" : "Protected",
      "path" : "Sources/Protected",
      "product_memberships" : [
        "Protected",
        "ShortID"
      ],
      "sources" : [
        "Protected.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileManagerClient",
      "module_type" : "SwiftTarget",
      "name" : "FileManagerClient",
      "path" : "Sources/FileManagerClient",
      "product_dependencies" : [
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "FileManagerClient"
      ],
      "sources" : [
        "FileManagerClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtensionsTests",
      "path" : "Tests/ExtensionsTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "DateGenerator+Tests.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "AssertionExtras",
        "Extensions"
      ],
      "sources" : [
        "Calendar+.swift",
        "DateGenerator+.swift",
        "Publisher+.swift",
        "Task+.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssertionExtras",
      "module_type" : "SwiftTarget",
      "name" : "AssertionExtras",
      "path" : "Sources/AssertionExtras",
      "product_dependencies" : [
        "CustomDump",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "AssertionExtras"
      ],
      "sources" : [
        "XCTAssertNoThrows.swift",
        "XCTAssertThrowsError.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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-docc-plugin
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-collections
[1/2049] Fetching swift-docc-plugin
[227/6630] Fetching swift-docc-plugin, swift-custom-dump
[5054/23221] Fetching swift-docc-plugin, swift-custom-dump, swift-collections
[7295/29470] Fetching swift-docc-plugin, swift-custom-dump, swift-collections, swift-dependencies
[9084/44849] Fetching swift-docc-plugin, swift-custom-dump, swift-collections, swift-dependencies, swift-argument-parser
Fetching http://github.com/pointfreeco/xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.76s)
[15451/42800] Fetching swift-custom-dump, swift-collections, swift-dependencies, swift-argument-parser
Fetching https://github.com/apple/swift-async-algorithms
[27910/47785] Fetching swift-custom-dump, swift-collections, swift-dependencies, swift-argument-parser, swift-async-algorithms
[29335/53243] Fetching swift-custom-dump, swift-collections, swift-dependencies, swift-argument-parser, swift-async-algorithms, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-async-algorithms from cache (2.10s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (2.86s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.87s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.87s)
Fetched http://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.16s)
Fetched https://github.com/apple/swift-collections from cache (2.86s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (5.30s)
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.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.10s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.21s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.49s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.46s)
Computing version for http://github.com/pointfreeco/xctest-dynamic-overlay
Computed http://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.47s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2410] Fetching combine-schedulers
[2411/3702] Fetching combine-schedulers, swift-clocks
[3703/4554] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.32s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.32s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (4.30s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.35s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.24s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.47s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (3.10s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.03s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for http://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of http://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/21] Write sources
[20/21] Write swift-version-24593BA9C3E375BF.txt
[22/67] Emitting module InternalCollectionsUtilities
[23/68] Compiling IssueReporting UncheckedSendable.swift
[24/68] Compiling IssueReporting Warn.swift
[25/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/68] Compiling ConcurrencyExtras Locking.swift
[28/68] Compiling ConcurrencyExtras UncheckedBox.swift
[29/68] Compiling IssueReporting FailureObserver.swift
[30/68] Compiling IssueReporting LockIsolated.swift
[31/68] Compiling IssueReporting ErrorReporting.swift
[32/68] Compiling IssueReporting AppHostWarning.swift
[33/68] Compiling ConcurrencyExtras AsyncStream.swift
[34/68] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[35/68] Compiling IssueReporting Deprecations.swift
[36/68] Compiling IssueReporting SwiftTesting.swift
[38/139] Compiling OrderedCollections _HashTable+Testing.swift
[39/139] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[40/141] Compiling OrderedCollections _HashTable+Constants.swift
[41/141] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[42/141] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[43/141] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[44/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[45/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[46/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[47/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[48/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[49/141] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[50/141] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[51/148] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/148] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/150] Compiling OrderedCollections _HashTable.swift
[56/150] Compiling OrderedCollections _Hashtable+Header.swift
[57/150] Compiling OrderedCollections OrderedDictionary+Codable.swift
[58/150] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[59/150] Compiling OrderedCollections OrderedSet+Initializers.swift
[60/150] Compiling OrderedCollections OrderedSet+Insertions.swift
[61/150] Compiling OrderedCollections OrderedSet+Invariants.swift
[62/150] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[63/150] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[64/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[65/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[66/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[67/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[68/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[69/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[70/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[71/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[72/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[73/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[74/150] Compiling DequeModule _DequeSlot.swift
[75/150] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/150] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/150] Compiling OrderedCollections _HashTable+Bucket.swift
[78/150] Compiling OrderedCollections _HashTable+BucketIterator.swift
[79/150] Compiling OrderedCollections OrderedDictionary.swift
[80/150] Compiling OrderedCollections OrderedSet+Codable.swift
[81/150] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/150] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/150] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/150] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/150] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/150] Compiling OrderedCollections OrderedSet+Hashable.swift
[87/150] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[88/150] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[89/150] Compiling IssueReporting WithExpectedIssue.swift
[90/150] Compiling IssueReporting WithIssueContext.swift
[91/150] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[92/150] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[93/150] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[94/150] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/150] Emitting module DequeModule
[115/151] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/151] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/151] Compiling OrderedCollections OrderedSet+Testing.swift
[118/151] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/151] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/151] Compiling OrderedCollections OrderedSet.swift
[121/151] Compiling OrderedCollections _UnsafeBitset.swift
[122/151] Emitting module OrderedCollections
[124/197] Emitting module AsyncAlgorithms
[125/203] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[126/203] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[127/203] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[128/203] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[129/203] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[130/203] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[131/203] Compiling AsyncAlgorithms ChannelStateMachine.swift
[132/203] Compiling AsyncAlgorithms ChannelStorage.swift
[133/203] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[134/203] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[135/203] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[136/203] Compiling AsyncAlgorithms CombineLatestStorage.swift
[137/203] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[138/203] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[139/203] Compiling AsyncAlgorithms MergeStateMachine.swift
[140/203] Compiling AsyncAlgorithms MergeStorage.swift
[141/203] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[142/203] Compiling AsyncAlgorithms Rethrow.swift
[143/203] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[144/203] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[145/203] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[146/203] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[147/203] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[148/203] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[149/203] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[150/203] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[151/203] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[152/203] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[153/203] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[154/203] Compiling AsyncAlgorithms AsyncChannel.swift
[155/203] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[156/203] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[157/203] Compiling AsyncAlgorithms DebounceStateMachine.swift
[158/203] Compiling AsyncAlgorithms DebounceStorage.swift
[159/203] Compiling AsyncAlgorithms Dictionary.swift
[160/203] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[161/203] Compiling AsyncAlgorithms Locking.swift
[162/203] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[163/203] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[164/203] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[165/203] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[166/203] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[167/203] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[168/203] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[169/203] Compiling AsyncAlgorithms SetAlgebra.swift
[170/203] Compiling AsyncAlgorithms UnsafeTransfer.swift
[171/203] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[172/203] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[173/203] Compiling AsyncAlgorithms ZipStateMachine.swift
[174/203] Compiling AsyncAlgorithms ZipStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/205] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/205] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/205] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/205] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/205] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/205] Emitting module Protected
[195/205] Compiling Protected Protected.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/207] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/231] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/231] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/232] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/232] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/233] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/233] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/233] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/233] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/233] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/233] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/233] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/233] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/233] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/233] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/233] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/233] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/234] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/234] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/234] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/234] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/234] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/234] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/235] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/235] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/235] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/288] Emitting module FileManagerClient
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:77:21: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileManagerClient' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import XCTestDynamicOverlay
  3 |
  4 | public struct FileManagerClient {
    |               `- note: consider making struct 'FileManagerClient' conform to the 'Sendable' protocol
  5 |   public typealias LocateURLForDirectoryMask = (
  6 |     FileManager.SearchPathDirectory,
    :
 75 |
 76 | extension FileManagerClient {
 77 |   public static let live: Self = {
    |                     |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileManagerClient' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 78 |     let fileManager = FileManager.default
 79 |     return Self(
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:99:10: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
 97 | extension FileManagerClient {
 98 |   public static let unimplemented = Self(
 99 |     url: XCTUnimplemented("\(Self.self).url"),
    |          |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |          `- note: use 'unimplemented' instead
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:100:11: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
 98 |   public static let unimplemented = Self(
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
    |           |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
    |           `- note: use 'unimplemented' instead
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:101:27: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
    |                           |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |                           `- note: use 'unimplemented' instead
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:102:22: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
    |                      |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |                      `- note: use 'unimplemented' instead
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
104 |   )
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:103:23: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
    |                       |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
    |                       `- note: use 'unimplemented' instead
104 |   )
105 | }
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:98:21: warning: static property 'unimplemented' is not concurrency-safe because non-'Sendable' type 'FileManagerClient' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import XCTestDynamicOverlay
  3 |
  4 | public struct FileManagerClient {
    |               `- note: consider making struct 'FileManagerClient' conform to the 'Sendable' protocol
  5 |   public typealias LocateURLForDirectoryMask = (
  6 |     FileManager.SearchPathDirectory,
    :
 96 |
 97 | extension FileManagerClient {
 98 |   public static let unimplemented = Self(
    |                     |- warning: static property 'unimplemented' is not concurrency-safe because non-'Sendable' type 'FileManagerClient' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'unimplemented' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
[238/288] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/288] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/288] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/288] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/288] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/288] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/288] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/294] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/294] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/294] Emitting module CustomDump
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/294] Compiling FileManagerClient FileManagerClient.swift
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:77:21: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileManagerClient' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import XCTestDynamicOverlay
  3 |
  4 | public struct FileManagerClient {
    |               `- note: consider making struct 'FileManagerClient' conform to the 'Sendable' protocol
  5 |   public typealias LocateURLForDirectoryMask = (
  6 |     FileManager.SearchPathDirectory,
    :
 75 |
 76 | extension FileManagerClient {
 77 |   public static let live: Self = {
    |                     |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileManagerClient' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 78 |     let fileManager = FileManager.default
 79 |     return Self(
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:99:10: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
 97 | extension FileManagerClient {
 98 |   public static let unimplemented = Self(
 99 |     url: XCTUnimplemented("\(Self.self).url"),
    |          |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |          `- note: use 'unimplemented' instead
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:100:11: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
 98 |   public static let unimplemented = Self(
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
    |           |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
    |           `- note: use 'unimplemented' instead
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:101:27: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
    |                           |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |                           `- note: use 'unimplemented' instead
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:102:22: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
    |                      |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |                      `- note: use 'unimplemented' instead
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
104 |   )
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:103:23: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
    |                       |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
    |                       `- note: use 'unimplemented' instead
104 |   )
105 | }
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:98:21: warning: static property 'unimplemented' is not concurrency-safe because non-'Sendable' type 'FileManagerClient' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import XCTestDynamicOverlay
  3 |
  4 | public struct FileManagerClient {
    |               `- note: consider making struct 'FileManagerClient' conform to the 'Sendable' protocol
  5 |   public typealias LocateURLForDirectoryMask = (
  6 |     FileManager.SearchPathDirectory,
    :
 96 |
 97 | extension FileManagerClient {
 98 |   public static let unimplemented = Self(
    |                     |- warning: static property 'unimplemented' is not concurrency-safe because non-'Sendable' type 'FileManagerClient' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'unimplemented' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
[250/294] Compiling Dependencies Dependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/294] Compiling Dependencies DependencyContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/294] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/294] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/295] Compiling Dependencies Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/295] Compiling Dependencies Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/295] Compiling Dependencies TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/295] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/295] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/295] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/295] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/295] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/295] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/295] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/295] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[269/295] Compiling CustomDump String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/295] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/295] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/295] Compiling CustomDump Unordered.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/295] Compiling CustomDump XCTAssertDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[276/295] Compiling CustomDump XCTAssertNoDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[285/308] Compiling Extensions Task+.swift
/host/spi-builder-workspace/Sources/Extensions/Task+.swift:12:63: error: cannot find 'NSEC_PER_SEC' in scope
10 |   public static func sleep(seconds timeInterval: TimeInterval) async throws {
11 |     guard !timeInterval.isNaN && timeInterval.isFinite else { return }
12 |     try await sleep(nanoseconds: UInt64(timeInterval * Double(NSEC_PER_SEC)))
   |                                                               `- error: cannot find 'NSEC_PER_SEC' in scope
13 |   }
14 | }
[286/308] Compiling Reachability Reachability.swift
[287/308] Emitting module Extensions
[288/308] Compiling Extensions Publisher+.swift
[289/308] Compiling Extensions Calendar+.swift
/host/spi-builder-workspace/Sources/Extensions/Calendar+.swift:20:57: error: cannot find 'NSEC_PER_MSEC' in scope
18 |     guard let nextDay = date(byAdding: .day, value: 1, to: query) else { return nil }
19 |     let startOfNextDay = startOfDay(for: nextDay)
20 |     return self.date(byAdding: .nanosecond, value: -Int(NSEC_PER_MSEC), to: startOfNextDay)
   |                                                         `- error: cannot find 'NSEC_PER_MSEC' in scope
21 |   }
22 | }
[290/308] Compiling Extensions DateGenerator+.swift
[291/308] Compiling Reachability Reachability+LiveKey.swift
/host/spi-builder-workspace/Sources/ShortID/ShortID.swift:88:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShortID.Strategy.Base62Generator' may have shared mutable state; this is an error in the Swift 6 language mode
 82 | extension ShortID.Strategy {
 83 |
 84 |   private struct Base62Generator: RandomCharacterGenerator {
    |                  `- note: consider making struct 'Base62Generator' conform to the 'Sendable' protocol
 85 |     let characters: String
 86 |     let count: Int
 87 |
 88 |     static let shared = Base62Generator(
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShortID.Strategy.Base62Generator' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 89 |       characters: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",
 90 |       count: 62
[292/308] Emitting module Reachability
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:10:21: warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | extension Reachability {
 9 |
10 |   static public let previewValue: Reachability = .unsatisfied
   |                     |- warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'previewValue' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 |   public static let satisfied = continuous(.satisfied)
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:12:21: warning: static property 'satisfied' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   static public let previewValue: Reachability = .unsatisfied
11 |
12 |   public static let satisfied = continuous(.satisfied)
   |                     |- warning: static property 'satisfied' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'satisfied' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |   public static let unsatisfied = continuous(.unsatisfied)
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:14:21: warning: static property 'unsatisfied' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
12 |   public static let satisfied = continuous(.satisfied)
13 |
14 |   public static let unsatisfied = continuous(.unsatisfied)
   |                     |- warning: static property 'unsatisfied' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'unsatisfied' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |   public static let intermittent = every(.seconds(2)) {
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:16:21: warning: static property 'intermittent' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
14 |   public static let unsatisfied = continuous(.unsatisfied)
15 |
16 |   public static let intermittent = every(.seconds(2)) {
   |                     |- warning: static property 'intermittent' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'intermittent' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |     Bool.random() ? .satisfied : .unsatisfied
18 |   }
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:38:55: warning: 'unimplemented(_:file:fileID:function:line:)' is deprecated: renamed to 'unimplemented(_:placeholder:)'
36 |
37 | extension Reachability: TestDependencyKey {
38 |   static public let testValue = Reachability(monitor: unimplemented("\(Self.self).monitor"))
   |                                                       |- warning: 'unimplemented(_:file:fileID:function:line:)' is deprecated: renamed to 'unimplemented(_:placeholder:)'
   |                                                       `- note: use 'unimplemented(_:placeholder:)' instead
39 | }
40 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:38:21: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
36 |
37 | extension Reachability: TestDependencyKey {
38 |   static public let testValue = Reachability(monitor: unimplemented("\(Self.self).monitor"))
   |                     |- warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'testValue' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 | }
40 |
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:37:1: warning: type 'Reachability' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
35 | }
36 |
37 | extension Reachability: TestDependencyKey {
   | `- warning: type 'Reachability' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
38 |   static public let testValue = Reachability(monitor: unimplemented("\(Self.self).monitor"))
39 | }
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:10:21: warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | extension Reachability {
 9 |
10 |   static public let previewValue: Reachability = .unsatisfied
   |                     |- warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'previewValue' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 |   public static let satisfied = continuous(.satisfied)
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:12:21: warning: static property 'satisfied' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   static public let previewValue: Reachability = .unsatisfied
11 |
12 |   public static let satisfied = continuous(.satisfied)
   |                     |- warning: static property 'satisfied' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'satisfied' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |   public static let unsatisfied = continuous(.unsatisfied)
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:14:21: warning: static property 'unsatisfied' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
12 |   public static let satisfied = continuous(.satisfied)
13 |
14 |   public static let unsatisfied = continuous(.unsatisfied)
   |                     |- warning: static property 'unsatisfied' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'unsatisfied' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |   public static let intermittent = every(.seconds(2)) {
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:16:21: warning: static property 'intermittent' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
14 |   public static let unsatisfied = continuous(.unsatisfied)
15 |
16 |   public static let intermittent = every(.seconds(2)) {
   |                     |- warning: static property 'intermittent' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'intermittent' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |     Bool.random() ? .satisfied : .unsatisfied
18 |   }
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:38:55: warning: 'unimplemented(_:file:fileID:function:line:)' is deprecated: renamed to 'unimplemented(_:placeholder:)'
36 |
37 | extension Reachability: TestDependencyKey {
38 |   static public let testValue = Reachability(monitor: unimplemented("\(Self.self).monitor"))
   |                                                       |- warning: 'unimplemented(_:file:fileID:function:line:)' is deprecated: renamed to 'unimplemented(_:placeholder:)'
   |                                                       `- note: use 'unimplemented(_:placeholder:)' instead
39 | }
40 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:38:21: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
36 |
37 | extension Reachability: TestDependencyKey {
38 |   static public let testValue = Reachability(monitor: unimplemented("\(Self.self).monitor"))
   |                     |- warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'Reachability' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'testValue' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 | }
40 |
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
/host/spi-builder-workspace/Sources/Reachability/Reachability+TestKey.swift:37:1: warning: type 'Reachability' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
35 | }
36 |
37 | extension Reachability: TestDependencyKey {
   | `- warning: type 'Reachability' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
38 |   static public let testValue = Reachability(monitor: unimplemented("\(Self.self).monitor"))
39 | }
/host/spi-builder-workspace/Sources/Reachability/Reachability.swift:5:15: note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 3 | @available(iOS 13.0, *)
 4 | @available(macOS 10.15, *)
 5 | public struct Reachability {
   |               `- note: consider making struct 'Reachability' conform to the 'Sendable' protocol
 6 |   public var monitor: () -> AsyncStream<Path>
 7 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 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 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-collections' is not used by any target
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/50] Compiling IssueReporting IssueReporter.swift
[6/50] Compiling IssueReporting SwiftTesting.swift
[7/51] Compiling IssueReporting RuntimeWarningReporter.swift
[8/51] Compiling IssueReporting ReportIssue.swift
[9/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/51] Compiling IssueReporting FailureObserver.swift
[11/51] Compiling IssueReporting LockIsolated.swift
[12/51] Compiling IssueReporting Rethrows.swift
[13/51] Compiling IssueReporting ErrorReporting.swift
[14/52] Compiling ConcurrencyExtras LockIsolated.swift
[15/52] Emitting module ConcurrencyExtras
[16/52] Compiling IssueReporting XCTest.swift
[17/52] Compiling IssueReporting IsTesting.swift
[18/52] Compiling Protected Protected.swift
[19/52] Emitting module Protected
[20/53] Compiling ConcurrencyExtras MainSerialExecutor.swift
[21/53] Compiling ConcurrencyExtras Result.swift
[22/53] Compiling ConcurrencyExtras Task.swift
[23/53] Compiling ConcurrencyExtras UncheckedSendable.swift
[28/56] Compiling IssueReporting BreakpointReporter.swift
[29/56] Compiling IssueReporting FatalErrorReporter.swift
[30/56] Compiling IssueReporting TestContext.swift
[31/56] Compiling IssueReporting Unimplemented.swift
[32/56] Emitting module InternalCollectionsUtilities
[33/56] Compiling IssueReporting UncheckedSendable.swift
[34/56] Compiling IssueReporting Warn.swift
[38/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/56] Emitting module IssueReporting
[51/57] Compiling IssueReporting AppHostWarning.swift
[52/57] Compiling IssueReporting Deprecations.swift
[56/57] Compiling IssueReporting WithExpectedIssue.swift
[57/57] Compiling IssueReporting WithIssueContext.swift
[59/151] Compiling CombineSchedulers ImmediateScheduler.swift
[60/151] Compiling CombineSchedulers Deprecations.swift
[61/153] Emitting module CombineSchedulers
[62/153] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/153] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/153] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[65/153] Compiling OrderedCollections OrderedDictionary+Elements.swift
[66/154] Compiling CombineSchedulers AnyScheduler.swift
[67/154] Compiling CombineSchedulers Concurrency.swift
[68/154] Compiling CombineSchedulers SwiftUI.swift
[69/154] Compiling CombineSchedulers TestScheduler.swift
[70/154] Compiling CombineSchedulers Lock.swift
[71/154] Compiling CombineSchedulers NSRecursiveLock.swift
[72/154] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[73/154] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[76/154] Compiling CombineSchedulers Timer.swift
[77/154] Compiling CombineSchedulers UnimplementedScheduler.swift
[78/154] Compiling XCTestDynamicOverlay Exports.swift
[79/154] Compiling CombineSchedulers UIKit.swift
[80/154] Compiling CombineSchedulers UIScheduler.swift
[85/155] Compiling Clocks Timer.swift
[86/156] Compiling XCTestDynamicOverlay Deprecations.swift
[87/156] Emitting module XCTestDynamicOverlay
[88/156] Compiling Clocks SwiftUI.swift
[89/156] Compiling Clocks TestClock.swift
[90/156] Compiling DequeModule _DequeSlot.swift
[91/156] Compiling DequeModule _UnsafeWrappedBuffer.swift
[92/157] Compiling Clocks AnyClock.swift
[93/157] Emitting module Clocks
[94/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[95/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[96/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[97/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[98/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[99/157] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[100/157] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[101/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[102/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[103/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[104/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[106/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[107/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[109/164] Compiling Clocks Lock.swift
[110/164] Compiling Clocks ImmediateClock.swift
[111/164] Compiling Clocks _AsyncTimerSequence.swift
[113/164] Compiling Clocks UnimplementedClock.swift
[122/191] Compiling OrderedCollections OrderedDictionary.swift
[123/191] Compiling OrderedCollections OrderedSet+Codable.swift
[124/191] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[125/191] Compiling OrderedCollections OrderedSet+Descriptions.swift
[126/191] Compiling OrderedCollections OrderedSet+Diffing.swift
[127/191] Compiling OrderedCollections OrderedSet+Equatable.swift
[128/191] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[129/191] Compiling OrderedCollections OrderedSet+Hashable.swift
[130/191] Compiling OrderedCollections OrderedSet+Initializers.swift
[131/191] Compiling OrderedCollections OrderedSet+Insertions.swift
[132/191] Compiling OrderedCollections OrderedSet+Invariants.swift
[133/191] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[134/191] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[135/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[136/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[137/191] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[138/191] Compiling CustomDump CustomDumpStringConvertible.swift
[139/191] Compiling CustomDump Diff.swift
[140/191] Compiling CustomDump Dump.swift
[141/191] Compiling CustomDump ExpectDifference.swift
[142/191] Compiling CustomDump ExpectNoDifference.swift
[143/191] Compiling CustomDump AnyType.swift
[144/191] Compiling CustomDump CollectionDifference.swift
[145/191] Compiling OrderedCollections OrderedDictionary+Values.swift
[147/195] Compiling FileManagerClient FileManagerClient.swift
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:99:10: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
 97 | extension FileManagerClient {
 98 |   public static let unimplemented = Self(
 99 |     url: XCTUnimplemented("\(Self.self).url"),
    |          |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |          `- note: use 'unimplemented' instead
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:100:11: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
 98 |   public static let unimplemented = Self(
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
    |           |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
    |           `- note: use 'unimplemented' instead
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:101:27: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
    |                           |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |                           `- note: use 'unimplemented' instead
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:102:22: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
    |                      |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |                      `- note: use 'unimplemented' instead
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
104 |   )
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:103:23: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
    |                       |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
    |                       `- note: use 'unimplemented' instead
104 |   )
105 | }
[148/217] Compiling Dependencies MainQueue.swift
[149/217] Compiling Dependencies MainRunLoop.swift
[150/217] Compiling Dependencies OpenURL.swift
[151/217] Compiling Dependencies TimeZone.swift
[152/220] Compiling Dependencies DependencyContext.swift
[153/220] Compiling Dependencies DependencyKey.swift
[154/220] Compiling Dependencies DependencyValues.swift
[155/220] Compiling Dependencies Locale.swift
[156/220] Compiling Dependencies Assert.swift
[157/220] Compiling Dependencies Calendar.swift
[158/220] Emitting module DequeModule
[159/220] Emitting module FileManagerClient
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:99:10: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
 97 | extension FileManagerClient {
 98 |   public static let unimplemented = Self(
 99 |     url: XCTUnimplemented("\(Self.self).url"),
    |          |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |          `- note: use 'unimplemented' instead
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:100:11: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
 98 |   public static let unimplemented = Self(
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
    |           |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
    |           `- note: use 'unimplemented' instead
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:101:27: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
 99 |     url: XCTUnimplemented("\(Self.self).url"),
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
    |                           |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |                           `- note: use 'unimplemented' instead
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:102:22: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
100 |     urls: XCTUnimplemented("\(Self.self).urls"),
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
    |                      |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:column:)' is deprecated: renamed to 'unimplemented'
    |                      `- note: use 'unimplemented' instead
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
104 |   )
/host/spi-builder-workspace/Sources/FileManagerClient/FileManagerClient.swift:103:23: warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
101 |     createDirectoryAtURL: XCTUnimplemented("\(Self.self).createDirectoryAtURL"),
102 |     removeItemAtURL: XCTUnimplemented("\(Self.self).removeItemAtURL"),
103 |     fileExistsAtPath: XCTUnimplemented("\(Self.self).fileExistsAtPath")
    |                       |- warning: 'XCTUnimplemented(_:fileID:filePath:function:line:)' is deprecated: renamed to 'unimplemented'
    |                       `- note: use 'unimplemented' instead
104 |   )
105 | }
[160/222] Compiling OrderedCollections OrderedSet+Sendable.swift
[161/222] Compiling OrderedCollections OrderedSet+SubSequence.swift
[162/222] Compiling OrderedCollections OrderedSet+Testing.swift
[163/222] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[164/222] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[165/222] Compiling OrderedCollections OrderedSet.swift
[166/222] Compiling OrderedCollections _UnsafeBitset.swift
[167/222] Compiling Dependencies WithRandomNumberGenerator.swift
[168/222] Compiling Dependencies AppEntryPoint.swift
[170/222] Emitting module Dependencies
[171/222] Compiling CustomDump Identifiable.swift
[172/222] Compiling CustomDump Mirror.swift
[173/222] Compiling CustomDump String.swift
[178/225] Compiling Dependencies Clocks.swift
[179/225] Compiling Dependencies Dependency.swift
[184/225] Compiling Dependencies Deprecations.swift
[185/225] Compiling Dependencies Exports.swift
[186/225] Compiling Dependencies TypeName.swift
[191/225] Compiling CustomDump Unordered.swift
[192/225] Compiling CustomDump XCTAssertDifference.swift
[193/225] Compiling CustomDump XCTAssertNoDifference.swift
[194/225] Emitting module CustomDump
[204/225] Compiling Dependencies URLSession.swift
[208/225] Compiling Dependencies UUID.swift
[211/225] Compiling Dependencies Context.swift
[212/225] Compiling Dependencies Date.swift
[213/225] Compiling Dependencies FireAndForget.swift
[214/225] Compiling Dependencies PreviewTrait.swift
[215/225] Compiling Dependencies TestTrait.swift
[216/225] Compiling Dependencies WithDependencies.swift
[217/226] Emitting module OrderedCollections
[220/280] Compiling Extensions Publisher+.swift
[221/280] Compiling Extensions Task+.swift
/host/spi-builder-workspace/Sources/Extensions/Task+.swift:12:63: error: cannot find 'NSEC_PER_SEC' in scope
10 |   public static func sleep(seconds timeInterval: TimeInterval) async throws {
11 |     guard !timeInterval.isNaN && timeInterval.isFinite else { return }
12 |     try await sleep(nanoseconds: UInt64(timeInterval * Double(NSEC_PER_SEC)))
   |                                                               `- error: cannot find 'NSEC_PER_SEC' in scope
13 |   }
14 | }
[222/280] Compiling Extensions Calendar+.swift
/host/spi-builder-workspace/Sources/Extensions/Calendar+.swift:20:57: error: cannot find 'NSEC_PER_MSEC' in scope
18 |     guard let nextDay = date(byAdding: .day, value: 1, to: query) else { return nil }
19 |     let startOfNextDay = startOfDay(for: nextDay)
20 |     return self.date(byAdding: .nanosecond, value: -Int(NSEC_PER_MSEC), to: startOfNextDay)
   |                                                         `- error: cannot find 'NSEC_PER_MSEC' in scope
21 |   }
22 | }
[223/280] Emitting module Extensions
[224/280] Compiling Extensions DateGenerator+.swift
[225/280] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[226/280] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[227/280] Compiling AsyncAlgorithms MergeStateMachine.swift
[228/280] Compiling AsyncAlgorithms MergeStorage.swift
[229/280] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[230/280] Compiling AsyncAlgorithms Rethrow.swift
[231/286] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[232/286] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[233/286] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[234/286] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
BUILD FAILURE 6.1 android