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 ConcurrencyRecipes, reference main (d16dd8), with Swift 5.10 for macOS (SPM) on 28 Aug 2025 14:06:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/ConcurrencyRecipes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/ConcurrencyRecipes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d16dd87 Update Protocols.md (#19)
Cloned https://github.com/mattmassicotte/ConcurrencyRecipes.git
Revision (git rev-parse @):
d16dd875305c3e9f472a44b1f4340d4f5b0b13e5
SUCCESS checkout https://github.com/mattmassicotte/ConcurrencyRecipes.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/mattmassicotte/ConcurrencyRecipes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Compiling PreconcurrencyLib PreconcurrencyStuff.swift
[4/4] Emitting module PreconcurrencyLib
Build complete! (4.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ConcurrencyRecipes",
  "name" : "ConcurrencyRecipes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
  ],
  "targets" : [
    {
      "c99name" : "PreconcurrencyLib",
      "module_type" : "SwiftTarget",
      "name" : "PreconcurrencyLib",
      "path" : "Sources/PreconcurrencyLib",
      "sources" : [
        "PreconcurrencyStuff.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConcurrencyRecipesTests",
      "module_type" : "SwiftTarget",
      "name" : "ConcurrencyRecipesTests",
      "path" : "Tests/ConcurrencyRecipesTests",
      "sources" : [
        "PreconcurrencyLibTests.swift"
      ],
      "target_dependencies" : [
        "PreconcurrencyLib"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.10"
}
Done.