Build Information
Successful build of SwiftKit, reference main (a3d9d7), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 06:09:04 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/xtzPioneer/SwiftKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xtzPioneer/SwiftKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a3d9d70 向下兼容
Cloned https://github.com/xtzPioneer/SwiftKit.git
Revision (git rev-parse @):
a3d9d704b264fb55b2acab3505f56ede766cdfd8
SUCCESS checkout https://github.com/xtzPioneer/SwiftKit.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftkit",
"name": "SwiftKit",
"url": "https://github.com/xtzPioneer/SwiftKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/xtzPioneer/SwiftKit.git
[1/42] Fetching swiftkit
Fetched https://github.com/xtzPioneer/SwiftKit.git from cache (0.64s)
Creating working copy for https://github.com/xtzPioneer/SwiftKit.git
Working copy of https://github.com/xtzPioneer/SwiftKit.git resolved at main (a3d9d70)
warning: '.resolve-product-dependencies': dependency 'swiftkit' 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/xtzPioneer/SwiftKit.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/8] Compiling SwiftKit Array+FilterDuplicates.swift
[4/8] Emitting module SwiftKit
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKit/Array/Array+Codable.swift:10: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
8 | import Foundation
9 |
10 | 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
11 |
12 | /// 初始化
[5/8] Compiling SwiftKit FrameReader.swift
[6/8] Compiling SwiftKit Encodable+JSONString.swift
[7/8] Compiling SwiftKit Array+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKit/Array/Array+Codable.swift:10: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
8 | import Foundation
9 |
10 | 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
11 |
12 | /// 初始化
[8/8] Compiling SwiftKit PublishedObject.swift
Build complete! (8.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftKit",
"name" : "SwiftKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftKit",
"targets" : [
"SwiftKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftKitTests",
"module_type" : "SwiftTarget",
"name" : "SwiftKitTests",
"path" : "Tests/SwiftKitTests",
"sources" : [
"SwiftKitTests.swift"
],
"target_dependencies" : [
"SwiftKit"
],
"type" : "test"
},
{
"c99name" : "SwiftKit",
"module_type" : "SwiftTarget",
"name" : "SwiftKit",
"path" : "Sources/SwiftKit",
"product_memberships" : [
"SwiftKit"
],
"sources" : [
"Array/Array+Codable.swift",
"Array/Array+FilterDuplicates.swift",
"Encodable/Encodable+JSONString.swift",
"PropertyWrapper/PublishedObject.swift",
"ViewModifier/FrameReader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.