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 Linux on 2 Dec 2024 07:31:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/async-collections.git
Reference: main
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
 * 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:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/adam-fowler/async-collections.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[1570/17172] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
[1405/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
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.60s)
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
Building for debugging...
[0/12] Write sources
[10/12] Write swift-version-24593BA9C3E375BF.txt
[10/12] Compiling _AtomicsShims.c
[13/48] Emitting module InternalCollectionsUtilities
[14/50] Emitting module Atomics
[15/52] Compiling Atomics ManagedAtomic.swift
[16/52] Compiling Atomics ManagedAtomicLazyReference.swift
[18/52] Compiling Atomics AtomicReference.swift
[19/52] Compiling Atomics IntegerOperations.swift
[20/52] Compiling Atomics Unmanaged extensions.swift
[21/52] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/52] Compiling InternalCollectionsUtilities _SortedCollection.swift
[28/52] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/52] Compiling Atomics IntegerConformances.swift
[30/52] Compiling Atomics PointerConformances.swift
[34/52] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[35/52] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[38/52] Compiling Atomics AtomicMemoryOrderings.swift
[40/52] Compiling Atomics DoubleWord.swift
[44/52] Compiling Atomics AtomicStorage.swift
[45/52] Compiling Atomics AtomicValue.swift
[55/328] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[56/328] Compiling HeapModule Heap+Descriptions.swift
[57/328] Compiling HashTreeCollections _HashNode+Storage.swift
[58/328] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[59/328] Compiling HashTreeCollections _HashNode+Structural filter.swift
[60/328] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[61/330] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[62/330] Compiling HashTreeCollections _HashNode+Structural union.swift
[63/330] Compiling HeapModule Heap.swift
[64/330] Compiling HeapModule _HeapNode.swift
[65/330] Compiling HeapModule Heap+Invariants.swift
[66/330] Compiling HeapModule Heap+UnsafeHandle.swift
[67/330] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[68/330] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[69/330] Emitting module HeapModule
[71/331] Compiling DequeModule _DequeSlot.swift
[72/331] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/331] Compiling HashTreeCollections TreeSet+Hashable.swift
[74/331] Compiling HashTreeCollections TreeSet+Sendable.swift
[75/331] Compiling HashTreeCollections TreeSet+Sequence.swift
[76/331] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[77/331] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[78/331] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[79/331] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[80/331] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[81/331] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[82/331] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[83/341] Compiling HashTreeCollections _HashNode+Initializers.swift
[84/341] Compiling HashTreeCollections _HashNode+Invariants.swift
[85/341] Compiling HashTreeCollections _HashNode+Lookups.swift
[86/341] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[87/341] Compiling HashTreeCollections TreeDictionary.swift
[88/341] Compiling HashTreeCollections TreeSet+Codable.swift
[89/341] Compiling HashTreeCollections TreeSet+Collection.swift
[90/341] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[91/341] Compiling HashTreeCollections TreeSet+Debugging.swift
[92/341] Compiling HashTreeCollections TreeSet+Descriptions.swift
[93/341] Compiling HashTreeCollections TreeSet+Equatable.swift
[94/341] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[95/341] Compiling HashTreeCollections TreeSet+Extras.swift
[96/341] Compiling HashTreeCollections TreeSet+Filter.swift
[97/348] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[98/348] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[99/348] Compiling HashTreeCollections _HashNode+Structural merge.swift
[100/348] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[101/348] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[102/348] Compiling HashTreeCollections _RawHashNode.swift
[103/348] Compiling HashTreeCollections _UnmanagedHashNode.swift
[104/348] Compiling HashTreeCollections _UnsafePath.swift
[105/348] Compiling HashTreeCollections TreeDictionary+Codable.swift
[106/348] Compiling HashTreeCollections TreeDictionary+Collection.swift
[107/348] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[108/348] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[109/348] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[110/348] Compiling HashTreeCollections _AncestorHashSlots.swift
[111/348] Compiling HashTreeCollections _Bitmap.swift
[112/348] Compiling HashTreeCollections _Bucket.swift
[113/348] Compiling HashTreeCollections _Hash.swift
[114/348] Compiling HashTreeCollections _HashLevel.swift
[115/348] Compiling HashTreeCollections _HashNode+Builder.swift
[116/348] Compiling HashTreeCollections _HashNode+Debugging.swift
[117/348] Emitting module BitCollections
[118/355] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[119/355] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[127/355] Compiling HashTreeCollections _HashTreeStatistics.swift
[134/355] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[135/355] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[136/355] Compiling HashTreeCollections _HashNode.swift
[137/355] Compiling HashTreeCollections _HashNodeHeader.swift
[138/355] Compiling HashTreeCollections _HashSlot.swift
[139/355] Compiling HashTreeCollections _HashStack.swift
[140/355] Compiling HashTreeCollections _HashTreeIterator.swift
[172/355] Emitting module DequeModule
[174/356] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[175/356] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[176/356] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[177/356] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[178/356] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[179/356] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[180/356] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[181/356] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[182/356] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[183/356] Compiling HashTreeCollections TreeSet.swift
[228/365] Compiling BitCollections BitSet.Index.swift
[229/365] Compiling BitCollections BitSet._UnsafeHandle.swift
[230/365] Compiling BitCollections BitSet.swift
[231/365] Compiling BitCollections Range+Utilities.swift
[232/365] Compiling BitCollections Slice+Utilities.swift
[233/365] Compiling BitCollections UInt+Tricks.swift
[234/365] Compiling BitCollections _Word.swift
[256/366] Compiling OrderedCollections OrderedSet.swift
[257/366] Compiling OrderedCollections _UnsafeBitset.swift
[258/366] Compiling HashTreeCollections TreeDictionary+Merge.swift
[259/366] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[260/366] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[261/366] Compiling HashTreeCollections TreeDictionary+Values.swift
[346/366] Emitting module OrderedCollections
[348/367] Emitting module _RopeModule
[349/367] Compiling _RopeModule Rope+Join.swift
[350/367] Compiling _RopeModule Rope+MutatingForEach.swift
[351/367] Compiling _RopeModule Rope+Remove.swift
[352/367] Compiling _RopeModule Rope+RemoveSubrange.swift
[353/367] Compiling _RopeModule Rope+Split.swift
[354/367] Compiling _RopeModule Optional Utilities.swift
[355/367] Compiling _RopeModule String Utilities.swift
[356/367] Compiling _RopeModule String.Index+ABI.swift
[357/367] Compiling _RopeModule _CharacterRecognizer.swift
[368/368] Emitting module HashTreeCollections
[370/371] Emitting module Collections
[371/371] Compiling Collections Collections.swift
[373/380] Compiling AsyncCollections TaskQueue.swift
[374/380] Compiling AsyncCollections FlatMap.swift
[375/380] Compiling AsyncCollections Filter.swift
[376/380] Compiling AsyncCollections CompactMap.swift
[377/380] Compiling AsyncCollections Map.swift
[378/380] Compiling AsyncCollections ForEach.swift
[379/380] Emitting module AsyncCollections
[380/380] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (61.57s)
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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.