Build Information
Successful build of SwiftKit, reference 0.1.0 (a3d9d7), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 18:27:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xtzPioneer/SwiftKit.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xtzPioneer/SwiftKit
* tag 0.1.0 -> FETCH_HEAD
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 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/xtzPioneer/SwiftKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/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 | /// 初始化
[4/8] Compiling SwiftKit PublishedObject.swift
[5/8] Compiling SwiftKit FrameReader.swift
[6/8] Compiling SwiftKit Array+FilterDuplicates.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 Encodable+JSONString.swift
Build complete! (7.35s)
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.