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 macOS (SPM) on 27 Apr 2025 19:14:50 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
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 (1.03s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.77s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.49s)
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 main (928407c)
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 Debugging.swift
[12/28] Compiling InternalCollectionsUtilities Descriptions.swift
[13/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/28] Compiling InternalCollectionsUtilities Specialize.swift
[16/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/29] Compiling InternalCollectionsUtilities Integer rank.swift
[19/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/29] Emitting module InternalCollectionsUtilities
[21/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[22/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[23/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[28/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/311] Compiling _RopeModule BigString+Debugging.swift
[31/311] Compiling _RopeModule BigString+Index.swift
[32/312] Compiling HeapModule _HeapNode.swift
[33/312] Compiling DequeModule _DequeSlot.swift
[34/312] Compiling DequeModule _DequeBuffer.swift
[35/312] Compiling DequeModule _DequeBufferHeader.swift
[36/312] Compiling _RopeModule BigString+Ingester.swift
[37/312] Compiling _RopeModule BigString+Invariants.swift
[38/312] Compiling _RopeModule Rope+Invariants.swift
[39/312] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[40/312] Compiling _RopeModule BigString+Chunk+Splitting.swift
[41/312] Compiling _RopeModule BigString+Chunk.swift
[42/312] Compiling _RopeModule BigString+BidirectionalCollection.swift
[43/312] Compiling _RopeModule BigString+Comparable.swift
[44/318] Compiling HeapModule Heap.swift
[45/318] Compiling HeapModule Heap+Invariants.swift
[46/318] Compiling HeapModule Heap+UnsafeHandle.swift
[47/318] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[48/318] Compiling HeapModule Heap+Descriptions.swift
[49/318] Emitting module HeapModule
[50/318] Compiling _RopeModule BigString+Iterators.swift
[51/318] Compiling _RopeModule BigString+Metrics.swift
[52/318] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[53/318] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[54/318] Compiling _RopeModule BigString+Sequence.swift
[55/318] Compiling _RopeModule BigString+TextOutputStream.swift
[56/318] Compiling _RopeModule BigString+Append.swift
[57/318] Compiling _RopeModule BigString+Initializers.swift
[58/318] Compiling _RopeModule BigString+UnicodeScalarView.swift
[59/318] Compiling _RopeModule BigSubstring+UTF16View.swift
[60/318] Compiling _RopeModule BigSubstring+UTF8View.swift
[61/318] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[62/318] Compiling _RopeModule BigSubstring.swift
[63/318] Compiling _RopeModule Rope+Builder.swift
[64/323] Compiling _RopeModule Rope+_UnsafeHandle.swift
[65/323] Compiling _RopeModule Rope.swift
[66/323] Compiling _RopeModule RopeElement.swift
[67/323] Compiling _RopeModule RopeMetric.swift
[68/323] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[69/323] Compiling _RopeModule BigString+Hashing.swift
[70/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/323] Compiling _RopeModule Rope+Debugging.swift
[78/323] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[79/323] Compiling _RopeModule BigString+CustomStringConvertible.swift
[80/323] Compiling _RopeModule BigString+Equatable.swift
[81/323] Compiling _RopeModule BigString+Summary.swift
[82/323] Compiling _RopeModule BigString.swift
[88/323] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[89/323] Compiling _RopeModule BigString+Chunk+Breaks.swift
[90/323] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[91/323] Compiling HashTreeCollections TreeDictionary+Merge.swift
[92/323] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[93/323] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[94/323] Compiling BitCollections BitSet.swift
[95/323] Compiling HashTreeCollections TreeSet+Equatable.swift
[96/323] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[97/323] Compiling HashTreeCollections TreeSet+Extras.swift
[98/323] Compiling HashTreeCollections TreeSet+Filter.swift
[99/323] Compiling HashTreeCollections TreeSet+Hashable.swift
[100/323] Compiling HashTreeCollections TreeSet+Sendable.swift
[101/323] Compiling HashTreeCollections TreeSet+Sequence.swift
[102/323] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[103/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[104/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[105/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[106/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[107/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[108/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[109/323] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[110/323] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[117/331] Compiling _RopeModule _RopePath.swift
[118/331] Compiling _RopeModule _RopeVersion.swift
[119/331] Compiling _RopeModule RopeSummary.swift
[120/331] Compiling _RopeModule _RopeItem.swift
[121/331] Emitting module BitCollections
[144/331] Compiling BitCollections Range+Utilities.swift
[145/331] Compiling BitCollections Slice+Utilities.swift
[146/331] Compiling BitCollections UInt+Tricks.swift
[147/331] Compiling BitCollections _Word.swift
[148/331] Compiling OrderedCollections OrderedSet.swift
[149/331] Compiling OrderedCollections _UnsafeBitset.swift
[161/331] Compiling _RopeModule Rope+Collection.swift
[162/331] Compiling _RopeModule Rope+Index.swift
[163/331] Compiling _RopeModule Rope+Sequence.swift
[164/331] Compiling _RopeModule Rope+_Node.swift
[165/331] Compiling _RopeModule Rope+_Storage.swift
[166/331] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[167/331] Compiling _RopeModule BigString+Builder.swift
[168/331] Compiling _RopeModule BigString+Contents.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
[290/338] Emitting module OrderedCollections
[300/338] Emitting module _RopeModule
[301/338] Compiling _RopeModule Rope+Remove.swift
[302/338] Compiling _RopeModule Rope+RemoveSubrange.swift
[303/338] Compiling _RopeModule Rope+Split.swift
[304/338] Compiling _RopeModule Optional Utilities.swift
[305/338] Compiling _RopeModule String Utilities.swift
[306/338] Compiling _RopeModule String.Index+ABI.swift
[307/338] Compiling _RopeModule _CharacterRecognizer.swift
[338/338] Emitting module HashTreeCollections
[339/340] Emitting module Collections
[340/340] Compiling Collections Collections.swift
[341/349] Compiling AsyncChannels Select.swift
[342/349] Compiling AsyncChannels Synchronization.swift
[343/349] Compiling AsyncChannels Channel+Extensions.swift
[344/349] Compiling AsyncChannels Channel.swift
[345/349] Emitting module AsyncChannels
[346/349] Compiling AsyncChannels ChannelInternal.swift
[347/349] Compiling AsyncChannels FastLock.swift
[348/349] Compiling AsyncChannels ThrowingChannel+Extensions.swift
[349/349] Compiling AsyncChannels ThrowingChannel.swift
Build complete! (9.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" : "/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.