Build Information
Successful build of ColorsKit, reference main (cb2743
), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 02:13:59 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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/owlcoding/Swift-ColorsKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/owlcoding/Swift-ColorsKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cb27434 use Swift6 (hopefully)
Cloned https://github.com/owlcoding/Swift-ColorsKit.git
Revision (git rev-parse @):
cb27434e84269fd89d229d001cb88fa90905ae4d
SUCCESS checkout https://github.com/owlcoding/Swift-ColorsKit.git at main
========================================
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": "swift-colorskit",
"name": "ColorsKit",
"url": "https://github.com/owlcoding/Swift-ColorsKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-ColorsKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/owlcoding/Swift-ColorsKit.git
[1/276] Fetching swift-colorskit
Fetched https://github.com/owlcoding/Swift-ColorsKit.git from cache (1.89s)
Creating working copy for https://github.com/owlcoding/Swift-ColorsKit.git
Working copy of https://github.com/owlcoding/Swift-ColorsKit.git resolved at main (cb27434)
warning: '.resolve-product-dependencies': dependency 'swift-colorskit' 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/owlcoding/Swift-ColorsKit.git
{
"dependencies" : [
],
"manifest_display_name" : "ColorsKit",
"name" : "ColorsKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Swift-ColorExtensions",
"targets" : [
"ColorExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Swift-ColorPalettes",
"targets" : [
"ColorPalettes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ColorsKit",
"targets" : [
"ColorsKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorsKitTests",
"module_type" : "SwiftTarget",
"name" : "ColorsKitTests",
"path" : "Tests/ColorsKitTests",
"sources" : [
"ColorsKitTests.swift"
],
"target_dependencies" : [
"ColorsKit"
],
"type" : "test"
},
{
"c99name" : "ColorsKit",
"module_type" : "SwiftTarget",
"name" : "ColorsKit",
"path" : "Sources/ColorsKit",
"product_memberships" : [
"ColorsKit"
],
"sources" : [
"ColorsKit.swift"
],
"target_dependencies" : [
"ColorExtensions",
"ColorPalettes"
],
"type" : "library"
},
{
"c99name" : "ColorPalettes",
"module_type" : "SwiftTarget",
"name" : "ColorPalettes",
"path" : "Sources/Color-Palettes",
"product_memberships" : [
"Swift-ColorPalettes",
"ColorsKit"
],
"sources" : [
"AnalogousPalette.swift",
"SplitComplementaryPalette.swift",
"TetradicPalette.swift"
],
"target_dependencies" : [
"ColorExtensions"
],
"type" : "library"
},
{
"c99name" : "ColorExtensions",
"module_type" : "SwiftTarget",
"name" : "ColorExtensions",
"path" : "Sources/Color-Extensions",
"product_memberships" : [
"Swift-ColorExtensions",
"Swift-ColorPalettes",
"ColorsKit"
],
"sources" : [
"Color-Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/6] Compiling ColorExtensions Color-Extensions.swift
[6/6] Emitting module ColorExtensions
[7/10] Compiling ColorPalettes TetradicPalette.swift
[8/10] Compiling ColorPalettes SplitComplementaryPalette.swift
[9/10] Emitting module ColorPalettes
[10/10] Compiling ColorPalettes AnalogousPalette.swift
[11/12] Emitting module ColorsKit
[12/12] Compiling ColorsKit ColorsKit.swift
Build complete! (11.83s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ColorsKit",
"name" : "ColorsKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Swift-ColorExtensions",
"targets" : [
"ColorExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Swift-ColorPalettes",
"targets" : [
"ColorPalettes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ColorsKit",
"targets" : [
"ColorsKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorsKitTests",
"module_type" : "SwiftTarget",
"name" : "ColorsKitTests",
"path" : "Tests/ColorsKitTests",
"sources" : [
"ColorsKitTests.swift"
],
"target_dependencies" : [
"ColorsKit"
],
"type" : "test"
},
{
"c99name" : "ColorsKit",
"module_type" : "SwiftTarget",
"name" : "ColorsKit",
"path" : "Sources/ColorsKit",
"product_memberships" : [
"ColorsKit"
],
"sources" : [
"ColorsKit.swift"
],
"target_dependencies" : [
"ColorExtensions",
"ColorPalettes"
],
"type" : "library"
},
{
"c99name" : "ColorPalettes",
"module_type" : "SwiftTarget",
"name" : "ColorPalettes",
"path" : "Sources/Color-Palettes",
"product_memberships" : [
"Swift-ColorPalettes",
"ColorsKit"
],
"sources" : [
"AnalogousPalette.swift",
"SplitComplementaryPalette.swift",
"TetradicPalette.swift"
],
"target_dependencies" : [
"ColorExtensions"
],
"type" : "library"
},
{
"c99name" : "ColorExtensions",
"module_type" : "SwiftTarget",
"name" : "ColorExtensions",
"path" : "Sources/Color-Extensions",
"product_memberships" : [
"Swift-ColorExtensions",
"Swift-ColorPalettes",
"ColorsKit"
],
"sources" : [
"Color-Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.