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 async-collections, reference 0.1.0 (726af9), with Swift 6.1 for Android on 29 May 2025 21:17:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/async-collections.git
Reference: 0.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/adam-fowler/async-collections
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 726af96 Add CompactMap functions (#3)
Cloned https://github.com/adam-fowler/async-collections.git
Revision (git rev-parse @):
726af96095a19df6b8053ddbaed0a727aa70ccb2
SUCCESS checkout https://github.com/adam-fowler/async-collections.git at 0.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adam-fowler/async-collections.git
https://github.com/adam-fowler/async-collections.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "async-collections",
  "name" : "async-collections",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncCollections",
      "targets" : [
        "AsyncCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncCollections",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCollections",
      "path" : "Sources/AsyncCollections",
      "product_dependencies" : [
        "Atomics",
        "Collections"
      ],
      "product_memberships" : [
        "AsyncCollections"
      ],
      "sources" : [
        "AsyncSemaphore.swift",
        "CompactMap.swift",
        "Filter.swift",
        "FlatMap.swift",
        "ForEach.swift",
        "Map.swift",
        "TaskQueue.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncCollectionTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCollectionTests",
      "path" : "Tests/AsyncCollectionTests",
      "sources" : [
        "AsyncSemaphoreTests.swift",
        "CompactMapTests.swift",
        "FilterTests.swift",
        "FlatMapTests.swift",
        "ForEachTests.swift",
        "MapTests.swift",
        "TaskQueueTests.swift"
      ],
      "target_dependencies" : [
        "AsyncCollections"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[891/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.71s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/12] Write sources
[10/12] Compiling _AtomicsShims.c
[10/12] Write swift-version-24593BA9C3E375BF.txt
[13/45] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/46] Compiling Atomics AtomicValue.swift
[15/46] Compiling Atomics Primitives.shims.swift
[16/46] Compiling Atomics AtomicInteger.swift
[17/46] Compiling Atomics AtomicOptionalWrappable.swift
[18/46] Emitting module InternalCollectionsUtilities
[19/46] Compiling Atomics AtomicReference.swift
[20/46] Compiling Atomics AtomicStorage.swift
[21/46] Compiling Atomics DoubleWord.swift
[22/46] Compiling Atomics IntegerConformances.swift
[23/46] Compiling Atomics OptionalRawRepresentable.swift
[24/46] Compiling Atomics RawRepresentable.swift
[25/46] Compiling Atomics AtomicBool.swift
[26/46] Compiling Atomics AtomicMemoryOrderings.swift
[27/46] Compiling Atomics ManagedAtomic.swift
[28/46] Compiling Atomics ManagedAtomicLazyReference.swift
[29/46] Compiling Atomics UnsafeAtomic.swift
[30/46] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/48] Compiling Atomics PointerConformances.swift
[36/48] Compiling Atomics Primitives.native.swift
[43/48] Emitting module Atomics
[46/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/49] Compiling Atomics IntegerOperations.swift
[49/49] Compiling Atomics Unmanaged extensions.swift
[51/324] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[52/324] Compiling HashTreeCollections _AncestorHashSlots.swift
[53/324] Compiling HashTreeCollections _Bitmap.swift
[54/326] Compiling HashTreeCollections _HashNode+Debugging.swift
[55/326] Compiling HashTreeCollections _HashNode+Initializers.swift
[56/326] Compiling HeapModule Heap.swift
[57/326] Compiling HeapModule _HeapNode.swift
[58/326] Compiling HashTreeCollections _Bucket.swift
[59/326] Compiling HashTreeCollections _Hash.swift
[60/326] Compiling HeapModule Heap+Invariants.swift
[61/326] Compiling HeapModule Heap+UnsafeHandle.swift
[62/326] Compiling HeapModule Heap+Descriptions.swift
[63/326] Emitting module HeapModule
[64/327] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[65/327] Compiling HashTreeCollections _HashTreeIterator.swift
[66/327] Compiling HashTreeCollections _HashTreeStatistics.swift
[67/327] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[68/327] Compiling HashTreeCollections _HashNode+Invariants.swift
[69/327] Compiling HashTreeCollections _HashNode+Lookups.swift
[71/327] Compiling DequeModule _DequeSlot.swift
[72/327] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/327] Compiling HashTreeCollections _HashNode.swift
[74/327] Compiling HashTreeCollections _HashNodeHeader.swift
[75/327] Compiling HashTreeCollections _HashSlot.swift
[76/327] Compiling HashTreeCollections _HashStack.swift
[77/327] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[78/327] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[79/327] Compiling HashTreeCollections TreeDictionary+Filter.swift
[84/334] Compiling HashTreeCollections _HashLevel.swift
[85/334] Compiling HashTreeCollections _HashNode+Builder.swift
[87/341] Compiling HashTreeCollections TreeSet+Hashable.swift
[88/341] Compiling HashTreeCollections TreeSet+Sendable.swift
[89/341] Compiling HashTreeCollections TreeSet+Sequence.swift
[90/341] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[91/341] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[92/341] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[93/341] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[94/341] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[95/341] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[96/341] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[97/351] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[98/351] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[99/351] Compiling HashTreeCollections TreeDictionary+Keys.swift
[100/351] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[101/351] Compiling HashTreeCollections TreeDictionary+Merge.swift
[102/351] Compiling BitCollections BitSet.Index.swift
[103/351] Compiling BitCollections BitSet._UnsafeHandle.swift
[104/351] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[105/351] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[111/351] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[112/351] Compiling HashTreeCollections _HashNode+Structural merge.swift
[113/351] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[114/351] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[115/351] Compiling HashTreeCollections _HashNode+Structural union.swift
[116/351] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[117/351] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[128/351] Compiling BitCollections BitSet.swift
[129/351] Compiling BitCollections Range+Utilities.swift
[130/351] Compiling BitCollections Slice+Utilities.swift
[131/351] Compiling BitCollections UInt+Tricks.swift
[132/351] Compiling BitCollections _Word.swift
[133/351] Compiling OrderedCollections OrderedSet.swift
[134/351] Compiling OrderedCollections _UnsafeBitset.swift
[135/351] Compiling HashTreeCollections TreeSet+Equatable.swift
[136/351] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[137/351] Compiling HashTreeCollections TreeSet+Extras.swift
[138/351] Compiling HashTreeCollections TreeSet+Filter.swift
[147/351] Compiling HashTreeCollections _UnsafePath.swift
[148/351] Compiling HashTreeCollections TreeDictionary+Codable.swift
[149/351] Compiling HashTreeCollections TreeDictionary+Collection.swift
[150/351] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[151/351] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[152/351] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[153/351] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[154/351] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[157/351] Emitting module DequeModule
[158/351] Compiling HashTreeCollections _HashNode+Storage.swift
[159/351] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[160/351] Compiling HashTreeCollections _HashNode+Structural filter.swift
[161/351] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[162/351] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[163/351] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[164/351] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[175/352] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[176/352] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[177/352] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[178/352] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[179/352] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[180/352] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[181/352] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[182/352] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[183/352] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[184/352] Compiling HashTreeCollections TreeSet.swift
[208/352] Emitting module BitCollections
[269/362] Emitting module OrderedCollections
[343/363] Emitting module _RopeModule
[354/363] Emitting module HashTreeCollections
[355/364] Compiling _RopeModule Rope+Join.swift
[356/364] Compiling _RopeModule Rope+MutatingForEach.swift
[357/364] Compiling _RopeModule Rope+Remove.swift
[358/364] Compiling _RopeModule Rope+RemoveSubrange.swift
[359/364] Compiling _RopeModule Rope+Split.swift
[360/364] Compiling _RopeModule Optional Utilities.swift
[361/364] Compiling _RopeModule String Utilities.swift
[362/364] Compiling _RopeModule String.Index+ABI.swift
[363/364] Compiling _RopeModule _CharacterRecognizer.swift
[366/367] Emitting module Collections
[367/367] Compiling Collections Collections.swift
[369/376] Compiling AsyncCollections TaskQueue.swift
[370/376] Compiling AsyncCollections Filter.swift
[371/376] Compiling AsyncCollections ForEach.swift
[372/376] Compiling AsyncCollections FlatMap.swift
[373/376] Compiling AsyncCollections CompactMap.swift
[374/376] Compiling AsyncCollections Map.swift
[375/376] Emitting module AsyncCollections
[376/376] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (31.61s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "async-collections",
  "name" : "async-collections",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncCollections",
      "targets" : [
        "AsyncCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncCollections",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCollections",
      "path" : "Sources/AsyncCollections",
      "product_dependencies" : [
        "Atomics",
        "Collections"
      ],
      "product_memberships" : [
        "AsyncCollections"
      ],
      "sources" : [
        "AsyncSemaphore.swift",
        "CompactMap.swift",
        "Filter.swift",
        "FlatMap.swift",
        "ForEach.swift",
        "Map.swift",
        "TaskQueue.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncCollectionTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCollectionTests",
      "path" : "Tests/AsyncCollectionTests",
      "sources" : [
        "AsyncSemaphoreTests.swift",
        "CompactMapTests.swift",
        "FilterTests.swift",
        "FlatMapTests.swift",
        "ForEachTests.swift",
        "MapTests.swift",
        "TaskQueueTests.swift"
      ],
      "target_dependencies" : [
        "AsyncCollections"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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.