Build Information
Successful build of DevelopmentKit, reference 0.0.8 (d91c78), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 18:13:39 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/milleyin/DevelopmentKit.git
Reference: 0.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/milleyin/DevelopmentKit
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at d91c789 Merge pull request #36 from milleyin/Dev
Cloned https://github.com/milleyin/DevelopmentKit.git
Revision (git rev-parse @):
d91c789f973b5771510bc8909b3b6e55397122e4
SUCCESS checkout https://github.com/milleyin/DevelopmentKit.git at 0.0.8
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/milleyin/DevelopmentKit.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/14] Compiling DevelopmentKit Log.swift
[4/15] Compiling DevelopmentKit Models.swift
[5/15] Compiling DevelopmentKit String.swift
[6/15] Compiling DevelopmentKit Double.swift
[7/15] Compiling DevelopmentKit UIApplication.swift
[8/15] Compiling DevelopmentKit Date.swift
[9/15] Compiling DevelopmentKit LogLocalManager.swift
[10/15] Compiling DevelopmentKit Utilities.swift
[11/15] Compiling DevelopmentKit DevelopmentKit.swift
[12/15] Emitting module DevelopmentKit
[13/15] Compiling DevelopmentKit Network.swift
[14/15] Compiling DevelopmentKit SysInfo.swift
[15/15] Compiling DevelopmentKit NavigationRouter.swift
Build complete! (9.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DevelopmentKit",
"name" : "DevelopmentKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DevelopmentKit",
"targets" : [
"DevelopmentKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DevelopmentKitTests",
"module_type" : "SwiftTarget",
"name" : "DevelopmentKitTests",
"path" : "Tests",
"sources" : [
"DevelopmentKitTests.swift"
],
"target_dependencies" : [
"DevelopmentKit"
],
"type" : "test"
},
{
"c99name" : "DevelopmentKit",
"module_type" : "SwiftTarget",
"name" : "DevelopmentKit",
"path" : "Sources/DevelopmentKit",
"product_memberships" : [
"DevelopmentKit"
],
"sources" : [
"API/Network.swift",
"API/SysInfo.swift",
"API/Utilities.swift",
"DevelopmentKit.swift",
"Ext./Date.swift",
"Ext./Double.swift",
"Ext./String.swift",
"Ext./UIApplication.swift",
"Log/Log.swift",
"Log/LogLocalManager.swift",
"Models.swift",
"NavigationRouter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.