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 main (9b6fd0), with Swift 6.0 for macOS (SPM) on 27 Apr 2025 20:05:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ph1ps/swift-concurrency-deadline.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ph1ps/swift-concurrency-deadline
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9b6fd08 Revert "Update .gitignore"
Cloned https://github.com/ph1ps/swift-concurrency-deadline.git
Revision (git rev-parse @):
9b6fd08e300fe44753194caf37d38e8d4f4588e1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ph1ps/swift-concurrency-deadline.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ph1ps/swift-concurrency-deadline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling Deadline Deadline.swift
[4/4] Emitting module Deadline
Build complete! (0.72s)
Build complete.
{
  "dependencies" : [
  ],
  "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"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeadlineTests",
      "module_type" : "SwiftTarget",
      "name" : "DeadlineTests",
      "path" : "Tests/DeadlineTests",
      "sources" : [
        "DeadlineTests.swift",
        "TestClock.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.