The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncChannels, reference main (0fed3c), with Swift 6.1 for Linux on 27 Mar 2026 20:05:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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.69.2
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 0fed3c0 Improve benchmark harness and compare Swift 6.3 performance (#24)
Cloned https://github.com/gh123man/Async-Channels.git
Revision (git rev-parse @):
0fed3c0a90214bfd8cf129d091e648b1b516b6da
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-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections
[1/23214] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.33s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (3.82s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/29] Emitting module InternalCollectionsUtilities
[13/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[14/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[15/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/31] Compiling InternalCollectionsUtilities Integer rank.swift
[22/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/31] Compiling InternalCollectionsUtilities Debugging.swift
[25/31] Compiling InternalCollectionsUtilities Descriptions.swift
[26/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/31] Compiling InternalCollectionsUtilities String+Padding.swift
[28/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/31] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[30/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/31] Compiling InternalCollectionsUtilities Span+Extras.swift
[33/327] Compiling HeapModule Heap+Invariants.swift
[34/327] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/327] Compiling ContainersPreview RandomAccessContainer.swift
[36/327] Compiling ContainersPreview RangeExpression2.swift
[37/327] Compiling ContainersPreview RangeReplaceableContainer.swift
[38/327] Compiling ContainersPreview Drain+Map.swift
[39/327] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[40/327] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[41/327] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[42/327] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[43/327] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[44/327] Compiling ContainersPreview OutputSpan+Extras.swift
[45/327] Compiling ContainersPreview TemporaryAllocation.swift
[46/327] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[47/327] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[48/327] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[49/331] Compiling ContainersPreview Drain+Reduce.swift
[50/331] Compiling ContainersPreview Drain.swift
[51/331] Compiling ContainersPreview Producer+Collect.swift
[52/331] Compiling ContainersPreview Producer+Filter.swift
[53/331] Compiling ContainersPreview Producer+Map.swift
[54/331] Compiling ContainersPreview Producer+Reduce.swift
[55/331] Compiling ContainersPreview Producer.swift
[56/331] Compiling ContainersPreview Borrow.swift
[57/331] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[58/331] Compiling ContainersPreview BorrowingSequence.swift
[59/331] Compiling ContainersPreview BidirectionalContainer.swift
[60/331] Compiling ContainersPreview Container+Filter.swift
[61/331] Compiling ContainersPreview Container+SpanwiseZip.swift
[62/331] Compiling ContainersPreview Container.swift
[63/331] Compiling ContainersPreview ContainerIterator.swift
[64/331] Compiling ContainersPreview DynamicContainer.swift
[65/331] Compiling ContainersPreview MutableContainer.swift
[66/331] Compiling ContainersPreview PermutableContainer.swift
[77/331] Compiling HashTreeCollections TreeDictionary+Collection.swift
[78/331] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[79/331] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[80/331] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[81/331] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[82/331] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[83/331] Compiling HashTreeCollections TreeDictionary+Filter.swift
[84/331] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[85/331] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[86/331] Compiling HashTreeCollections TreeDictionary+Keys.swift
[97/340] Emitting module ContainersPreview
[98/340] Compiling HeapModule _HeapNode.swift
[99/340] Compiling HeapModule Heap.swift
[100/340] Compiling HeapModule Heap+UnsafeHandle.swift
[101/340] Compiling ContainersPreview Box.swift
[102/340] Compiling ContainersPreview Inout.swift
[103/340] Compiling ContainersPreview InputSpan.swift
[104/340] Compiling ContainersPreview Shared.swift
[106/341] Emitting module HeapModule
[107/341] Compiling HeapModule Heap+Descriptions.swift
[117/349] Compiling HashTreeCollections TreeSet+Hashable.swift
[118/349] Compiling HashTreeCollections TreeSet+Sendable.swift
[119/349] Compiling HashTreeCollections TreeSet+Sequence.swift
[120/349] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[121/349] Compiling _RopeModule Rope+Join.swift
[122/349] Compiling _RopeModule Rope+MutatingForEach.swift
[123/349] Compiling _RopeModule Rope+Remove.swift
[124/349] Compiling _RopeModule Rope+RemoveSubrange.swift
[125/349] Compiling _RopeModule Rope+Split.swift
[126/349] Compiling _RopeModule Optional Utilities.swift
[130/359] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[131/359] Compiling HashTreeCollections TreeDictionary+Merge.swift
[132/359] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[133/359] Compiling BitCollections BitSet.Index.swift
[141/406] Emitting module BitCollections
[142/406] Compiling DequeModule RigidDeque+Equatable.swift
[143/406] Compiling DequeModule RigidDeque+Experimental.swift
[144/406] Compiling DequeModule RigidDeque+Hashable.swift
[145/406] Compiling DequeModule RigidDeque+Initializers.swift
[146/406] Compiling DequeModule RigidDeque+Insertions.swift
[147/406] Compiling DequeModule RigidDeque+Prepend.swift
[148/406] Compiling DequeModule RigidDeque+Removals.swift
[149/406] Compiling DequeModule RigidDeque+Replacements.swift
[150/406] Compiling DequeModule RigidDeque+Testing.swift
[151/406] Compiling DequeModule RigidDeque.swift
[152/406] Compiling DequeModule UniqueDeque+Append.swift
[153/411] Compiling DequeModule UniqueDeque+Hashable.swift
[154/411] Compiling DequeModule UniqueDeque+Initializers.swift
[155/411] Compiling DequeModule UniqueDeque+Insertions.swift
[156/411] Compiling DequeModule UniqueDeque+Prepend.swift
[157/411] Compiling DequeModule UniqueDeque+Removals.swift
[158/411] Compiling DequeModule UniqueDeque+Consumption.swift
[159/411] Compiling DequeModule UniqueDeque+Container.swift
[160/411] Compiling DequeModule UniqueDeque+Descriptions.swift
[161/411] Compiling DequeModule UniqueDeque+Equatable.swift
[162/411] Compiling DequeModule UniqueDeque+Experimental.swift
[163/411] Compiling OrderedCollections OrderedSet+SubSequence.swift
[164/411] Compiling OrderedCollections OrderedSet+Testing.swift
[165/411] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[166/411] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[167/411] Compiling OrderedCollections OrderedSet.swift
[168/411] Compiling OrderedCollections _UnsafeBitset.swift
[169/411] Compiling HashTreeCollections TreeSet+Equatable.swift
[170/411] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[171/411] Compiling HashTreeCollections TreeSet+Extras.swift
[172/411] Compiling HashTreeCollections TreeSet+Filter.swift
[180/411] Compiling DequeModule Deque+Codable.swift
[181/411] Compiling DequeModule Deque+Collection.swift
[182/411] Compiling DequeModule Deque+CustomReflectable.swift
[183/411] Compiling DequeModule Deque+Descriptions.swift
[184/411] Compiling DequeModule Deque+Equatable.swift
[185/411] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[196/411] Compiling DequeModule UniqueDeque+Replacements.swift
[198/411] Compiling DequeModule UniqueDeque.swift
[199/411] Compiling DequeModule _DequeSlot.swift
[200/411] Compiling DequeModule _UnsafeDequeHandle.swift
[201/411] Compiling DequeModule _UnsafeDequeSegments.swift
[218/411] Compiling DequeModule Deque+Testing.swift
[219/411] Compiling DequeModule Deque._Storage.swift
[220/411] Compiling DequeModule Deque._UnsafeHandle.swift
[221/411] Compiling DequeModule Deque.swift
[226/411] Compiling DequeModule _DequeBuffer.swift
[227/411] Compiling DequeModule _DequeBufferHeader.swift
[228/411] Compiling DequeModule RigidDeque+Append.swift
[229/411] Compiling DequeModule RigidDeque+Consumption.swift
[230/411] Compiling DequeModule RigidDeque+Container.swift
[231/411] Compiling DequeModule RigidDeque+Descriptions.swift
[242/411] Compiling OrderedCollections OrderedSet+Sendable.swift
[253/411] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[254/411] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[255/411] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[256/411] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[257/411] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[258/411] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[259/411] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[260/411] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[261/411] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[262/411] Compiling HashTreeCollections TreeSet.swift
[276/411] Compiling DequeModule Deque+Extras.swift
[277/411] Compiling DequeModule Deque+Hashable.swift
[371/412] Emitting module _RopeModule
[383/413] Emitting module OrderedCollections
[386/414] Emitting module DequeModule
[415/415] Emitting module HashTreeCollections
[417/422] Compiling Collections DequeModule reexports.swift
[418/422] Compiling Collections OrderedCollections reexports.swift
[419/422] Compiling Collections HeapModule reexports.swift
[420/422] Compiling Collections HashTreeCollections reexports.swift
[421/422] Emitting module Collections
[422/422] Compiling Collections BitCollections reexports.swift
[424/431] Compiling AsyncChannels Channel.swift
[425/432] Compiling AsyncChannels ChannelInternal.swift
[426/432] Compiling AsyncChannels ThrowingChannel+Extensions.swift
[427/432] Compiling AsyncChannels Select.swift
[428/432] Compiling AsyncChannels FastLock.swift
[429/432] Compiling AsyncChannels Synchronization.swift
[430/432] Emitting module AsyncChannels
[431/432] Compiling AsyncChannels Channel+Extensions.swift
[432/432] Compiling AsyncChannels ThrowingChannel.swift
Build complete! (43.00s)
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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.