The Swift Package Index logo.Swift Package Index

Build Information

Successful build of async-collections, reference 0.1.0 (726af9), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 05:56:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/async-collections.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[456/25357] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.16s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.16s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.71s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "async-collections",
      "name": "async-collections",
      "url": "https://github.com/adam-fowler/async-collections.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/async-collections",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.4.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "traits": [
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-atomics",
          "name": "swift-atomics",
          "url": "https://github.com/apple/swift-atomics.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/adam-fowler/async-collections.git
[1/289] Fetching async-collections
Fetched https://github.com/adam-fowler/async-collections.git from cache (0.65s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetched https://github.com/apple/swift-collections.git from cache (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.06s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/adam-fowler/async-collections.git
Working copy of https://github.com/adam-fowler/async-collections.git resolved at 0.1.0 (726af96)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
warning: '.resolve-product-dependencies': dependency 'async-collections' is not used by any target
Found 2 product dependencies
  - swift-collections
  - swift-atomics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/adam-fowler/async-collections.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[11/13] Write swift-version--6988338F2F200930.txt
[12/32] Compiling _AtomicsShims.c
[14/51] Compiling Atomics PointerConformances.swift
[15/51] Compiling Atomics Primitives.native.swift
[16/51] Compiling Atomics OptionalRawRepresentable.swift
[17/51] Compiling Atomics RawRepresentable.swift
[18/52] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/52] Compiling Atomics AtomicInteger.swift
[20/52] Compiling Atomics AtomicOptionalWrappable.swift
[21/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[22/52] Compiling Atomics IntegerOperations.swift
[23/52] Compiling Atomics AtomicReference.swift
[24/52] Compiling Atomics AtomicStorage.swift
[25/52] Compiling Atomics ManagedAtomicLazyReference.swift
[26/52] Compiling Atomics UnsafeAtomic.swift
[27/52] Compiling Atomics AtomicValue.swift
[28/52] Compiling Atomics AtomicMemoryOrderings.swift
[29/52] Compiling Atomics DoubleWord.swift
[30/52] Compiling Atomics ManagedAtomic.swift
[31/52] Emitting module InternalCollectionsUtilities
[32/52] Compiling Atomics AtomicBool.swift
[33/52] Compiling Atomics IntegerConformances.swift
[34/204] Compiling OrderedCollections _HashTable+Testing.swift
[35/204] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[36/204] Compiling OrderedCollections _HashTable.swift
[37/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[38/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[39/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[40/357] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[41/357] Compiling HashTreeCollections _HashNode+Storage.swift
[42/357] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[43/357] Compiling HashTreeCollections _HashNode+Structural filter.swift
[44/357] Compiling HashTreeCollections _Hash.swift
[45/357] Compiling HashTreeCollections _HashLevel.swift
[46/357] Compiling HashTreeCollections _Bitmap.swift
[47/357] Compiling HashTreeCollections _Bucket.swift
[48/358] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[49/358] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[50/358] Compiling HashTreeCollections _HashNode.swift
[51/358] Compiling HashTreeCollections _HashNodeHeader.swift
[52/358] Compiling HashTreeCollections _HashTreeStatistics.swift
[53/358] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[54/358] Compiling HashTreeCollections _AncestorHashSlots.swift
[59/358] Compiling HashTreeCollections _HashNode+Builder.swift
[60/358] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[61/358] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[62/358] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[64/358] Compiling HashTreeCollections _HashNode+Debugging.swift
[65/358] Compiling HashTreeCollections _HashNode+Initializers.swift
[66/358] Compiling HashTreeCollections _HashNode+Invariants.swift
[67/358] Compiling HeapModule _HeapNode.swift
[68/358] Emitting module ContainersPreview
[69/358] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[70/358] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[71/358] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[72/358] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[73/358] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[74/358] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[75/364] Compiling HeapModule Heap.swift
[76/364] Compiling HeapModule Heap+Invariants.swift
[77/364] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[78/364] Compiling HeapModule Heap+UnsafeHandle.swift
[79/364] Compiling HeapModule Heap+Descriptions.swift
[80/364] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[81/364] Compiling HashTreeCollections TreeDictionary+Filter.swift
[82/364] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[83/364] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[84/364] Compiling HashTreeCollections TreeDictionary+Keys.swift
[85/364] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[86/364] Compiling HashTreeCollections TreeDictionary+Merge.swift
[87/364] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[88/364] Compiling HashTreeCollections _HashNode+Lookups.swift
[89/364] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[90/364] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[91/364] Compiling HashTreeCollections _HashTreeIterator.swift
[95/364] Emitting module HeapModule
[96/364] Compiling Atomics Unmanaged extensions.swift
[97/364] Compiling HashTreeCollections TreeSet+Descriptions.swift
[98/364] Compiling HashTreeCollections _RawHashNode.swift
[99/364] Compiling HashTreeCollections _UnmanagedHashNode.swift
[100/364] Compiling HashTreeCollections _UnsafePath.swift
[101/364] Compiling HashTreeCollections TreeDictionary+Codable.swift
[102/364] Compiling HashTreeCollections TreeDictionary+Collection.swift
[114/364] Compiling HashTreeCollections TreeDictionary+Values.swift
[115/411] Compiling DequeModule Deque.swift
[116/411] Compiling DequeModule _DequeBuffer.swift
[117/411] Compiling DequeModule _DequeBufferHeader.swift
[118/411] Compiling DequeModule RigidDeque+Append.swift
[119/411] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[120/411] Compiling HashTreeCollections TreeSet+Debugging.swift
[127/411] Compiling DequeModule RigidDeque+Insertions.swift
[128/411] Compiling DequeModule RigidDeque+Prepend.swift
[129/411] Compiling DequeModule UniqueDeque+Insertions.swift
[130/411] Compiling DequeModule UniqueDeque+Prepend.swift
[131/411] Compiling DequeModule UniqueDeque+Removals.swift
[132/411] Compiling DequeModule UniqueDeque+Replacements.swift
[133/411] Compiling HashTreeCollections TreeSet+Equatable.swift
[134/411] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[135/411] Compiling HashTreeCollections TreeSet+Extras.swift
[136/411] Compiling HashTreeCollections TreeSet+Filter.swift
[137/411] Compiling HashTreeCollections TreeSet+Hashable.swift
[138/411] Compiling HashTreeCollections TreeSet+Sendable.swift
[139/411] Compiling HashTreeCollections TreeSet+Sequence.swift
[140/411] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[146/419] Compiling BitCollections BitSet._UnsafeHandle.swift
[147/419] Emitting module BitCollections
[154/419] Compiling DequeModule UniqueDeque+Append.swift
[155/419] Compiling DequeModule UniqueDeque+Consumption.swift
[156/419] Compiling DequeModule UniqueDeque+Container.swift
[157/419] Compiling DequeModule UniqueDeque+Descriptions.swift
[158/419] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[159/419] Compiling DequeModule Deque+Extras.swift
[160/419] Compiling DequeModule Deque+Hashable.swift
[161/419] Compiling DequeModule Deque+Testing.swift
[162/419] Compiling DequeModule Deque._Storage.swift
[163/419] Compiling DequeModule RigidDeque+Removals.swift
[164/419] Compiling DequeModule RigidDeque+Replacements.swift
[165/419] Compiling DequeModule RigidDeque+Testing.swift
[166/419] Compiling DequeModule RigidDeque+Consumption.swift
[167/419] Compiling DequeModule RigidDeque+Container.swift
[168/419] Compiling DequeModule RigidDeque+Descriptions.swift
[169/419] Compiling DequeModule RigidDeque+Equatable.swift
[170/419] Compiling DequeModule RigidDeque+Experimental.swift
[174/423] Compiling DequeModule RigidDeque+Hashable.swift
[175/423] Compiling DequeModule RigidDeque+Initializers.swift
[177/423] Compiling DequeModule RigidDeque.swift
[178/423] Compiling DequeModule UniqueDeque+Equatable.swift
[179/423] Compiling DequeModule UniqueDeque+Experimental.swift
[180/423] Compiling DequeModule UniqueDeque+Hashable.swift
[181/423] Compiling DequeModule UniqueDeque+Initializers.swift
[182/423] Compiling DequeModule Deque._UnsafeHandle.swift
[188/423] Compiling DequeModule UniqueDeque.swift
[189/423] Compiling DequeModule _DequeSlot.swift
[190/423] Compiling DequeModule _UnsafeDequeHandle.swift
[207/423] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[208/423] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[209/423] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[210/423] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[211/423] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[212/423] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[213/423] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[214/423] Compiling HashTreeCollections TreeSet.swift
[232/423] Compiling DequeModule Deque+Codable.swift
[233/423] Compiling DequeModule Deque+Collection.swift
[234/423] Compiling DequeModule Deque+CustomReflectable.swift
[235/423] Compiling DequeModule Deque+Descriptions.swift
[236/423] Compiling DequeModule Deque+Equatable.swift
[240/430] Compiling OrderedCollections OrderedSet+SubSequence.swift
[241/430] Compiling OrderedCollections OrderedSet+Testing.swift
[242/430] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[243/430] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[244/430] Compiling OrderedCollections OrderedSet.swift
[258/430] Emitting module Atomics
[290/430] Compiling OrderedCollections _UnsafeBitset.swift
[326/430] Emitting module OrderedCollections
[333/430] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[334/430] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[347/430] Compiling DequeModule _UnsafeDequeSegments.swift
[367/430] Compiling HashTreeCollections _HashNode+Structural merge.swift
[368/430] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[369/430] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[370/430] Compiling HashTreeCollections _HashNode+Structural union.swift
[371/430] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[372/430] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[409/430] Emitting module _RopeModule
[410/430] Compiling _RopeModule Rope+Remove.swift
[411/430] Compiling _RopeModule Rope+RemoveSubrange.swift
[412/430] Compiling _RopeModule Rope+Split.swift
[413/430] Compiling _RopeModule Optional Utilities.swift
[414/430] Compiling _RopeModule String Utilities.swift
[415/430] Compiling _RopeModule String.Index+ABI.swift
[416/430] Compiling _RopeModule _CharacterRecognizer.swift
[429/430] Emitting module HashTreeCollections
[430/430] Emitting module DequeModule
[431/436] Compiling Collections OrderedCollections reexports.swift
[432/436] Compiling Collections HeapModule reexports.swift
[433/436] Compiling Collections HashTreeCollections reexports.swift
[434/436] Compiling Collections DequeModule reexports.swift
[435/436] Emitting module Collections
[436/436] Compiling Collections BitCollections reexports.swift
[437/444] Compiling AsyncCollections TaskQueue.swift
[438/444] Compiling AsyncCollections Map.swift
[439/444] Compiling AsyncCollections FlatMap.swift
[440/444] Compiling AsyncCollections ForEach.swift
[441/444] Compiling AsyncCollections Filter.swift
[442/444] Compiling AsyncCollections CompactMap.swift
[443/444] Emitting module AsyncCollections
[444/444] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (11.13s)
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" : "/Users/admin/builder/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"
}
Done.