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.0 for macOS (SPM) on 2 Dec 2024 07:36:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.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
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[535/17172] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.97s)
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.39s)
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
========================================
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",
  "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",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-atomics",
          "name": "swift-atomics",
          "url": "https://github.com/apple/swift-atomics.git",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
          "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.74s)
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.58s)
Fetched https://github.com/apple/swift-collections.git from cache (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.02s)
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
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 main (726af96)
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
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.0
Building package at path:  $PWD
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.1.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--7754E27361AE5C74.txt
[11/12] Compiling _AtomicsShims.c
[13/49] Compiling Atomics OptionalRawRepresentable.swift
[14/49] Compiling Atomics RawRepresentable.swift
[15/49] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/49] Compiling Atomics AtomicStorage.swift
[17/49] Compiling Atomics AtomicValue.swift
[18/50] Compiling Atomics AtomicOptionalWrappable.swift
[19/50] Compiling Atomics AtomicReference.swift
[20/50] Compiling Atomics AtomicMemoryOrderings.swift
[21/50] Compiling Atomics DoubleWord.swift
[22/50] Compiling Atomics AtomicBool.swift
[23/50] Compiling Atomics IntegerConformances.swift
[24/50] Compiling Atomics Primitives.shims.swift
[25/50] Compiling Atomics AtomicInteger.swift
[26/50] Emitting module InternalCollectionsUtilities
[27/50] Compiling Atomics ManagedAtomic.swift
[28/50] Compiling Atomics ManagedAtomicLazyReference.swift
[29/50] Compiling Atomics UnsafeAtomic.swift
[30/50] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/50] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/332] Compiling HashTreeCollections _Bucket.swift
[33/332] Compiling HashTreeCollections _Hash.swift
[34/333] Compiling DequeModule _DequeBufferHeader.swift
[35/333] Compiling DequeModule _DequeBuffer.swift
[36/333] Compiling DequeModule _DequeSlot.swift
[37/333] Compiling HeapModule _HeapNode.swift
[38/333] Compiling HeapModule Heap.swift
[39/333] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[40/333] Compiling HashTreeCollections _HashNode+Structural filter.swift
[41/333] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[42/333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[43/333] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[44/333] Compiling HashTreeCollections TreeDictionary+Values.swift
[45/339] Compiling HeapModule Heap+Invariants.swift
[46/339] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[47/339] Compiling HeapModule Heap+Descriptions.swift
[48/339] Compiling HeapModule Heap+UnsafeHandle.swift
[50/339] Compiling HashTreeCollections TreeDictionary.swift
[51/339] Compiling HashTreeCollections TreeSet+Codable.swift
[52/339] Compiling HashTreeCollections TreeSet+Collection.swift
[53/339] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[54/339] Compiling HashTreeCollections TreeSet+Debugging.swift
[55/344] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/344] Compiling HashTreeCollections TreeSet+Descriptions.swift
[62/344] Compiling HashTreeCollections TreeSet+Sendable.swift
[63/344] Compiling HashTreeCollections TreeSet+Sequence.swift
[64/344] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[65/344] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[66/344] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[67/344] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[69/344] Compiling HashTreeCollections TreeSet+Equatable.swift
[70/344] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[71/344] Compiling HashTreeCollections TreeSet+Extras.swift
[72/344] Compiling HashTreeCollections TreeSet+Filter.swift
[73/344] Compiling HashTreeCollections TreeSet+Hashable.swift
[85/344] Compiling BitCollections BitSet.swift
[86/344] Emitting module HeapModule
[87/344] Compiling HashTreeCollections _HashNode+Debugging.swift
[88/344] Compiling HashTreeCollections _HashNode+Initializers.swift
[89/344] Compiling HashTreeCollections _HashLevel.swift
[90/344] Compiling HashTreeCollections _HashNode+Builder.swift
[91/344] Compiling HashTreeCollections _HashNode+Invariants.swift
[92/344] Compiling HashTreeCollections _RawHashNode.swift
[93/344] Compiling HashTreeCollections _UnmanagedHashNode.swift
[94/344] Compiling HashTreeCollections _UnsafePath.swift
[95/344] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[96/344] Compiling HashTreeCollections _HashNode+Lookups.swift
[97/344] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[98/344] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[99/344] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[100/344] Compiling HashTreeCollections _HashNode+Storage.swift
[101/344] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[102/344] Compiling HashTreeCollections TreeDictionary+Filter.swift
[103/344] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[104/344] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[105/344] Compiling HashTreeCollections TreeDictionary+Keys.swift
[106/344] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[107/344] Compiling HashTreeCollections TreeDictionary+Merge.swift
[110/352] Compiling BitCollections Range+Utilities.swift
[111/352] Compiling BitCollections Slice+Utilities.swift
[112/352] Compiling BitCollections UInt+Tricks.swift
[113/352] Compiling BitCollections _Word.swift
[120/352] Compiling HashTreeCollections _AncestorHashSlots.swift
[121/352] Compiling HashTreeCollections _Bitmap.swift
[122/352] Compiling HashTreeCollections TreeDictionary+Codable.swift
[123/352] Compiling HashTreeCollections TreeDictionary+Collection.swift
[124/352] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[125/352] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[126/352] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[127/352] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[209/359] Emitting module BitCollections
[210/359] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[211/359] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[212/359] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[213/359] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[214/359] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[215/359] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[216/359] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[217/359] Compiling HashTreeCollections TreeSet.swift
[234/359] Compiling OrderedCollections _UnsafeBitset.swift
[235/359] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[236/359] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[237/359] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[238/359] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[239/359] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[240/359] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[241/359] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[242/359] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[243/359] Compiling _RopeModule Rope+Remove.swift
[244/359] Compiling _RopeModule Rope+RemoveSubrange.swift
[245/359] Compiling _RopeModule Rope+Split.swift
[246/359] Compiling _RopeModule Optional Utilities.swift
[247/359] Compiling _RopeModule String Utilities.swift
[248/359] Compiling _RopeModule String.Index+ABI.swift
[249/359] Compiling _RopeModule _CharacterRecognizer.swift
[250/359] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[255/359] Compiling OrderedCollections OrderedSet.swift
[257/359] Emitting module DequeModule
[287/359] Emitting module Atomics
[294/361] Compiling Atomics IntegerOperations.swift
[295/361] Compiling Atomics Unmanaged extensions.swift
[359/361] Emitting module OrderedCollections
[360/361] Emitting module _RopeModule
[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 ForEach.swift
[366/371] Compiling AsyncCollections Filter.swift
[367/371] Compiling AsyncCollections CompactMap.swift
[368/371] Compiling AsyncCollections FlatMap.swift
[369/371] Compiling AsyncCollections Map.swift
[370/371] Emitting module AsyncCollections
[371/371] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (28.43s)
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.