The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-async-collections, reference 1.3.0 (4e351a), with Swift 6.1 for macOS (SPM) on 21 Mar 2026 15:15:17 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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SerhanAksut/swift-async-collections.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SerhanAksut/swift-async-collections
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 4e351ac Merge pull request #3 from SerhanAksut/v1.3.0
Cloned https://github.com/SerhanAksut/swift-async-collections.git
Revision (git rev-parse @):
4e351acbca74e4f78d88e86617cc3f1cc3a53cad
SUCCESS checkout https://github.com/SerhanAksut/swift-async-collections.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SerhanAksut/swift-async-collections.git
https://github.com/SerhanAksut/swift-async-collections.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-async-collections",
  "name" : "swift-async-collections",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncCollections",
      "targets" : [
        "AsyncCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCollectionsTests",
      "path" : "Tests/AsyncCollectionsTests",
      "sources" : [
        "AllSatisfyConcurrencyTests.swift",
        "CompactMapConcurrencyTests.swift",
        "ContainsConcurrencyTests.swift",
        "DropConcurrencyTests.swift",
        "FilterConcurrencyTests.swift",
        "FirstConcurrencyTests.swift",
        "FlatMapConcurrencyTests.swift",
        "ForEachConcurrencyTests.swift",
        "MapConcurrencyTests.swift",
        "PrefixConcurrencyTests.swift",
        "ReduceConcurrencyTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "AsyncCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncCollections",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCollections",
      "path" : "Sources/AsyncCollections",
      "product_memberships" : [
        "AsyncCollections"
      ],
      "sources" : [
        "AllSatisfy+Concurrency.swift",
        "CompactMap+Concurrency.swift",
        "Contains+Concurrency.swift",
        "Drop+Concurrency.swift",
        "Filter+Concurrency.swift",
        "First+Concurrency.swift",
        "FlatMap+Concurrency.swift",
        "ForEach+Concurrency.swift",
        "Map+Concurrency.swift",
        "Prefix+Concurrency.swift",
        "Reduce+Concurrency.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/13] Compiling AsyncCollections ForEach+Concurrency.swift
[4/14] Compiling AsyncCollections FlatMap+Concurrency.swift
[5/14] Compiling AsyncCollections Map+Concurrency.swift
[6/14] Compiling AsyncCollections Prefix+Concurrency.swift
[7/14] Compiling AsyncCollections First+Concurrency.swift
[8/14] Compiling AsyncCollections Filter+Concurrency.swift
[9/14] Compiling AsyncCollections Drop+Concurrency.swift
[10/14] Compiling AsyncCollections AllSatisfy+Concurrency.swift
[11/14] Compiling AsyncCollections CompactMap+Concurrency.swift
[12/14] Compiling AsyncCollections Contains+Concurrency.swift
[13/14] Emitting module AsyncCollections
[14/14] Compiling AsyncCollections Reduce+Concurrency.swift
Build complete! (7.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-async-collections",
  "name" : "swift-async-collections",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncCollections",
      "targets" : [
        "AsyncCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCollectionsTests",
      "path" : "Tests/AsyncCollectionsTests",
      "sources" : [
        "AllSatisfyConcurrencyTests.swift",
        "CompactMapConcurrencyTests.swift",
        "ContainsConcurrencyTests.swift",
        "DropConcurrencyTests.swift",
        "FilterConcurrencyTests.swift",
        "FirstConcurrencyTests.swift",
        "FlatMapConcurrencyTests.swift",
        "ForEachConcurrencyTests.swift",
        "MapConcurrencyTests.swift",
        "PrefixConcurrencyTests.swift",
        "ReduceConcurrencyTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "AsyncCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncCollections",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCollections",
      "path" : "Sources/AsyncCollections",
      "product_memberships" : [
        "AsyncCollections"
      ],
      "sources" : [
        "AllSatisfy+Concurrency.swift",
        "CompactMap+Concurrency.swift",
        "Contains+Concurrency.swift",
        "Drop+Concurrency.swift",
        "Filter+Concurrency.swift",
        "First+Concurrency.swift",
        "FlatMap+Concurrency.swift",
        "ForEach+Concurrency.swift",
        "Map+Concurrency.swift",
        "Prefix+Concurrency.swift",
        "Reduce+Concurrency.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.