Build Information
Successful build of PlaceholderKit, reference 0.0.7 (a98d6b), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 21:04:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonlee2/PlaceholderKit.git
Reference: 0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonlee2/PlaceholderKit
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at a98d6bf version 0.0.7
Cloned https://github.com/simonlee2/PlaceholderKit.git
Revision (git rev-parse @):
a98d6bf888d3360669f2af78417d5bcb2e9105b5
SUCCESS checkout https://github.com/simonlee2/PlaceholderKit.git at 0.0.7
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "placeholderkit",
"name": "PlaceholderKit",
"url": "https://github.com/simonlee2/PlaceholderKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlaceholderKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/simonlee2/PlaceholderKit.git
[1/346] Fetching placeholderkit
Fetched https://github.com/simonlee2/PlaceholderKit.git from cache (1.15s)
Creating working copy for https://github.com/simonlee2/PlaceholderKit.git
Working copy of https://github.com/simonlee2/PlaceholderKit.git resolved at 0.0.7 (a98d6bf)
warning: '.resolve-product-dependencies': dependency 'placeholderkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/simonlee2/PlaceholderKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling PlaceholderKit UIImage+Placeholder.swift
[4/7] Compiling PlaceholderKit PhotosLibrary.swift
[5/7] Compiling PlaceholderKit NSImage+Placeholder.swift
[6/7] Emitting module PlaceholderKit
/Users/admin/builder/spi-builder-workspace/Sources/PlaceholderKit/PlaceholderKit.swift:214:5: warning: 'public' modifier is redundant for initializer declared in a public extension
212 |
213 | public extension Color {
214 | public convenience init(_ hexString: String, alpha: CGFloat = 1) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
215 | let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
216 | var int = UInt32()
[7/7] Compiling PlaceholderKit PlaceholderKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlaceholderKit/PlaceholderKit.swift:214:5: warning: 'public' modifier is redundant for initializer declared in a public extension
212 |
213 | public extension Color {
214 | public convenience init(_ hexString: String, alpha: CGFloat = 1) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
215 | let hex = hexString.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
216 | var int = UInt32()
Build complete! (6.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PlaceholderKit",
"name" : "PlaceholderKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PlaceholderKit",
"targets" : [
"PlaceholderKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlaceholderKitTests",
"module_type" : "SwiftTarget",
"name" : "PlaceholderKitTests",
"path" : "Tests/PlaceholderKitTests",
"sources" : [
"PlaceholderFactoryTests.swift"
],
"target_dependencies" : [
"PlaceholderKit"
],
"type" : "test"
},
{
"c99name" : "PlaceholderKit",
"module_type" : "SwiftTarget",
"name" : "PlaceholderKit",
"path" : "Sources/PlaceholderKit",
"product_memberships" : [
"PlaceholderKit"
],
"sources" : [
"NSImage+Placeholder.swift",
"PhotosLibrary.swift",
"PlaceholderKit.swift",
"UIImage+Placeholder.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.