The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UUSwiftTestCore, reference 0.0.4 (407856), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 18:02:28 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/SilverPineSoftware/UUSwiftTestCore.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftTestCore
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at 4078565 Add UUTestLog methods
Cloned https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Revision (git rev-parse @):
4078565d81552bd02ee000105abb9930e7fddfbe
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SilverPineSoftware/UUSwiftTestCore.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/5] Compiling UUSwiftTestCore UUTestLog.swift
[4/5] Compiling UUSwiftTestCore UUTestCase.swift
[5/5] Emitting module UUSwiftTestCore
Build complete! (9.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UUSwiftTestCore",
  "name" : "UUSwiftTestCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "UUSwiftTestCore",
      "targets" : [
        "UUSwiftTestCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "UUSwiftTestCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftTestCoreTests",
      "path" : "Test",
      "sources" : [
        "UUTestCaseTests.swift"
      ],
      "target_dependencies" : [
        "UUSwiftTestCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UUSwiftTestCore",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftTestCore",
      "path" : "Source",
      "product_memberships" : [
        "UUSwiftTestCore"
      ],
      "sources" : [
        "UUTestCase.swift",
        "UUTestLog.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.