Build Information
Successful build of DialKit, reference main (b44afc), with Swift 6.0 for macOS (SPM) on 29 Mar 2026 08:21:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikelikesdesign/dialkit-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikelikesdesign/dialkit-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b44afc4 Expand UIKit README guidance
Cloned https://github.com/mikelikesdesign/dialkit-ios.git
Revision (git rev-parse @):
b44afc4d1a4d9e64dcdce5b84862b4b21b7892e4
SUCCESS checkout https://github.com/mikelikesdesign/dialkit-ios.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mikelikesdesign/dialkit-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/8] Compiling DialKitCore DialStore.swift
[5/8] Compiling DialKitCore DialControl.swift
[6/8] Emitting module DialKitCore
[7/8] Compiling DialKitCore DialTypes.swift
[8/8] Compiling DialKitCore DialPanelState.swift
[9/12] Compiling DialKit DialRoot.swift
[10/12] Compiling DialKit DialKit.swift
[11/12] Emitting module DialKit
[12/12] Compiling DialKit DialPanelView.swift
Build complete! (9.77s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DialKit",
"name" : "DialKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DialKit",
"targets" : [
"DialKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DialKitTests",
"module_type" : "SwiftTarget",
"name" : "DialKitTests",
"path" : "Tests/DialKitTests",
"sources" : [
"DialKitTests.swift"
],
"target_dependencies" : [
"DialKit"
],
"type" : "test"
},
{
"c99name" : "DialKitCoreTests",
"module_type" : "SwiftTarget",
"name" : "DialKitCoreTests",
"path" : "Tests/DialKitCoreTests",
"sources" : [
"DialKitCoreTests.swift"
],
"target_dependencies" : [
"DialKitCore"
],
"type" : "test"
},
{
"c99name" : "DialKitCore",
"module_type" : "SwiftTarget",
"name" : "DialKitCore",
"path" : "Sources/DialKitCore",
"product_memberships" : [
"DialKit"
],
"sources" : [
"DialControl.swift",
"DialPanelState.swift",
"DialStore.swift",
"DialTypes.swift"
],
"type" : "library"
},
{
"c99name" : "DialKit",
"module_type" : "SwiftTarget",
"name" : "DialKit",
"path" : "Sources/DialKit",
"product_memberships" : [
"DialKit"
],
"sources" : [
"DialKit.swift",
"DialPanelView.swift",
"DialRoot.swift"
],
"target_dependencies" : [
"DialKitCore"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.