The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AsyncChannels, reference 2.1.0 (325f5b), with Swift 6.1 for Android on 30 May 2025 22:48:38 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.93s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (3.23s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/25] Emitting module InternalCollectionsUtilities
[13/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/25] Compiling InternalCollectionsUtilities Integer rank.swift
[17/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/25] Compiling InternalCollectionsUtilities Debugging.swift
[20/25] Compiling InternalCollectionsUtilities Descriptions.swift
[21/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/300] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[28/300] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[29/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[30/302] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[31/302] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[32/302] Compiling OrderedCollections _HashTable+Testing.swift
[33/302] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[34/302] Compiling HeapModule Heap+Descriptions.swift
[35/302] Compiling HeapModule _HeapNode.swift
[36/302] Compiling HeapModule Heap.swift
[37/302] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[38/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[39/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[40/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[41/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[42/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[43/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[44/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[45/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[46/302] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[47/302] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[48/302] Compiling OrderedCollections OrderedDictionary+Values.swift
[49/312] Emitting module HeapModule
[50/312] Compiling HeapModule Heap+Invariants.swift
[51/312] Compiling HeapModule Heap+UnsafeHandle.swift
[52/313] Compiling OrderedCollections _HashTable+Bucket.swift
[53/313] Compiling OrderedCollections _HashTable+BucketIterator.swift
[54/313] Compiling OrderedCollections _HashTable+Constants.swift
[55/313] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[57/313] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[58/313] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[59/313] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[60/313] Compiling OrderedCollections OrderedDictionary+Elements.swift
[61/313] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[62/313] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[63/313] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/313] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/313] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/313] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/313] Compiling DequeModule _DequeSlot.swift
[68/313] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/313] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[76/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[77/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[78/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[79/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[80/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[81/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[82/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[83/320] Compiling OrderedCollections OrderedDictionary+Codable.swift
[84/320] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[91/320] Compiling OrderedCollections OrderedDictionary.swift
[92/320] Compiling OrderedCollections OrderedSet+Codable.swift
[93/320] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[94/320] Compiling OrderedCollections OrderedSet+Descriptions.swift
[95/320] Compiling OrderedCollections OrderedSet+Diffing.swift
[96/320] Compiling OrderedCollections OrderedSet+Equatable.swift
[97/320] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[98/320] Compiling OrderedCollections OrderedSet+Hashable.swift
[114/320] Compiling OrderedCollections OrderedSet+Sendable.swift
[115/320] Compiling OrderedCollections OrderedSet+SubSequence.swift
[116/320] Compiling OrderedCollections OrderedSet+Testing.swift
[117/320] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[118/320] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[119/320] Compiling OrderedCollections OrderedSet.swift
[120/320] Compiling OrderedCollections _UnsafeBitset.swift
[121/320] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[122/320] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[123/320] Compiling HashTreeCollections TreeDictionary+Values.swift
[124/327] Emitting module DequeModule
[133/327] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[134/327] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[143/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[144/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[145/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[146/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[147/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[148/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[149/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[150/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[151/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[152/328] Compiling HashTreeCollections TreeSet.swift
[212/337] Emitting module BitCollections
[232/337] Compiling BitCollections BitSet.swift
[233/337] Compiling BitCollections Range+Utilities.swift
[234/337] Compiling BitCollections Slice+Utilities.swift
[235/337] Compiling BitCollections UInt+Tricks.swift
[236/337] Compiling BitCollections _Word.swift
[245/337] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[246/337] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[247/337] Compiling HashTreeCollections _HashNode+Storage.swift
[257/337] Compiling BitCollections BitSet.Index.swift
[258/337] Compiling BitCollections BitSet._UnsafeHandle.swift
[264/338] Emitting module _RopeModule
[276/338] Emitting module OrderedCollections
[292/339] Compiling _RopeModule Rope+Join.swift
[293/339] Compiling _RopeModule Rope+MutatingForEach.swift
[294/339] Compiling _RopeModule Rope+Remove.swift
[295/339] Compiling _RopeModule Rope+RemoveSubrange.swift
[296/339] Compiling _RopeModule Rope+Split.swift
[297/339] Compiling _RopeModule Optional Utilities.swift
[298/339] Compiling _RopeModule String Utilities.swift
[299/339] Compiling _RopeModule String.Index+ABI.swift
[319/339] Compiling _RopeModule _CharacterRecognizer.swift
[320/339] Emitting module HashTreeCollections
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
[345/352] Emitting module AsyncChannels
[346/353] Compiling AsyncChannels ThrowingChannel+Extensions.swift
[347/353] Compiling AsyncChannels Select.swift
[348/353] Compiling AsyncChannels Synchronization.swift
[349/353] Compiling AsyncChannels ChannelInternal.swift
[350/353] Compiling AsyncChannels FastLock.swift
[351/353] Compiling AsyncChannels Channel+Extensions.swift
[352/353] Compiling AsyncChannels Channel.swift
[353/353] Compiling AsyncChannels ThrowingChannel.swift
Build complete! (56.16s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.