The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RestApi, reference main (cd4f41), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 06:33:46 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/RxDx/restapi.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RxDx/restapi
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cd4f41e Upgrade unit tests from XCTest to Swift Testing (#6)
Cloned https://github.com/RxDx/restapi.git
Revision (git rev-parse @):
cd4f41e2c65640d76e479e9d9e573cb7a6c5c10a
SUCCESS checkout https://github.com/RxDx/restapi.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RxDx/restapi.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 RestApi RestApi.swift
[4/4] Emitting module RestApi
Build complete! (11.82s)
Fetching https://github.com/swiftlang/swift-testing.git
[1/23359] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.49s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70906] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.20s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0-prerelease-2025-05-29 (3.83s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0-prerelease-2025-05-29
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at main (e63d542)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "RestApi",
  "name" : "RestApi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RestApi",
      "targets" : [
        "RestApi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RestApiTests",
      "module_type" : "SwiftTarget",
      "name" : "RestApiTests",
      "path" : "Tests/RestApiTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "RestApiTests.swift"
      ],
      "target_dependencies" : [
        "RestApi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RestApi",
      "module_type" : "SwiftTarget",
      "name" : "RestApi",
      "path" : "Sources/RestApi",
      "product_memberships" : [
        "RestApi"
      ],
      "sources" : [
        "RestApi.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.