The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AsyncChannels, reference 2.1.0 (325f5b), with Swift 6.0 for Linux on 27 Apr 2025 19:05:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gh123man/Async-Channels.git
Reference: 2.1.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/gh123man/Async-Channels
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 325f5b2 Fix misbehavior in select when trying to send on a closed channel
Cloned https://github.com/gh123man/Async-Channels.git
Revision (git rev-parse @):
325f5b24d2862be397bd8ff4090d7b9c766f8796
SUCCESS checkout https://github.com/gh123man/Async-Channels.git at 2.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/gh123man/Async-Channels.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.19s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (2.16s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/27] Emitting module InternalCollectionsUtilities
[12/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/29] Compiling InternalCollectionsUtilities Debugging.swift
[17/29] Compiling InternalCollectionsUtilities Descriptions.swift
[18/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/29] Compiling InternalCollectionsUtilities Specialize.swift
[20/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/29] Compiling InternalCollectionsUtilities Integer rank.swift
[24/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[26/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[27/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[28/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/95] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/290] Compiling HeapModule Heap+Descriptions.swift
[33/304] Compiling HashTreeCollections _Bucket.swift
[34/304] Compiling HashTreeCollections _Hash.swift
[35/306] Compiling HeapModule _HeapNode.swift
[36/306] Compiling HeapModule Heap.swift
[37/306] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[38/306] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[39/306] Compiling HeapModule Heap+UnsafeHandle.swift
[40/306] Compiling HeapModule Heap+Invariants.swift
[41/306] Emitting module HeapModule
[42/307] Compiling HashTreeCollections _HashLevel.swift
[43/307] Compiling HashTreeCollections _HashNode+Builder.swift
[44/307] Compiling HashTreeCollections _HashNode+Debugging.swift
[45/307] Compiling HashTreeCollections _HashNode+Initializers.swift
[47/307] Compiling HashTreeCollections _HashNode+Structural merge.swift
[48/307] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[49/307] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[50/307] Compiling HashTreeCollections TreeDictionary+Filter.swift
[51/307] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[52/307] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[53/307] Compiling HashTreeCollections TreeDictionary+Keys.swift
[54/314] Compiling HashTreeCollections TreeSet+Hashable.swift
[55/314] Compiling HashTreeCollections TreeSet+Sendable.swift
[56/314] Compiling HashTreeCollections TreeSet+Sequence.swift
[57/314] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[58/314] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[59/314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[60/314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[61/314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[62/314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[63/314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[64/324] Compiling HashTreeCollections _RawHashNode.swift
[65/324] Compiling HashTreeCollections _UnmanagedHashNode.swift
[66/324] Compiling HashTreeCollections _UnsafePath.swift
[67/324] Compiling HashTreeCollections TreeDictionary+Codable.swift
[68/324] Compiling HashTreeCollections TreeDictionary+Collection.swift
[69/324] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[70/324] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[71/324] Compiling DequeModule _DequeSlot.swift
[72/324] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/324] Emitting module BitCollections
[74/331] Compiling HashTreeCollections _HashNode+Invariants.swift
[75/331] Compiling HashTreeCollections _HashNode+Lookups.swift
[76/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[77/331] Compiling HashTreeCollections _HashNode+Structural union.swift
[86/331] Compiling HashTreeCollections _HashNode+Storage.swift
[87/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[88/331] Compiling HashTreeCollections _HashNode+Structural filter.swift
[89/331] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[90/331] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[91/331] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[92/331] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[93/331] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[94/331] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[95/331] Compiling HashTreeCollections TreeDictionary+Merge.swift
[96/331] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[97/331] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[98/331] Compiling HashTreeCollections TreeDictionary+Values.swift
[99/331] Compiling HashTreeCollections _HashTreeIterator.swift
[100/331] Compiling HashTreeCollections _HashTreeStatistics.swift
[101/331] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[102/331] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[103/331] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[104/331] Compiling HashTreeCollections _HashNode.swift
[105/331] Compiling HashTreeCollections _HashNodeHeader.swift
[106/331] Compiling HashTreeCollections _HashSlot.swift
[107/331] Compiling HashTreeCollections _HashStack.swift
[108/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[109/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[110/331] Compiling BitCollections Range+Utilities.swift
[111/331] Compiling BitCollections Slice+Utilities.swift
[112/331] Compiling BitCollections UInt+Tricks.swift
[113/331] Compiling BitCollections _Word.swift
[114/331] Compiling OrderedCollections OrderedSet.swift
[115/331] Compiling OrderedCollections _UnsafeBitset.swift
[116/331] Compiling HashTreeCollections TreeSet+Equatable.swift
[117/331] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[118/331] Compiling HashTreeCollections TreeSet+Extras.swift
[119/331] Compiling HashTreeCollections TreeSet+Filter.swift
[159/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[160/331] Compiling HashTreeCollections _Bitmap.swift
[161/331] Emitting module DequeModule
[162/332] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[163/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[164/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[165/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[166/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[167/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[168/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[169/332] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[170/332] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[171/332] Compiling HashTreeCollections TreeSet.swift
[197/332] Compiling BitCollections BitSet.Index.swift
[198/332] Compiling BitCollections BitSet._UnsafeHandle.swift
[199/332] Compiling BitCollections BitSet.swift
[259/342] Emitting module OrderedCollections
[261/343] Emitting module _RopeModule
[334/343] Emitting module HashTreeCollections
[336/344] Compiling _RopeModule Rope+Join.swift
[337/344] Compiling _RopeModule Rope+MutatingForEach.swift
[338/344] Compiling _RopeModule Rope+Remove.swift
[339/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[340/344] Compiling _RopeModule Rope+Split.swift
[341/344] Compiling _RopeModule Optional Utilities.swift
[342/344] Compiling _RopeModule String Utilities.swift
[343/344] Compiling _RopeModule String.Index+ABI.swift
[344/344] Compiling _RopeModule _CharacterRecognizer.swift
[346/347] Emitting module Collections
[347/347] Compiling Collections Collections.swift
[349/356] Compiling AsyncChannels ThrowingChannel+Extensions.swift
[350/357] Compiling AsyncChannels Channel+Extensions.swift
[351/357] Compiling AsyncChannels ChannelInternal.swift
[352/357] Emitting module AsyncChannels
[353/357] Compiling AsyncChannels Channel.swift
[354/357] Compiling AsyncChannels FastLock.swift
[355/357] Compiling AsyncChannels Select.swift
[356/357] Compiling AsyncChannels Synchronization.swift
[357/357] Compiling AsyncChannels ThrowingChannel.swift
Build complete! (31.91s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "AsyncChannels",
  "name" : "AsyncChannels",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AsyncChannels",
      "targets" : [
        "AsyncChannels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncChannelsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncChannelsTests",
      "path" : "Tests/AsyncChannelsTests",
      "sources" : [
        "BehaviorTests.swift",
        "ReadmeTests.swift",
        "TypeTests.swift"
      ],
      "target_dependencies" : [
        "AsyncChannels"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncChannels",
      "module_type" : "SwiftTarget",
      "name" : "AsyncChannels",
      "path" : "Sources/AsyncChannels",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "AsyncChannels"
      ],
      "sources" : [
        "Channel+Extensions.swift",
        "Channel.swift",
        "ChannelInternal.swift",
        "FastLock.swift",
        "Select.swift",
        "Synchronization.swift",
        "ThrowingChannel+Extensions.swift",
        "ThrowingChannel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.