Build Information
Successful build of UUSwiftCore, reference main (78a4b1
), with Swift 5.10 for macOS (SPM) on 9 May 2025 11:33:30 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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftCore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftCore
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 78a4b10 Cleanup imports
Cloned https://github.com/SilverPineSoftware/UUSwiftCore.git
Revision (git rev-parse @):
78a4b10bce18bf58995403e3dbc6d94375cd97ce
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftCore.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/SilverPineSoftware/UUSwiftCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-33747A42983211AE.txt
[4/28] Emitting module UUSwiftCore
[5/30] Compiling UUSwiftCore UUURL.swift
[6/30] Compiling UUSwiftCore resource_bundle_accessor.swift
[7/30] Compiling UUSwiftCore UUConsoleLogWriter.swift
[8/30] Compiling UUSwiftCore UUConsoleLogger.swift
[9/30] Compiling UUSwiftCore UULog.swift
[10/30] Compiling UUSwiftCore UUSwiftCore.swift
[11/30] Compiling UUSwiftCore UUThread.swift
[12/30] Compiling UUSwiftCore UULogLevel.swift
[13/30] Compiling UUSwiftCore UULogWriter.swift
[14/30] Compiling UUSwiftCore UULogger.swift
[15/30] Compiling UUSwiftCore UULocalization.swift
[16/30] Compiling UUSwiftCore UUObject.swift
[17/30] Compiling UUSwiftCore UUObjectFactory.swift
[18/30] Compiling UUSwiftCore UUTimeMeasurement.swift
[19/30] Compiling UUSwiftCore UUTimer.swift
[20/30] Compiling UUSwiftCore UUDictionary.swift
[21/30] Compiling UUSwiftCore UUJson.swift
[22/30] Compiling UUSwiftCore UUKeychain.swift
[23/30] Compiling UUSwiftCore UUCollection.swift
[24/30] Compiling UUSwiftCore UUColor.swift
[25/30] Compiling UUSwiftCore UUComparable.swift
[26/30] Compiling UUSwiftCore UUData.swift
[27/30] Compiling UUSwiftCore UUDataCache.swift
[28/30] Compiling UUSwiftCore UUDate.swift
[29/30] Compiling UUSwiftCore UURandom.swift
[30/30] Compiling UUSwiftCore UUString.swift
Build complete! (10.85s)
Fetching https://github.com/SilverPineSoftware/UUSwiftTestCore.git
[1/52] Fetching uuswifttestcore
Fetched https://github.com/SilverPineSoftware/UUSwiftTestCore.git from cache (1.02s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4 (0.45s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftTestCore.git resolved at 0.0.4
Build complete.
{
"dependencies" : [
{
"identity" : "uuswifttestcore",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SilverPineSoftware/UUSwiftTestCore.git"
}
],
"manifest_display_name" : "UUSwiftCore",
"name" : "UUSwiftCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "UUSwiftCore",
"targets" : [
"UUSwiftCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "UUSwiftCoreTests",
"module_type" : "SwiftTarget",
"name" : "UUSwiftCoreTests",
"path" : "Tests",
"product_dependencies" : [
"UUSwiftTestCore"
],
"sources" : [
"Logging/UULoggerTests.swift",
"UUDataTests.swift",
"UUJsonTests.swift",
"UUStringTests.swift",
"UUTimeMeasurementTests.swift",
"UUTimerTests.swift"
],
"target_dependencies" : [
"UUSwiftCore"
],
"type" : "test"
},
{
"c99name" : "UUSwiftCore",
"module_type" : "SwiftTarget",
"name" : "UUSwiftCore",
"path" : "UUSwiftCore",
"product_memberships" : [
"UUSwiftCore"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/UUSwiftCore/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Logging/UUConsoleLogWriter.swift",
"Logging/UUConsoleLogger.swift",
"Logging/UULog.swift",
"Logging/UULogLevel.swift",
"Logging/UULogWriter.swift",
"Logging/UULogger.swift",
"UUCollection.swift",
"UUColor.swift",
"UUComparable.swift",
"UUData.swift",
"UUDataCache.swift",
"UUDate.swift",
"UUDictionary.swift",
"UUJson.swift",
"UUKeychain.swift",
"UULocalization.swift",
"UUObject.swift",
"UUObjectFactory.swift",
"UURandom.swift",
"UUString.swift",
"UUSwiftCore.swift",
"UUThread.swift",
"UUTimeMeasurement.swift",
"UUTimer.swift",
"UUURL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.