Build Information
Successful build of DevelopmentKit, reference Dev (0b1f40), with Swift 6.1 for iOS using Xcode 16.3 on 24 Feb 2026 18:41:57 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DevelopmentKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/milleyin/DevelopmentKit.git
Reference: Dev
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/milleyin/DevelopmentKit
* branch Dev -> FETCH_HEAD
* [new branch] Dev -> origin/Dev
HEAD is now at 0b1f408 Merge pull request #40 from milleyin/0.0.10(2025063)Log(<T>)函数优化
Cloned https://github.com/milleyin/DevelopmentKit.git
Revision (git rev-parse @):
0b1f4086a7c6ab9cb0e240afab335ded2cc1059b
SUCCESS checkout https://github.com/milleyin/DevelopmentKit.git at Dev
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/milleyin/DevelopmentKit.git
https://github.com/milleyin/DevelopmentKit.git
{
"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/Error.swift",
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
DevelopmentKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: DevelopmentKit
{
"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/Error.swift",
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DevelopmentKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DevelopmentKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DevelopmentKit -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
DevelopmentKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'DevelopmentKit' in project 'DevelopmentKit'
➜ Explicit dependency on target 'DevelopmentKit' in project 'DevelopmentKit'
Target 'DevelopmentKit' in project 'DevelopmentKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3749a98642dedb326b9bc86832f17efa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3749a98642dedb326b9bc86832f17efa.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.DependencyMetadataFileList (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.modulemap (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.DependencyStaticMetadataFileList (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.LinkFileList (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit_const_extract_protocols.json (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-OutputFileMap.json (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftConstValuesFileList (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftFileList (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DevelopmentKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.modulemap (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver DevelopmentKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DevelopmentKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DevelopmentKit.swift,\ Date.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/DevelopmentKit.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Ext./Date.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/DevelopmentKit.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Ext./Date.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Error.swift,\ Network.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/Error.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:67:29: warning: capture of 'promise' with non-sendable type '(Result<NetworkType, DevelopmentKit.Network.NetworkError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
promise(.success(.wifi))
^
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:67:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(.success(.wifi))
^
SwiftCompile normal arm64 Compiling\ SysInfo.swift,\ Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/Utilities.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift:51:26: warning: main actor-isolated property 'isBatteryMonitoringEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
UIDevice.current.isBatteryMonitoringEnabled = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:52:61: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isBatteryMonitoringEnabled) BOOL batteryMonitoringEnabled API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos); // default is NO
^
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift:49:24: note: add '@MainActor' to make static method 'getBatteryLevelPublisher(interval:)' part of global actor 'MainActor'
public static func getBatteryLevelPublisher(interval: TimeInterval = 1.0) -> AnyPublisher<Int, SysInfoError> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift:51:18: warning: main actor-isolated class property 'current' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
UIDevice.current.isBatteryMonitoringEnabled = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: mutation of this class property is only permitted within the actor
@property(class, nonatomic, readonly) UIDevice *currentDevice;
^
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift:49:24: note: add '@MainActor' to make static method 'getBatteryLevelPublisher(interval:)' part of global actor 'MainActor'
public static func getBatteryLevelPublisher(interval: TimeInterval = 1.0) -> AnyPublisher<Int, SysInfoError> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift:56:46: warning: main actor-isolated property 'batteryLevel' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let level = UIDevice.current.batteryLevel
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:54:61: note: property declared here
@property(nonatomic,readonly) float batteryLevel API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(tvos); // 0 .. 1.0. -1.0 if UIDeviceBatteryStateUnknown
^
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift:56:38: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let level = UIDevice.current.batteryLevel
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
^
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/SysInfo.swift:269:35: warning: reference to var 'vm_kernel_page_size' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let pageSize = UInt64(vm_kernel_page_size)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/mach/vm_page_size.h:59:25: note: var declared here
extern vm_size_t vm_kernel_page_size __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/API/Utilities.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Double.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Ext./Double.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Ext./Double.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ String.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Ext./String.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Ext./String.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DevelopmentKit (in target 'DevelopmentKit' from project 'DevelopmentKit')
EmitSwiftModule normal arm64 (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/LogLocalManager.swift:69:19: warning: cannot access property 'flushTask' here in nonisolated initializer; this is an error in the Swift 6 language mode
flushTask = Task {
~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/LogLocalManager.swift:69:26: note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
flushTask = Task {
^
SwiftCompile normal arm64 Compiling\ Models.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Models.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Models.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Log.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/Log.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/Log.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NavigationRouter.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/NavigationRouter.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/NavigationRouter.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Ext./UIApplication.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Ext./UIApplication.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LogLocalManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/LogLocalManager.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/LogLocalManager.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/LogLocalManager.swift:69:19: warning: cannot access property 'flushTask' here in nonisolated initializer; this is an error in the Swift 6 language mode
flushTask = Task {
~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DevelopmentKit/Log/LogLocalManager.swift:69:26: note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
flushTask = Task {
^
SwiftDriverJobDiscovery normal arm64 Emitting module for DevelopmentKit (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriver\ Compilation\ Requirements DevelopmentKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DevelopmentKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LogLocalManager.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriverJobDiscovery normal arm64 Compiling Log.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriverJobDiscovery normal arm64 Compiling DevelopmentKit.swift, Date.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriverJobDiscovery normal arm64 Compiling Double.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriverJobDiscovery normal arm64 Compiling Models.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DevelopmentKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-Swift.h (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DevelopmentKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftmodule (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.abi.json (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftdoc (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftsourceinfo (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling String.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriverJobDiscovery normal arm64 Compiling Error.swift, Network.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriverJobDiscovery normal arm64 Compiling UIApplication.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriverJobDiscovery normal arm64 Compiling NavigationRouter.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriverJobDiscovery normal arm64 Compiling SysInfo.swift, Utilities.swift (in target 'DevelopmentKit' from project 'DevelopmentKit')
SwiftDriver\ Compilation DevelopmentKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DevelopmentKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.o normal (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.o
ExtractAppIntentsMetadata (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DevelopmentKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.DevelopmentKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.appintents --target-triple arm64-apple-ios16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/DevelopmentKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DevelopmentKit.build/Debug-iphoneos/DevelopmentKit.build/Objects-normal/arm64/DevelopmentKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-24 10:41:57.198 appintentsmetadataprocessor[752:4327] Starting appintentsmetadataprocessor export
2026-02-24 10:41:57.235 appintentsmetadataprocessor[752:4327] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.o (in target 'DevelopmentKit' from project 'DevelopmentKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DevelopmentKit.o
** BUILD SUCCEEDED **
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/Error.swift",
"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.