The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-async-algorithms with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-async-algorithms.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-async-algorithms
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6ae9a05 Add support for `SWIFTCI_USE_LOCAL_DEPS` convention (#311)
Cloned https://github.com/apple/swift-async-algorithms.git
Revision (git rev-parse @):
6ae9a051f76b81cc668305ceed5b0e0a7fd93d20
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-async-algorithms.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/apple/swift-async-algorithms.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[1/1457] Fetching swift-docc-plugin
[482/15202] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.39s)
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (1.60s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.76s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2682] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.50s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.51s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/26] Emitting module _CollectionsUtilities
[11/28] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[12/28] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[13/28] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[14/28] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[15/28] Compiling _CollectionsUtilities Specialize.swift
[16/28] Compiling _CollectionsUtilities _SortedCollection.swift
[17/28] Compiling _CollectionsUtilities _UniqueCollection.swift
[18/28] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/28] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/28] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[21/28] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[22/28] Compiling _CollectionsUtilities Debugging.swift
[23/28] Compiling _CollectionsUtilities Descriptions.swift
[24/28] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/28] Compiling _CollectionsUtilities Integer rank.swift
[26/28] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[27/28] Compiling _CollectionsUtilities UInt+reversed.swift
[28/28] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[30/70] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[31/70] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[32/102] Compiling OrderedCollections OrderedDictionary+Elements.swift
[33/102] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[34/102] Compiling DequeModule _DequeSlot.swift
[35/102] Compiling DequeModule _UnsafeWrappedBuffer.swift
[36/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[38/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[39/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[40/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[41/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[42/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[43/109] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[44/109] Compiling OrderedCollections _HashTable.swift
[45/109] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[46/109] Compiling OrderedCollections _HashTable+Testing.swift
[47/109] Compiling OrderedCollections _HashTable+Bucket.swift
[48/109] Compiling OrderedCollections _HashTable+BucketIterator.swift
[49/109] Compiling OrderedCollections _HashTable+Constants.swift
[50/109] Compiling OrderedCollections _Hashtable+Header.swift
[51/109] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/109] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[53/109] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[54/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[55/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[56/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[57/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[58/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[59/109] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[60/109] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[61/109] Compiling OrderedCollections OrderedDictionary.swift
[62/109] Compiling OrderedCollections OrderedSet+Codable.swift
[63/109] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[64/109] Compiling OrderedCollections OrderedSet+Descriptions.swift
[65/109] Compiling OrderedCollections OrderedSet+Diffing.swift
[66/109] Compiling OrderedCollections OrderedSet+Equatable.swift
[67/109] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[68/109] Compiling OrderedCollections OrderedSet+Hashable.swift
[69/109] Compiling OrderedCollections OrderedSet+Initializers.swift
[70/109] Compiling OrderedCollections OrderedSet+Insertions.swift
[71/109] Compiling OrderedCollections OrderedSet+Invariants.swift
[72/109] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[73/109] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[74/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[75/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[76/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[77/109] Emitting module DequeModule
[88/110] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[89/110] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[90/110] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[91/110] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[92/110] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[93/110] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[94/110] Compiling OrderedCollections OrderedDictionary+Values.swift
[103/110] Compiling OrderedCollections OrderedSet+Sendable.swift
[104/110] Compiling OrderedCollections OrderedSet+SubSequence.swift
[105/110] Compiling OrderedCollections OrderedSet+Testing.swift
[106/110] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[107/110] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[108/110] Compiling OrderedCollections OrderedSet.swift
[109/110] Compiling OrderedCollections _UnsafeBitset.swift
[110/110] Emitting module OrderedCollections
[112/156] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[113/156] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[114/156] Compiling AsyncAlgorithms MergeStateMachine.swift
[115/156] Compiling AsyncAlgorithms MergeStorage.swift
[116/156] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[117/156] Compiling AsyncAlgorithms Rethrow.swift
[118/162] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[119/162] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[120/162] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[121/162] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[122/162] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[123/162] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[124/162] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[125/162] Emitting module AsyncAlgorithms
[126/162] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[127/162] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[128/162] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[129/162] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[130/162] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[131/162] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[132/162] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[133/162] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[134/162] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[135/162] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[136/162] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[137/162] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[138/162] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[139/162] Compiling AsyncAlgorithms ChannelStateMachine.swift
[140/162] Compiling AsyncAlgorithms ChannelStorage.swift
[141/162] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[142/162] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[143/162] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[144/162] Compiling AsyncAlgorithms CombineLatestStorage.swift
[145/162] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[146/162] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[147/162] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[148/162] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[149/162] Compiling AsyncAlgorithms AsyncChannel.swift
[150/162] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[151/162] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[152/162] Compiling AsyncAlgorithms DebounceStateMachine.swift
[153/162] Compiling AsyncAlgorithms DebounceStorage.swift
[154/162] Compiling AsyncAlgorithms Dictionary.swift
[155/162] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[156/162] Compiling AsyncAlgorithms Locking.swift
[157/162] Compiling AsyncAlgorithms SetAlgebra.swift
[158/162] Compiling AsyncAlgorithms UnsafeTransfer.swift
[159/162] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[160/162] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[161/162] Compiling AsyncAlgorithms ZipStateMachine.swift
[162/162] Compiling AsyncAlgorithms ZipStorage.swift
[164/175] Compiling AsyncSequenceValidation Theme.swift
[165/176] Compiling AsyncSequenceValidation TaskDriver.swift
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: warning: static property 'currentJob' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: isolate 'currentJob' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/TaskDriver.swift:80:58: warning: reference to static property 'currentJob' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    queue.enqueue(AsyncSequenceValidationDiagram.Context.currentJob) {
                                                         ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: static property declared here
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/TaskDriver.swift:81:61: warning: reference to static property 'currentJob' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      let previous = AsyncSequenceValidationDiagram.Context.currentJob
                                                            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: static property declared here
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/TaskDriver.swift:82:46: warning: reference to static property 'currentJob' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      AsyncSequenceValidationDiagram.Context.currentJob = job
                                             ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: static property declared here
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/TaskDriver.swift:84:46: warning: reference to static property 'currentJob' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      AsyncSequenceValidationDiagram.Context.currentJob = previous
                                             ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: static property declared here
    static var currentJob: Job?
               ^
[166/176] Compiling AsyncSequenceValidation Locking.swift
[167/176] Compiling AsyncSequenceValidation SourceLocation.swift
[168/176] Emitting module AsyncSequenceValidation
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:110:24: warning: static property '_executor' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let _executor: AnyObject = {
                       ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:123:16: warning: static property 'clock' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var clock: Clock?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:123:16: note: isolate 'clock' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var clock: Clock?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: warning: static property 'driver' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var driver: TaskDriver?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: note: isolate 'driver' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var driver: TaskDriver?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: warning: static property 'currentJob' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: isolate 'currentJob' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: warning: static property 'specificationFailures' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var specificationFailures = [ExpectationFailure]()
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: note: isolate 'specificationFailures' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var specificationFailures = [ExpectationFailure]()
               ^
[169/176] Compiling AsyncSequenceValidation Input.swift
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: warning: static property 'currentJob' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: isolate 'currentJob' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Input.swift:55:35: warning: reference to static property 'currentJob' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            queue.enqueue(Context.currentJob, deadline: when, continuation: continuation, results[eventIndex], index: index, token: token)
                                  ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: static property declared here
    static var currentJob: Job?
               ^
[170/176] Compiling AsyncSequenceValidation Job.swift
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: warning: static property 'currentJob' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: isolate 'currentJob' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Input.swift:55:35: warning: reference to static property 'currentJob' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            queue.enqueue(Context.currentJob, deadline: when, continuation: continuation, results[eventIndex], index: index, token: token)
                                  ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: static property declared here
    static var currentJob: Job?
               ^
[171/176] Compiling AsyncSequenceValidation AsyncSequenceValidationDiagram.swift
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: warning: static property 'currentJob' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: isolate 'currentJob' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Clock.swift:118:62: warning: reference to static property 'currentJob' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        queue.enqueue(AsyncSequenceValidationDiagram.Context.currentJob, deadline: deadline, continuation: continuation, token: token)
                                                             ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: static property declared here
    static var currentJob: Job?
               ^
[172/176] Compiling AsyncSequenceValidation Clock.swift
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: warning: static property 'currentJob' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: isolate 'currentJob' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Clock.swift:118:62: warning: reference to static property 'currentJob' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        queue.enqueue(AsyncSequenceValidationDiagram.Context.currentJob, deadline: deadline, continuation: continuation, token: token)
                                                             ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: static property declared here
    static var currentJob: Job?
               ^
[173/176] Compiling AsyncSequenceValidation Event.swift
[174/176] Compiling AsyncSequenceValidation Expectation.swift
[175/176] Compiling AsyncSequenceValidation Test.swift
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:110:24: warning: static property '_executor' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let _executor: AnyObject = {
                       ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:123:16: warning: static property 'clock' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var clock: Clock?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:123:16: note: isolate 'clock' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var clock: Clock?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: warning: static property 'driver' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var driver: TaskDriver?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: note: isolate 'driver' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var driver: TaskDriver?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: warning: static property 'currentJob' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:129:16: note: isolate 'currentJob' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var currentJob: Job?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: warning: static property 'specificationFailures' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
    static var specificationFailures = [ExpectationFailure]()
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: note: isolate 'specificationFailures' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
    static var specificationFailures = [ExpectationFailure]()
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:51:29: warning: reference to static property 'clock' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
              when: Context.clock!.now,
                            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:123:16: note: static property declared here
    static var clock: Clock?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:54:21: warning: reference to static property 'specificationFailures' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            Context.specificationFailures.append(failure)
                    ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: note: static property declared here
    static var specificationFailures = [ExpectationFailure]()
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:58:27: warning: reference to static property 'clock' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            when: Context.clock!.now,
                          ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:123:16: note: static property declared here
    static var clock: Clock?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:61:19: warning: reference to static property 'specificationFailures' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
          Context.specificationFailures.append(failure)
                  ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: note: static property declared here
    static var specificationFailures = [ExpectationFailure]()
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:161:28: warning: reference to static property 'specificationFailures' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    var failures = Context.specificationFailures
                           ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: note: static property declared here
    static var specificationFailures = [ExpectationFailure]()
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:162:13: warning: reference to static property 'specificationFailures' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    Context.specificationFailures.removeAll()
            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: note: static property declared here
    static var specificationFailures = [ExpectationFailure]()
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:352:13: warning: reference to static property 'clock' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    Context.clock = clock
            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:123:16: note: static property declared here
    static var clock: Clock?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:353:13: warning: reference to static property 'specificationFailures' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    Context.specificationFailures.removeAll()
            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:131:16: note: static property declared here
    static var specificationFailures = [ExpectationFailure]()
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:355:13: warning: reference to static property 'driver' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    Context.driver = TaskDriver(queue: diagram.queue) { driver in
            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: note: static property declared here
    static var driver: TaskDriver?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:356:7: warning: reference to var 'swift_task_enqueueGlobal_hook' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      swift_task_enqueueGlobal_hook = { job, original in
      ^
_CAsyncSequenceValidationSupport.swift_task_enqueueGlobal_hook:1:12: note: var declared here
public var swift_task_enqueueGlobal_hook: (@convention(c) (JobRef, swift_task_enqueueGlobal_original) -> Void)?
           ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:357:17: warning: reference to static property 'driver' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        Context.driver?.enqueue(job)
                ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: note: static property declared here
    static var driver: TaskDriver?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:392:15: warning: reference to static property 'clock' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      Context.clock = nil
              ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:123:16: note: static property declared here
    static var clock: Clock?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:393:7: warning: reference to var 'swift_task_enqueueGlobal_hook' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
      swift_task_enqueueGlobal_hook = nil
      ^
_CAsyncSequenceValidationSupport.swift_task_enqueueGlobal_hook:1:12: note: var declared here
public var swift_task_enqueueGlobal_hook: (@convention(c) (JobRef, swift_task_enqueueGlobal_original) -> Void)?
           ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:395:13: warning: reference to static property 'driver' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    Context.driver?.start()
            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: note: static property declared here
    static var driver: TaskDriver?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:398:13: warning: reference to static property 'driver' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    Context.driver?.join()
            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: note: static property declared here
    static var driver: TaskDriver?
               ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:399:13: warning: reference to static property 'driver' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
    Context.driver = nil
            ^
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:127:16: note: static property declared here
    static var driver: TaskDriver?
               ^
[176/176] Compiling AsyncSequenceValidation WorkQueue.swift
[178/179] Compiling AsyncAlgorithms_XCTest ValidationTest.swift
[179/179] Emitting module AsyncAlgorithms_XCTest
Build complete! (30.57s)
Build complete.
Done.

Build Machine: Linux 2