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.1 for Linux on 27 Apr 2025 19:05:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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.1
Building package at path:  $PWD
https://github.com/gh123man/Async-Channels.git
https://github.com/gh123man/Async-Channels.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.86s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (6.21s)
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] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/27] Compiling InternalCollectionsUtilities Specialize.swift
[13/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[18/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[19/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[20/29] Compiling InternalCollectionsUtilities Debugging.swift
[21/29] Compiling InternalCollectionsUtilities Descriptions.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] Emitting module InternalCollectionsUtilities
[26/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/304] Compiling HeapModule Heap+Descriptions.swift
[32/304] Compiling BitCollections BitArray+Extras.swift
[33/304] Compiling BitCollections BitArray+Fill.swift
[34/306] Compiling BitCollections BitArray._UnsafeHandle.swift
[35/306] Compiling BitCollections BitArray.swift
[36/306] Compiling HeapModule Heap.swift
[37/306] Compiling HeapModule _HeapNode.swift
[38/306] Compiling BitCollections BitArray+Hashable.swift
[39/306] Compiling BitCollections BitArray+Initializers.swift
[40/306] Compiling HeapModule Heap+Invariants.swift
[41/306] Compiling HeapModule Heap+UnsafeHandle.swift
[42/306] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[43/306] Emitting module HeapModule
[45/307] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[46/307] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[47/307] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[48/307] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[49/307] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[50/307] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[51/307] Compiling HashTreeCollections _HashNode+Storage.swift
[52/307] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[53/307] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[54/307] Compiling BitCollections BitSet+SetAlgebra union.swift
[55/307] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[56/307] Compiling BitCollections BitSet.Counted.swift
[57/307] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[58/307] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[59/307] Compiling HashTreeCollections TreeSet+Hashable.swift
[60/307] Compiling HashTreeCollections TreeSet+Sendable.swift
[61/307] Compiling HashTreeCollections TreeSet+Sequence.swift
[62/307] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[63/307] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[64/307] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[65/307] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[66/307] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[67/307] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[68/307] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[69/324] Compiling DequeModule _DequeSlot.swift
[70/324] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/324] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[72/324] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[77/324] Compiling BitCollections BitArray+Invariants.swift
[78/324] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[79/331] Compiling BitCollections BitSet+Initializers.swift
[80/331] Compiling BitCollections BitSet+Invariants.swift
[81/331] Compiling BitCollections BitSet+Random.swift
[82/331] Compiling BitCollections BitSet+SetAlgebra basics.swift
[83/331] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[84/331] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[85/331] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[86/331] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[87/331] Emitting module BitCollections
[96/331] Compiling BitCollections BitSet+CustomReflectable.swift
[97/331] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[98/331] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[99/331] Compiling HashTreeCollections TreeDictionary+Filter.swift
[100/331] Compiling BitCollections BitSet+Extras.swift
[101/331] Compiling BitCollections BitSet+Hashable.swift
[104/331] Compiling BitCollections BitArray+RandomBits.swift
[105/331] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[106/331] Compiling BitCollections BitArray+Shifts.swift
[107/331] Compiling BitCollections BitArray+Testing.swift
[114/331] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[115/331] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[148/331] Emitting module DequeModule
[150/332] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[151/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[152/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[153/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[154/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[155/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[156/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[157/332] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[158/332] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[159/332] Compiling HashTreeCollections TreeSet.swift
[168/332] Compiling BitCollections BitArray+BitwiseOperations.swift
[169/332] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[170/332] Compiling BitCollections BitArray+Codable.swift
[171/332] Compiling BitCollections BitArray+Collection.swift
[172/332] Compiling BitCollections BitArray+Copy.swift
[173/332] Compiling BitCollections BitArray+CustomReflectable.swift
[174/332] Compiling BitCollections BitArray+Descriptions.swift
[175/332] Compiling BitCollections BitArray+Equatable.swift
[184/332] Compiling BitCollections BitSet.Index.swift
[185/332] Compiling BitCollections BitSet._UnsafeHandle.swift
[186/332] Compiling BitCollections BitSet.swift
[187/332] Compiling BitCollections Range+Utilities.swift
[188/332] Compiling BitCollections Slice+Utilities.swift
[189/332] Compiling BitCollections UInt+Tricks.swift
[190/332] Compiling BitCollections _Word.swift
[191/333] Compiling HashTreeCollections TreeDictionary.swift
[192/333] Compiling HashTreeCollections TreeSet+Codable.swift
[193/333] Compiling HashTreeCollections TreeSet+Collection.swift
[194/333] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[195/333] Compiling HashTreeCollections TreeSet+Debugging.swift
[196/333] Compiling HashTreeCollections TreeSet+Descriptions.swift
[197/333] Compiling HashTreeCollections TreeSet+Equatable.swift
[198/333] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[199/333] Compiling HashTreeCollections TreeSet+Extras.swift
[200/333] Compiling HashTreeCollections TreeSet+Filter.swift
[235/342] Compiling OrderedCollections OrderedSet.swift
[236/342] Compiling OrderedCollections _UnsafeBitset.swift
[261/342] Emitting module OrderedCollections
[285/343] Emitting module HashTreeCollections
[287/344] Compiling _RopeModule Rope+Join.swift
[288/344] Compiling _RopeModule Rope+MutatingForEach.swift
[289/344] Compiling _RopeModule Rope+Remove.swift
[290/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[291/344] Compiling _RopeModule Rope+Split.swift
[292/344] Compiling _RopeModule Optional Utilities.swift
[293/344] Compiling _RopeModule String Utilities.swift
[294/344] Compiling _RopeModule String.Index+ABI.swift
[295/344] Compiling _RopeModule _CharacterRecognizer.swift
[324/344] Emitting module _RopeModule
[346/347] Compiling Collections Collections.swift
[347/347] Emitting module Collections
[349/356] Compiling AsyncChannels ThrowingChannel+Extensions.swift
[350/356] Compiling AsyncChannels Synchronization.swift
[351/356] Compiling AsyncChannels Channel+Extensions.swift
[352/356] Emitting module AsyncChannels
[353/356] Compiling AsyncChannels FastLock.swift
[354/357] Compiling AsyncChannels Select.swift
[355/357] Compiling AsyncChannels Channel.swift
[356/357] Compiling AsyncChannels ChannelInternal.swift
[357/357] Compiling AsyncChannels ThrowingChannel.swift
Build complete! (61.52s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.