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 (ef3263), with Swift 6.0 for macOS (SPM) on 3 Apr 2025 22:31:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.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 ef3263d typos
Cloned https://github.com/mattmassicotte/ConcurrencyRecipes.git
Revision (git rev-parse @):
ef3263da9e7a8d763ad033bba0fd73d479e54a26
SUCCESS checkout https://github.com/mattmassicotte/ConcurrencyRecipes.git at main
========================================
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": "concurrencyrecipes",
      "name": "ConcurrencyRecipes",
      "url": "https://github.com/mattmassicotte/ConcurrencyRecipes.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ConcurrencyRecipes",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattmassicotte/ConcurrencyRecipes.git
[7/349] Fetching concurrencyrecipes
Fetched https://github.com/mattmassicotte/ConcurrencyRecipes.git from cache (0.74s)
Creating working copy for https://github.com/mattmassicotte/ConcurrencyRecipes.git
Working copy of https://github.com/mattmassicotte/ConcurrencyRecipes.git resolved at main (ef3263d)
warning: '.resolve-product-dependencies': dependency 'concurrencyrecipes' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattmassicotte/ConcurrencyRecipes.git
https://github.com/mattmassicotte/ConcurrencyRecipes.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling PreconcurrencyLib PreconcurrencyStuff.swift
/Users/admin/builder/spi-builder-workspace/Sources/PreconcurrencyLib/PreconcurrencyStuff.swift:5:3: warning: capture of 'block' with non-sendable type '() -> Void' in a `@Sendable` closure
 3 | public func acceptEscapingBlock(_ block: @escaping () -> Void) {
 4 | 	DispatchQueue.global().async {
 5 | 		block()
   |   |- warning: capture of 'block' with non-sendable type '() -> Void' in a `@Sendable` closure
   |   `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 6 | 	}
 7 | }
[4/4] Emitting module PreconcurrencyLib
Build complete! (5.82s)
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.