Build Information
Failed to build PhantomKit, reference 2.0.1 (dbccbb), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 14:54:26 UTC.
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/pawello2222/PhantomKit.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pawello2222/PhantomKit
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at dbccbb5 Fix APIEndpoint path
Cloned https://github.com/pawello2222/PhantomKit.git
Revision (git rev-parse @):
dbccbb5553b2cbbc44d658c3a448c64dd55a6f19
SUCCESS checkout https://github.com/pawello2222/PhantomKit.git at 2.0.1
Fetching https://github.com/pawello2222/Appliable
[1/162] Fetching appliable
Fetched https://github.com/pawello2222/Appliable from cache (1.32s)
Computing version for https://github.com/pawello2222/Appliable
Computed https://github.com/pawello2222/Appliable at 1.2.1 (4.68s)
Creating working copy for https://github.com/pawello2222/Appliable
Working copy of https://github.com/pawello2222/Appliable resolved at 1.2.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "phantomkit",
"name": "PhantomKit",
"url": "https://github.com/pawello2222/PhantomKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PhantomKit",
"traits": [
"default"
],
"dependencies": [
{
"identity": "appliable",
"name": "Appliable",
"url": "https://github.com/pawello2222/Appliable",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Appliable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/pawello2222/PhantomKit.git
[1/5630] Fetching phantomkit
Fetched https://github.com/pawello2222/PhantomKit.git from cache (1.07s)
Fetching https://github.com/pawello2222/Appliable from cache
Fetched https://github.com/pawello2222/Appliable from cache (0.50s)
Computing version for https://github.com/pawello2222/Appliable
Computed https://github.com/pawello2222/Appliable at 1.2.1 (0.56s)
Creating working copy for https://github.com/pawello2222/Appliable
Working copy of https://github.com/pawello2222/Appliable resolved at 1.2.1
Creating working copy for https://github.com/pawello2222/PhantomKit.git
Working copy of https://github.com/pawello2222/PhantomKit.git resolved at 2.0.1 (dbccbb5)
warning: '.resolve-product-dependencies': dependency 'phantomkit' is not used by any target
Found 1 product dependencies
- Appliable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/pawello2222/PhantomKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--6988338F2F200930.txt
[7/9] Compiling Appliable Appliable.swift
[8/9] Compiling Appliable ObjectAppliable.swift
[9/9] Emitting module Appliable
[10/30] Compiling PhantomKitCore String+Extensions.swift
[11/30] Compiling PhantomKitCore TimeInterval+Extensions.swift
[12/30] Compiling PhantomKitLog LogLevel.swift
[13/30] Compiling PhantomKitLog Logger.swift
[14/31] Compiling PhantomKitCore TimeZone+Extensions.swift
[15/31] Compiling PhantomKitCore Set+Extensions.swift
[16/31] Compiling PhantomKitCore NSDecimalNumber+Extensions.swift
[17/31] Compiling PhantomKitCore Locale+Extensions.swift
[18/31] Emitting module PhantomKitCore
/Users/admin/builder/spi-builder-workspace/Sources/PhantomKitCore/Extensions/Array+Extensions.swift:27:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | // MARK: - Conformance
26 |
27 | extension Array: RawRepresentable where Element: Codable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | /// Creates a new instance with the specified raw value.
29 | public init?(rawValue: String) {
[19/31] Compiling PhantomKitCore Equatable+Extensions.swift
[20/31] Compiling PhantomKitCore Error+Extensions.swift
[21/31] Compiling PhantomKitCore CGSize+Extensions.swift
[22/31] Compiling PhantomKitCore Calendar+Extensions.swift
[23/31] Compiling PhantomKitCore Comparable+Extensions.swift
[24/31] Compiling PhantomKitCore Date+Extensions.swift
[25/31] Compiling PhantomKitCore Array+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/PhantomKitCore/Extensions/Array+Extensions.swift:27:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | // MARK: - Conformance
26 |
27 | extension Array: RawRepresentable where Element: Codable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | /// Creates a new instance with the specified raw value.
29 | public init?(rawValue: String) {
[26/31] Compiling PhantomKitCore Bundle+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/PhantomKitCore/Extensions/Array+Extensions.swift:27:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | // MARK: - Conformance
26 |
27 | extension Array: RawRepresentable where Element: Codable {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 | /// Creates a new instance with the specified raw value.
29 | public init?(rawValue: String) {
[27/53] Compiling PhantomKitLog LogCategory.swift
[28/53] Compiling PhantomKitLog ConsoleLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/PhantomKitLog/Loggers/ConsoleLogger.swift:98:20: error: cannot convert value of type 'LogBuilder' to closure result type 'Self'
96 | LogBuilder()
97 | .apply(if: options.date) {
98 | $0.append(date: currentDate(), options: .tag)
| `- error: cannot convert value of type 'LogBuilder' to closure result type 'Self'
99 | }
100 | .apply(if: options.levelIcon) {
/Users/admin/builder/spi-builder-workspace/Sources/PhantomKitLog/Loggers/ConsoleLogger.swift:101:20: error: cannot convert value of type 'LogBuilder' to closure result type 'Self'
99 | }
100 | .apply(if: options.levelIcon) {
101 | $0.append(string: level.icon)
| `- error: cannot convert value of type 'LogBuilder' to closure result type 'Self'
102 | }
103 | .apply(if: options.level) {
/Users/admin/builder/spi-builder-workspace/Sources/PhantomKitLog/Loggers/ConsoleLogger.swift:104:20: error: cannot convert value of type 'LogBuilder' to closure result type 'Self'
102 | }
103 | .apply(if: options.level) {
104 | $0.append(string: level.rawValue.uppercased(), options: .tag)
| `- error: cannot convert value of type 'LogBuilder' to closure result type 'Self'
105 | }
106 | .apply(if: options.categoryIcon) {
/Users/admin/builder/spi-builder-workspace/Sources/PhantomKitLog/Loggers/ConsoleLogger.swift:107:20: error: cannot convert value of type 'LogBuilder' to closure result type 'Self'
105 | }
106 | .apply(if: options.categoryIcon) {
107 | $0.append(string: category?.icon)
| `- error: cannot convert value of type 'LogBuilder' to closure result type 'Self'
108 | }
109 | .append(string: category?.name.capitalized, options: .tag)
[29/53] Compiling PhantomKitLog LogBuilder.swift
[30/53] Emitting module PhantomKitLog
[31/53] Compiling PhantomKitLog OSLogLogger.swift
BUILD FAILURE 6.3 macosSpm