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 swift-concurrency-deadline, reference 1.0.0 (435251), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 14:19:06 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ph1ps/swift-concurrency-deadline.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ph1ps/swift-concurrency-deadline
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 435251f chore: only use swift 6
Cloned https://github.com/ph1ps/swift-concurrency-deadline.git
Revision (git rev-parse @):
435251f9f98f30f62f35d1b4512666df10df09aa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ph1ps/swift-concurrency-deadline.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ph1ps/swift-concurrency-deadline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling Deadline Deadline.swift
[4/4] Emitting module Deadline
Build complete! (5.69s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.89s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.31s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/861] Fetching swift-concurrency-extras
[243/6328] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.49s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.49s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.91s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.40s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-clocks",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-clocks"
    }
  ],
  "manifest_display_name" : "swift-concurrency-deadline",
  "name" : "swift-concurrency-deadline",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Deadline",
      "targets" : [
        "Deadline"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "DeadlineTests",
      "module_type" : "SwiftTarget",
      "name" : "DeadlineTests",
      "path" : "Tests/DeadlineTests",
      "product_dependencies" : [
        "Clocks"
      ],
      "sources" : [
        "DeadlineTests.swift"
      ],
      "target_dependencies" : [
        "Deadline"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Deadline",
      "module_type" : "SwiftTarget",
      "name" : "Deadline",
      "path" : "Sources/Deadline",
      "product_memberships" : [
        "Deadline"
      ],
      "sources" : [
        "Deadline.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.