Build Information
Successful build of HexColor, reference 1.0.1 (569fa5
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 13:45:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WilhelmOks/HexColor.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WilhelmOks/HexColor
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 569fa5a Update README.md
Cloned https://github.com/WilhelmOks/HexColor.git
Revision (git rev-parse @):
569fa5a1d6c5e6a9a8dd5de6243825161aeea0f3
SUCCESS checkout https://github.com/WilhelmOks/HexColor.git at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "hexcolor",
"name": "HexColor",
"url": "https://github.com/WilhelmOks/HexColor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HexColor",
"dependencies": [
]
}
]
}
Fetching https://github.com/WilhelmOks/HexColor.git
[1/97] Fetching hexcolor
Fetched https://github.com/WilhelmOks/HexColor.git from cache (0.69s)
Creating working copy for https://github.com/WilhelmOks/HexColor.git
Working copy of https://github.com/WilhelmOks/HexColor.git resolved at 1.0.1 (569fa5a)
warning: '.resolve-product-dependencies': dependency 'hexcolor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/WilhelmOks/HexColor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/6] Emitting module HexColor
[6/6] Compiling HexColor HexColor.swift
[7/10] Emitting module HexUIColor
[8/10] Compiling HexUIColor UIColorExtensions.swift
[9/10] Compiling HexNSColor NSColorExtensions.swift
[10/10] Emitting module HexNSColor
Build complete! (9.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HexColor",
"name" : "HexColor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "HexNSColor",
"targets" : [
"HexNSColor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HexUIColor",
"targets" : [
"HexUIColor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HexUIColor",
"module_type" : "SwiftTarget",
"name" : "HexUIColor",
"path" : "Sources/HexUIColor",
"product_memberships" : [
"HexUIColor"
],
"sources" : [
"UIColorExtensions.swift"
],
"target_dependencies" : [
"HexColor"
],
"type" : "library"
},
{
"c99name" : "HexNSColor",
"module_type" : "SwiftTarget",
"name" : "HexNSColor",
"path" : "Sources/HexNSColor",
"product_memberships" : [
"HexNSColor"
],
"sources" : [
"NSColorExtensions.swift"
],
"target_dependencies" : [
"HexColor"
],
"type" : "library"
},
{
"c99name" : "HexColorTests",
"module_type" : "SwiftTarget",
"name" : "HexColorTests",
"path" : "Tests/HexColorTests",
"sources" : [
"HexColorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HexColor"
],
"type" : "test"
},
{
"c99name" : "HexColor",
"module_type" : "SwiftTarget",
"name" : "HexColor",
"path" : "Sources/HexColor",
"product_memberships" : [
"HexNSColor",
"HexUIColor"
],
"sources" : [
"HexColor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.