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 main (726af9), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:30:30 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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/async-collections.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/async-collections
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
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
{
  "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"
}
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 -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
Building for debugging...
[0/12] Write sources
[10/12] Write swift-version-2F0A5646E1D333AE.txt
[11/12] Compiling _AtomicsShims.c
[13/49] Emitting module InternalCollectionsUtilities
[14/50] Compiling Atomics AtomicStorage.swift
[15/50] Compiling Atomics AtomicValue.swift
[16/50] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/50] Compiling Atomics AtomicMemoryOrderings.swift
[18/50] Compiling Atomics DoubleWord.swift
[19/50] Compiling Atomics AtomicBool.swift
[20/50] Compiling Atomics IntegerConformances.swift
[21/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/52] Compiling Atomics IntegerOperations.swift
[23/52] Compiling Atomics Unmanaged extensions.swift
[26/52] Compiling Atomics ManagedAtomic.swift
[27/52] Compiling Atomics ManagedAtomicLazyReference.swift
[28/52] Compiling Atomics AtomicOptionalWrappable.swift
[29/52] Compiling Atomics AtomicReference.swift
[30/52] Compiling Atomics Primitives.shims.swift
[31/52] Compiling Atomics AtomicInteger.swift
[32/52] Compiling Atomics UnsafeAtomic.swift
[33/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[34/52] Compiling Atomics OptionalRawRepresentable.swift
[35/52] Compiling Atomics RawRepresentable.swift
[50/52] Compiling Atomics PointerConformances.swift
[51/52] Compiling Atomics Primitives.native.swift
[52/52] Emitting module Atomics
[53/334] Compiling DequeModule _DequeBufferHeader.swift
[54/334] Compiling DequeModule _DequeSlot.swift
[55/335] Compiling DequeModule _DequeBuffer.swift
[56/335] Compiling HeapModule _HeapNode.swift
[57/335] Compiling HeapModule Heap+UnsafeHandle.swift
[58/335] Compiling HeapModule Heap+Invariants.swift
[59/335] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[60/335] Compiling HeapModule Heap.swift
[61/335] Compiling HashTreeCollections _Bucket.swift
[62/335] Compiling HashTreeCollections _Hash.swift
[63/335] Compiling HashTreeCollections _HashLevel.swift
[64/335] Compiling HashTreeCollections _HashNode+Builder.swift
[65/335] Emitting module HeapModule
[66/335] Compiling HeapModule Heap+Descriptions.swift
[67/335] Compiling HashTreeCollections _HashNode+Debugging.swift
[68/335] Compiling HashTreeCollections _HashNode+Initializers.swift
[69/335] Compiling HashTreeCollections _UnmanagedHashNode.swift
[70/335] Compiling HashTreeCollections _UnsafePath.swift
[71/335] Compiling HashTreeCollections TreeDictionary+Codable.swift
[72/335] Compiling HashTreeCollections TreeDictionary+Collection.swift
[73/335] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[74/335] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[75/341] Compiling HashTreeCollections TreeDictionary+Keys.swift
[76/341] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[77/341] Compiling HashTreeCollections TreeDictionary+Merge.swift
[78/341] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[79/341] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[80/341] Compiling HashTreeCollections TreeDictionary+Values.swift
[81/341] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[82/341] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[83/341] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[84/341] Compiling HashTreeCollections TreeDictionary+Filter.swift
[85/341] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[86/341] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[87/341] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/341] Compiling HashTreeCollections _HashNode+Structural union.swift
[89/341] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[90/341] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[91/341] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[92/341] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[93/341] Compiling HashTreeCollections _HashNode.swift
[94/346] Compiling HashTreeCollections _HashNodeHeader.swift
[95/346] Compiling HashTreeCollections _HashSlot.swift
[96/346] Compiling HashTreeCollections _HashStack.swift
[97/346] Compiling HashTreeCollections _HashTreeIterator.swift
[98/346] Compiling HashTreeCollections _HashTreeStatistics.swift
[99/346] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[100/346] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[101/346] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[102/346] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[103/346] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[104/346] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[105/346] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[106/346] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[107/346] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[108/346] Compiling HashTreeCollections TreeSet+Equatable.swift
[109/346] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[110/346] Compiling HashTreeCollections TreeSet+Extras.swift
[111/346] Compiling HashTreeCollections TreeSet+Filter.swift
[112/346] Compiling HashTreeCollections TreeSet+Hashable.swift
[113/346] Compiling HashTreeCollections TreeSet+Sendable.swift
[114/346] Compiling HashTreeCollections TreeSet+Sequence.swift
[115/346] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[116/354] Compiling HashTreeCollections _HashNode+Invariants.swift
[117/354] Compiling HashTreeCollections _HashNode+Lookups.swift
[118/354] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[119/354] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[120/354] Compiling HashTreeCollections _AncestorHashSlots.swift
[121/354] Compiling HashTreeCollections _Bitmap.swift
[137/354] Compiling BitCollections BitSet.swift
[138/354] Compiling BitCollections Range+Utilities.swift
[139/354] Compiling BitCollections Slice+Utilities.swift
[140/354] Compiling BitCollections UInt+Tricks.swift
[141/354] Compiling BitCollections _Word.swift
[142/354] Compiling OrderedCollections OrderedSet.swift
[143/354] Compiling OrderedCollections _UnsafeBitset.swift
[155/354] Compiling HashTreeCollections _RawHashNode.swift
[156/354] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[157/354] Compiling HashTreeCollections _HashNode+Storage.swift
[158/354] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[159/354] Compiling HashTreeCollections _HashNode+Structural filter.swift
[160/354] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[161/354] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[168/354] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[169/354] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[170/354] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[171/354] Compiling HashTreeCollections _HashNode+Structural merge.swift
[172/354] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[173/354] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[186/354] Emitting module BitCollections
[193/354] Emitting module DequeModule
[217/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[218/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[219/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[220/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[221/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[222/354] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[223/354] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[224/354] Compiling HashTreeCollections TreeSet.swift
[318/361] Emitting module OrderedCollections
[337/361] Emitting module _RopeModule
[338/361] Compiling _RopeModule Rope+Remove.swift
[339/361] Compiling _RopeModule Rope+RemoveSubrange.swift
[340/361] Compiling _RopeModule Rope+Split.swift
[341/361] Compiling _RopeModule Optional Utilities.swift
[342/361] Compiling _RopeModule String Utilities.swift
[343/361] Compiling _RopeModule String.Index+ABI.swift
[344/361] Compiling _RopeModule _CharacterRecognizer.swift
[361/361] Emitting module HashTreeCollections
[362/363] Emitting module Collections
[363/363] Compiling Collections Collections.swift
[364/371] Compiling AsyncCollections TaskQueue.swift
[365/371] Compiling AsyncCollections Map.swift
[366/371] Compiling AsyncCollections FlatMap.swift
[367/371] Compiling AsyncCollections ForEach.swift
[368/371] Compiling AsyncCollections CompactMap.swift
[369/371] Compiling AsyncCollections Filter.swift
[370/371] Emitting module AsyncCollections
[371/371] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (12.44s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-collections.git from cache (0.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.18s)
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.1.4
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.