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 XCTest-watchOS, reference 0.0.2 (530a6d), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:43:50 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/dfed/XCTest-watchOS.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dfed/XCTest-watchOS
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 530a6d6 Cocoapods to 1.10
Cloned https://github.com/dfed/XCTest-watchOS.git
Revision (git rev-parse @):
530a6d60211e7a7779fada006f864f7648ef39f5
SUCCESS checkout https://github.com/dfed/XCTest-watchOS.git at 0.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dfed/XCTest-watchOS.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 XCTest XCTest+watchOS.swift
[4/4] Emitting module XCTest
Build complete! (0.57s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCTest-watchOS",
  "name" : "XCTest-watchOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTest",
      "targets" : [
        "XCTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "XCTest",
      "module_type" : "SwiftTarget",
      "name" : "XCTest",
      "path" : "Sources/XCTest",
      "product_memberships" : [
        "XCTest"
      ],
      "sources" : [
        "XCTest+watchOS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.