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 main (928407), with Swift 6.1 for Linux on 27 Apr 2025 19:07:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 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/gh123man/Async-Channels
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 928407c Fix CI (#21)
Cloned https://github.com/gh123man/Async-Channels.git
Revision (git rev-parse @):
928407c6f88d9555a07154f4f8359261ebcb2a64
SUCCESS checkout https://github.com/gh123man/Async-Channels.git at main
========================================
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-4609320-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.18s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (3.98s)
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 RandomAccessCollection+Offsets.swift
[15/29] Compiling InternalCollectionsUtilities Specialize.swift
[16/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[21/29] Compiling InternalCollectionsUtilities Debugging.swift
[22/29] Compiling InternalCollectionsUtilities Descriptions.swift
[23/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/29] Compiling InternalCollectionsUtilities Integer rank.swift
[27/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/304] Compiling HashTreeCollections _HashLevel.swift
[32/304] Compiling HashTreeCollections _HashNode+Builder.swift
[33/306] Compiling BitCollections BitArray+Codable.swift
[34/306] Compiling BitCollections BitArray+Collection.swift
[35/306] Compiling BitCollections BitArray+Extras.swift
[36/306] Compiling BitCollections BitArray+Fill.swift
[37/306] Compiling HeapModule Heap.swift
[38/306] Compiling HeapModule _HeapNode.swift
[39/306] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/306] Compiling HeapModule Heap+UnsafeHandle.swift
[41/306] Compiling HeapModule Heap+Descriptions.swift
[42/306] Compiling HeapModule Heap+Invariants.swift
[43/306] Emitting module HeapModule
[44/307] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[45/307] Compiling BitCollections BitSet+CustomReflectable.swift
[46/307] Compiling BitCollections BitSet+CustomStringConvertible.swift
[47/307] Compiling BitCollections BitSet+Equatable.swift
[48/307] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[49/307] Compiling BitCollections BitSet+Extras.swift
[50/307] Compiling BitCollections BitSet+Hashable.swift
[51/314] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[52/314] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[53/314] Compiling HashTreeCollections _HashNode+Debugging.swift
[54/314] Compiling HashTreeCollections _HashNode+Initializers.swift
[56/314] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[57/314] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[58/314] Compiling BitCollections BitSet+SetAlgebra union.swift
[59/314] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[60/314] Compiling BitCollections BitSet.Counted.swift
[61/314] Compiling BitCollections BitSet.Index.swift
[62/314] Compiling BitCollections BitSet._UnsafeHandle.swift
[63/321] Compiling OrderedCollections OrderedSet+Sendable.swift
[64/321] Compiling OrderedCollections OrderedSet+SubSequence.swift
[65/321] Compiling OrderedCollections OrderedSet+Testing.swift
[66/321] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[67/321] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[68/321] Compiling OrderedCollections OrderedSet.swift
[69/321] Compiling OrderedCollections _UnsafeBitset.swift
[70/321] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[71/321] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[72/321] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[73/331] Compiling DequeModule _DequeSlot.swift
[74/331] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/331] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[76/331] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[77/331] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[78/331] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[79/331] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[80/331] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[81/331] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[82/331] Compiling BitCollections BitSet+Initializers.swift
[83/331] Compiling BitCollections BitSet+Invariants.swift
[84/331] Compiling BitCollections BitSet+Random.swift
[85/331] Compiling BitCollections BitSet+SetAlgebra basics.swift
[86/331] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[87/331] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[88/331] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[103/331] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[104/331] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[105/331] Compiling BitCollections BitArray+Hashable.swift
[106/331] Compiling BitCollections BitArray+Initializers.swift
[107/331] Compiling BitCollections BitArray+RandomBits.swift
[108/331] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[109/331] Compiling BitCollections BitArray+Shifts.swift
[110/331] Compiling BitCollections BitArray+Testing.swift
[111/331] Compiling BitCollections BitArray._UnsafeHandle.swift
[112/331] Compiling BitCollections BitArray.swift
[113/331] Compiling BitCollections BitSet+BidirectionalCollection.swift
[114/331] Compiling BitCollections BitSet+Codable.swift
[158/331] Compiling BitCollections BitArray+BitwiseOperations.swift
[159/331] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[160/331] Emitting module BitCollections
[169/331] Emitting module DequeModule
[171/332] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[172/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[173/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[174/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[175/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[176/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[177/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[178/332] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[179/332] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[180/332] Compiling HashTreeCollections TreeSet.swift
[204/333] Compiling HashTreeCollections _HashTreeIterator.swift
[205/333] Compiling HashTreeCollections _HashTreeStatistics.swift
[206/333] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[207/333] Compiling HashTreeCollections _RawHashNode.swift
[208/333] Compiling HashTreeCollections _UnmanagedHashNode.swift
[209/333] Compiling HashTreeCollections _UnsafePath.swift
[210/333] Compiling HashTreeCollections TreeDictionary+Codable.swift
[211/333] Compiling HashTreeCollections TreeDictionary+Collection.swift
[212/333] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[213/333] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[214/333] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[270/342] Emitting module OrderedCollections
[272/343] Emitting module _RopeModule
[295/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 Select.swift
[350/357] Compiling AsyncChannels ChannelInternal.swift
[351/357] Compiling AsyncChannels Channel+Extensions.swift
[352/357] Emitting module AsyncChannels
[353/357] Compiling AsyncChannels Channel.swift
[354/357] Compiling AsyncChannels ThrowingChannel.swift
[355/357] Compiling AsyncChannels FastLock.swift
[356/357] Compiling AsyncChannels Synchronization.swift
[357/357] Compiling AsyncChannels ThrowingChannel+Extensions.swift
Build complete! (23.10s)
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.