Build Information
Successful build of SwiftColor, reference 0.2.0 (d1e5ba
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 09:21:58 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/richardpiazza/SwiftColor.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/SwiftColor
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at d1e5bad Pigment (#1)
Cloned https://github.com/richardpiazza/SwiftColor.git
Revision (git rev-parse @):
d1e5bad50a0e6e37534ad79dbaf6dc8de9a733cc
SUCCESS checkout https://github.com/richardpiazza/SwiftColor.git at 0.2.0
========================================
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": "swiftcolor",
"name": "SwiftColor",
"url": "https://github.com/richardpiazza/SwiftColor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftColor",
"dependencies": [
]
}
]
}
Fetching https://github.com/richardpiazza/SwiftColor.git
[1/94] Fetching swiftcolor
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (0.63s)
Creating working copy for https://github.com/richardpiazza/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.2.0 (d1e5bad)
warning: '.resolve-product-dependencies': dependency 'swiftcolor' 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/richardpiazza/SwiftColor.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/13] Compiling SwiftColor Pigment+Keyword.swift
[4/14] Compiling SwiftColor Pigment+Int.swift
[5/14] Compiling SwiftColor Pigment+UIKit.swift
[6/14] Compiling SwiftColor Pigment+Float.swift
[7/14] Compiling SwiftColor Pigment+Hex.swift
[8/14] Compiling SwiftColor Pigment+String.swift
[9/14] Compiling SwiftColor Clamping.swift
[10/14] Compiling SwiftColor ColorSpace.swift
[11/14] Compiling SwiftColor Pigment+CoreGraphics.swift
[12/14] Compiling SwiftColor Pigment.swift
[13/14] Emitting module SwiftColor
[14/14] Compiling SwiftColor Pigment+AppKit.swift
Build complete! (18.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftColor",
"name" : "SwiftColor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftColor",
"targets" : [
"SwiftColor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftColorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftColorTests",
"path" : "Tests/SwiftColorTests",
"sources" : [
"ColorTests.swift"
],
"target_dependencies" : [
"SwiftColor"
],
"type" : "test"
},
{
"c99name" : "SwiftColor",
"module_type" : "SwiftTarget",
"name" : "SwiftColor",
"path" : "Sources/SwiftColor",
"product_memberships" : [
"SwiftColor"
],
"sources" : [
"Clamping.swift",
"ColorSpace.swift",
"Pigment+AppKit.swift",
"Pigment+CoreGraphics.swift",
"Pigment+Float.swift",
"Pigment+Hex.swift",
"Pigment+Int.swift",
"Pigment+Keyword.swift",
"Pigment+String.swift",
"Pigment+UIKit.swift",
"Pigment.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.