Build Information
Successful build of UUSwiftTestCore, reference 0.0.4 (407856
), with Swift 5.10 for macOS (SPM) on 22 Dec 2024 15:14:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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: 5.10
Building package at path: $PWD
https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling UUSwiftTestCore UUTestCase.swift
[4/5] Compiling UUSwiftTestCore UUTestLog.swift
[5/5] Emitting module UUSwiftTestCore
Build complete! (10.54s)
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.