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.0 for macOS (SPM) on 2 Dec 2024 07:36:50 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: 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-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1569] Fetching swift-atomics
[535/17172] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.90s)
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.31s)
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.77s)
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-collections.git from cache (0.55s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
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/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-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
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] Emitting module InternalCollectionsUtilities
[14/49] Compiling Atomics AtomicMemoryOrderings.swift
[15/49] Compiling Atomics DoubleWord.swift
[16/49] Compiling Atomics AtomicBool.swift
[17/49] Compiling Atomics IntegerConformances.swift
[18/49] Compiling Atomics AtomicOptionalWrappable.swift
[19/49] Compiling Atomics AtomicReference.swift
[20/50] Compiling Atomics ManagedAtomic.swift
[21/50] Compiling Atomics ManagedAtomicLazyReference.swift
[22/50] Compiling Atomics Primitives.shims.swift
[23/50] Compiling Atomics AtomicInteger.swift
[24/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/52] Compiling Atomics IntegerOperations.swift
[26/52] Compiling Atomics Unmanaged extensions.swift
[27/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/52] Compiling Atomics PointerConformances.swift
[29/52] Compiling Atomics Primitives.native.swift
[30/52] Compiling Atomics OptionalRawRepresentable.swift
[31/52] Compiling Atomics RawRepresentable.swift
[32/52] Compiling Atomics UnsafeAtomic.swift
[33/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[36/52] Compiling Atomics AtomicStorage.swift
[37/52] Compiling Atomics AtomicValue.swift
[38/334] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[39/334] Compiling DequeModule _DequeBuffer.swift
[40/335] Compiling HeapModule Heap+Descriptions.swift
[41/335] Compiling DequeModule _DequeBufferHeader.swift
[42/335] Compiling DequeModule _DequeSlot.swift
[43/335] Compiling HeapModule _HeapNode.swift
[44/335] Compiling HeapModule Heap.swift
[45/335] Compiling HeapModule Heap+UnsafeHandle.swift
[46/335] Compiling HeapModule Heap+Invariants.swift
[47/335] Compiling HashTreeCollections TreeDictionary+Filter.swift
[48/335] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[49/335] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[50/335] Compiling HashTreeCollections TreeDictionary+Keys.swift
[51/335] Compiling _RopeModule BigSubstring+UTF16View.swift
[52/335] Compiling _RopeModule BigSubstring+UTF8View.swift
[53/341] Compiling DequeModule _UnsafeWrappedBuffer.swift
[54/341] Compiling HashTreeCollections TreeSet+Equatable.swift
[55/341] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[56/341] Compiling HashTreeCollections TreeSet+Extras.swift
[57/341] Compiling HashTreeCollections TreeSet+Filter.swift
[58/341] Compiling HashTreeCollections TreeSet+Hashable.swift
[59/341] Compiling HashTreeCollections TreeSet+Sendable.swift
[60/341] Compiling HashTreeCollections TreeSet+Sequence.swift
[61/341] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[63/349] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[64/349] Compiling _RopeModule BigSubstring.swift
[65/349] Compiling _RopeModule Rope+Builder.swift
[66/349] Compiling _RopeModule Rope+Debugging.swift
[67/349] Compiling _RopeModule Rope+Invariants.swift
[68/349] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[74/354] Compiling HashTreeCollections _HashNode+Structural union.swift
[75/354] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[76/354] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[77/354] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[78/354] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[79/354] Compiling HashTreeCollections _HashNode.swift
[80/354] Compiling HashTreeCollections _HashNodeHeader.swift
[81/354] Compiling HashTreeCollections _HashSlot.swift
[82/354] Compiling HashTreeCollections _HashStack.swift
[83/354] Compiling HashTreeCollections _HashTreeIterator.swift
[84/354] Compiling HashTreeCollections _HashTreeStatistics.swift
[85/354] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[91/354] Compiling _RopeModule RopeSummary.swift
[92/354] Compiling _RopeModule _RopeItem.swift
[93/354] Compiling _RopeModule _RopePath.swift
[94/354] Compiling _RopeModule _RopeVersion.swift
[95/354] Compiling _RopeModule Rope+Collection.swift
[96/354] Compiling _RopeModule Rope+Index.swift
[97/354] Compiling BitCollections BitSet.swift
[98/354] Emitting module HeapModule
[99/354] Compiling _RopeModule RopeMetric.swift
[100/354] Compiling _RopeModule Rope+Append.swift
[101/354] Compiling _RopeModule Rope+Extract.swift
[102/354] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[103/354] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[104/354] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[105/354] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[106/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[107/354] Compiling HashTreeCollections _HashLevel.swift
[108/354] Compiling HashTreeCollections _HashNode+Builder.swift
[109/354] Compiling HashTreeCollections _HashNode+Invariants.swift
[110/354] Compiling HashTreeCollections _HashNode+Lookups.swift
[111/354] Compiling HashTreeCollections _HashNode+Debugging.swift
[112/354] Compiling HashTreeCollections _HashNode+Initializers.swift
[113/354] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[114/354] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[120/354] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[121/354] Compiling HashTreeCollections _AncestorHashSlots.swift
[122/354] Compiling HashTreeCollections _Bitmap.swift
[123/354] Compiling _RopeModule BigString+Debugging.swift
[124/354] Compiling HashTreeCollections _Hash.swift
[143/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[144/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[145/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[146/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[147/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[148/354] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[149/354] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[150/354] Compiling HashTreeCollections TreeSet.swift
[152/354] Compiling HashTreeCollections _HashNode+Storage.swift
[153/354] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[154/354] Compiling HashTreeCollections _HashNode+Structural filter.swift
[155/354] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[156/354] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[157/354] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[158/354] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[159/354] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[160/354] Compiling HashTreeCollections _HashNode+Structural merge.swift
[161/354] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[162/354] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[164/354] Compiling BitCollections Range+Utilities.swift
[165/354] Compiling BitCollections Slice+Utilities.swift
[166/354] Compiling BitCollections UInt+Tricks.swift
[167/354] Compiling BitCollections _Word.swift
[180/354] Compiling OrderedCollections OrderedSet.swift
[181/354] Compiling OrderedCollections _UnsafeBitset.swift
[216/361] Emitting module BitCollections
[262/361] Emitting module Atomics
[293/361] Emitting module DequeModule
[344/361] Compiling _RopeModule Rope+Remove.swift
[345/361] Compiling _RopeModule Rope+RemoveSubrange.swift
[346/361] Compiling _RopeModule Rope+Split.swift
[347/361] Compiling _RopeModule Optional Utilities.swift
[348/361] Compiling _RopeModule String Utilities.swift
[349/361] Compiling _RopeModule String.Index+ABI.swift
[350/361] Compiling _RopeModule _CharacterRecognizer.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 Map.swift
[366/371] Compiling AsyncCollections FlatMap.swift
[367/371] Compiling AsyncCollections Filter.swift
[368/371] Compiling AsyncCollections ForEach.swift
[369/371] Compiling AsyncCollections CompactMap.swift
[370/371] Emitting module AsyncCollections
[371/371] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (29.14s)
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.