Build Information
Successful build of ProtoKit, reference 8.0.0 (21ef89), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:02:32 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/moximillian/protokit.git
Reference: 8.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moximillian/protokit
* tag 8.0.0 -> FETCH_HEAD
HEAD is now at 21ef89f Xcode 14.2: Explicit any annotations
Cloned https://github.com/moximillian/protokit.git
Revision (git rev-parse @):
21ef89f7f0fc6400ed73ce2586d8fe5b16cffe42
SUCCESS checkout https://github.com/moximillian/protokit.git at 8.0.0
Fetching https://github.com/devxoul/Then
[1/855] Fetching then
Fetched https://github.com/devxoul/Then from cache (0.75s)
Computing version for https://github.com/devxoul/Then
Computed https://github.com/devxoul/Then at 3.0.0 (3.79s)
Creating working copy for https://github.com/devxoul/Then
Working copy of https://github.com/devxoul/Then resolved at 3.0.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "protokit",
"name": "ProtoKit",
"url": "https://github.com/moximillian/protokit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/protokit",
"traits": [
"default"
],
"dependencies": [
{
"identity": "then",
"name": "Then",
"url": "https://github.com/devxoul/Then",
"version": "3.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Then",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/moximillian/protokit.git
[1/788] Fetching protokit
Fetched https://github.com/moximillian/protokit.git from cache (0.82s)
Fetching https://github.com/devxoul/Then from cache
Fetched https://github.com/devxoul/Then from cache (0.46s)
Computing version for https://github.com/devxoul/Then
Computed https://github.com/devxoul/Then at 3.0.0 (0.51s)
Creating working copy for https://github.com/moximillian/protokit.git
Working copy of https://github.com/moximillian/protokit.git resolved at 8.0.0 (21ef89f)
Creating working copy for https://github.com/devxoul/Then
Working copy of https://github.com/devxoul/Then resolved at 3.0.0
warning: '.resolve-product-dependencies': dependency 'protokit' is not used by any target
Found 1 product dependencies
- Then
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/moximillian/protokit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module Then
[5/5] Compiling Then Then.swift
[6/22] Compiling ProtoKit SwiftUIExtensions.swift
[7/23] Compiling ProtoKit CircleShape.swift
[8/23] Compiling ProtoKit Line.swift
[9/23] Compiling ProtoKit Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoKit/Extensions.swift:107:1: warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
105 |
106 | // UIColor extension for human readable object values
107 | extension UnifiedColor: CustomReflectable {
| |- warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
108 | public var customMirror: Mirror {
109 | var red: CGFloat = 0
[10/23] Compiling ProtoKit Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoKit/Extensions.swift:107:1: warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
105 |
106 | // UIColor extension for human readable object values
107 | extension UnifiedColor: CustomReflectable {
| |- warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
108 | public var customMirror: Mirror {
109 | var red: CGFloat = 0
[11/23] Compiling ProtoKit NotificationService.swift
[12/23] Compiling ProtoKit SegueHandlerType.swift
[13/23] Compiling ProtoKit Instantiable.swift
[14/23] Compiling ProtoKit KVO.swift
[15/23] Compiling ProtoKit AssociatedObjectStore.swift
[16/23] Compiling ProtoKit Closurable.swift
[17/23] Emitting module ProtoKit
/Users/admin/builder/spi-builder-workspace/Sources/ProtoKit/Extensions.swift:107:1: warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
105 |
106 | // UIColor extension for human readable object values
107 | extension UnifiedColor: CustomReflectable {
| |- warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
108 | public var customMirror: Mirror {
109 | var red: CGFloat = 0
[18/23] Compiling ProtoKit Configurable.swift
[19/23] Compiling ProtoKit CoreDataStack.swift
[20/23] Compiling ProtoKit SelfPresentable.swift
[21/23] Compiling ProtoKit Arrow.swift
[22/23] Compiling ProtoKit ProgressText.swift
[23/23] Compiling ProtoKit UnifiedCollection.swift
Build complete! (11.85s)
Build complete.
{
"dependencies" : [
{
"identity" : "then",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devxoul/Then"
}
],
"manifest_display_name" : "ProtoKit",
"name" : "ProtoKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "ProtoKit",
"targets" : [
"ProtoKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProtoKitTests",
"module_type" : "SwiftTarget",
"name" : "ProtoKitTests",
"path" : ".",
"sources" : [
"Tests/ClosurableTests.swift",
"Tests/KVOTests.swift",
"Tests/NotificationServiceTests.swift",
"Tests/SelfPresentableTests.swift",
"Tests/UnifiedCollectionTests.swift"
],
"target_dependencies" : [
"ProtoKit"
],
"type" : "test"
},
{
"c99name" : "ProtoKit",
"module_type" : "SwiftTarget",
"name" : "ProtoKit",
"path" : ".",
"product_dependencies" : [
"Then"
],
"product_memberships" : [
"ProtoKit"
],
"sources" : [
"Sources/ProtoKit/AssociatedObjectStore.swift",
"Sources/ProtoKit/Closurable.swift",
"Sources/ProtoKit/Configurable.swift",
"Sources/ProtoKit/CoreDataStack.swift",
"Sources/ProtoKit/Error.swift",
"Sources/ProtoKit/Extensions.swift",
"Sources/ProtoKit/Instantiable.swift",
"Sources/ProtoKit/KVO.swift",
"Sources/ProtoKit/NotificationService.swift",
"Sources/ProtoKit/SegueHandlerType.swift",
"Sources/ProtoKit/SelfPresentable.swift",
"Sources/ProtoKit/SwiftUI/Arrow.swift",
"Sources/ProtoKit/SwiftUI/CircleShape.swift",
"Sources/ProtoKit/SwiftUI/Line.swift",
"Sources/ProtoKit/SwiftUI/ProgressText.swift",
"Sources/ProtoKit/SwiftUI/SwiftUIExtensions.swift",
"Sources/ProtoKit/UnifiedCollection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.