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 macOS (SPM) on 27 Apr 2025 19:13:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.03s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "async-channels",
      "name": "AsyncChannels",
      "url": "https://github.com/gh123man/Async-Channels.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Async-Channels",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/gh123man/Async-Channels.git
[1/959] Fetching async-channels
Fetched https://github.com/gh123man/Async-Channels.git from cache (0.90s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.73s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.45s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/gh123man/Async-Channels.git
Working copy of https://github.com/gh123man/Async-Channels.git resolved at 2.1.0 (325f5b2)
warning: '.resolve-product-dependencies': dependency 'async-channels' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gh123man/Async-Channels.git
https://github.com/gh123man/Async-Channels.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/29] Compiling InternalCollectionsUtilities Specialize.swift
[14/29] Compiling InternalCollectionsUtilities Debugging.swift
[15/29] Compiling InternalCollectionsUtilities Descriptions.swift
[16/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/29] Compiling InternalCollectionsUtilities Integer rank.swift
[19/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[26/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/29] Emitting module InternalCollectionsUtilities
[30/311] Compiling HeapModule Heap+Descriptions.swift
[31/311] Compiling HashTreeCollections _Bucket.swift
[32/311] Compiling HashTreeCollections _Hash.swift
[33/312] Compiling DequeModule _DequeBuffer.swift
[34/312] Compiling DequeModule _DequeBufferHeader.swift
[35/312] Compiling DequeModule _DequeSlot.swift
[36/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[37/312] Compiling HeapModule Heap+Invariants.swift
[38/312] Compiling HeapModule _HeapNode.swift
[39/312] Compiling HeapModule Heap.swift
[40/312] Compiling HeapModule Heap+UnsafeHandle.swift
[41/312] Compiling HashTreeCollections _HashLevel.swift
[42/312] Compiling HashTreeCollections _HashNode+Builder.swift
[43/312] Compiling HashTreeCollections _HashNode+Debugging.swift
[44/312] Compiling HashTreeCollections _HashNode+Initializers.swift
[45/312] Emitting module HeapModule
[46/312] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[47/312] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[48/312] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[49/312] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[50/312] Compiling HashTreeCollections _HashNode.swift
[51/312] Compiling HashTreeCollections _HashNodeHeader.swift
[54/318] Compiling HashTreeCollections _HashNode+Invariants.swift
[55/318] Compiling HashTreeCollections _HashNode+Lookups.swift
[56/318] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[57/318] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[58/323] Compiling HashTreeCollections _HashNode+Structural union.swift
[64/323] Compiling HashTreeCollections _UnmanagedHashNode.swift
[65/323] Compiling HashTreeCollections _UnsafePath.swift
[66/323] Compiling HashTreeCollections TreeDictionary+Codable.swift
[67/323] Compiling HashTreeCollections TreeDictionary+Collection.swift
[68/323] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[69/323] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[71/323] Compiling HashTreeCollections _HashSlot.swift
[72/323] Compiling HashTreeCollections _HashStack.swift
[73/323] Compiling HashTreeCollections _HashTreeIterator.swift
[74/323] Compiling HashTreeCollections _HashTreeStatistics.swift
[75/323] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[76/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/323] Compiling HashTreeCollections TreeDictionary+Keys.swift
[78/323] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[79/323] Compiling HashTreeCollections TreeDictionary+Merge.swift
[80/323] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[81/323] Compiling HashTreeCollections TreeSet+Equatable.swift
[82/323] Compiling BitCollections BitSet.swift
[83/323] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[84/323] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[85/323] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[86/323] Compiling HashTreeCollections TreeDictionary+Filter.swift
[87/323] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[88/323] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[89/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[90/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[91/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[92/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[93/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[94/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[95/323] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[96/323] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[97/331] Emitting module BitCollections
[102/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[103/331] Compiling HashTreeCollections _Bitmap.swift
[109/331] Compiling HashTreeCollections _RawHashNode.swift
[111/331] Compiling BitCollections Range+Utilities.swift
[112/331] Compiling BitCollections Slice+Utilities.swift
[113/331] Compiling BitCollections UInt+Tricks.swift
[114/331] Compiling BitCollections _Word.swift
[121/331] Compiling OrderedCollections OrderedSet.swift
[122/331] Compiling OrderedCollections _UnsafeBitset.swift
[131/331] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[132/331] Compiling HashTreeCollections TreeDictionary+Values.swift
[133/331] Compiling HashTreeCollections TreeDictionary.swift
[134/331] Compiling HashTreeCollections TreeSet+Codable.swift
[135/331] Compiling HashTreeCollections TreeSet+Collection.swift
[136/331] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[137/331] Compiling HashTreeCollections TreeSet+Debugging.swift
[138/331] Compiling HashTreeCollections TreeSet+Descriptions.swift
[139/331] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[140/331] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[141/331] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[142/331] Compiling HashTreeCollections _HashNode+Structural merge.swift
[143/331] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[144/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[145/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[146/331] Compiling HashTreeCollections _HashNode+Storage.swift
[147/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[148/331] Compiling HashTreeCollections _HashNode+Structural filter.swift
[149/331] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[150/331] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[193/331] Emitting module DequeModule
[194/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[195/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[196/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[197/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[198/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[199/331] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[200/331] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[201/331] Compiling HashTreeCollections TreeSet.swift
[303/338] Emitting module OrderedCollections
[322/338] Emitting module _RopeModule
[323/338] Compiling _RopeModule Rope+Remove.swift
[324/338] Compiling _RopeModule Rope+RemoveSubrange.swift
[325/338] Compiling _RopeModule Rope+Split.swift
[326/338] Compiling _RopeModule Optional Utilities.swift
[327/338] Compiling _RopeModule String Utilities.swift
[328/338] Compiling _RopeModule String.Index+ABI.swift
[329/338] Compiling _RopeModule _CharacterRecognizer.swift
[338/338] Emitting module HashTreeCollections
[339/340] Compiling Collections Collections.swift
[340/340] Emitting module Collections
[341/349] Compiling AsyncChannels Synchronization.swift
[342/349] Compiling AsyncChannels ThrowingChannel+Extensions.swift
[343/349] Compiling AsyncChannels ThrowingChannel.swift
[344/349] Compiling AsyncChannels FastLock.swift
[345/349] Compiling AsyncChannels Channel.swift
[346/349] Emitting module AsyncChannels
[347/349] Compiling AsyncChannels Channel+Extensions.swift
[348/349] Compiling AsyncChannels ChannelInternal.swift
[349/349] Compiling AsyncChannels Select.swift
Build complete! (10.43s)
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" : "/Users/admin/builder/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"
}
Done.