Build Information
Successful build of iModels, reference main (a1c77c), with Swift 6.1 for macOS (SPM) on 14 Feb 2026 05:29:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnbalaganD/iModels.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnbalaganD/iModels
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a1c77ca 1. Minor improvement at Device.swift 2. Update .gitignore file 3. Update Example project build settings 4. Update the version at all the places.
Cloned https://github.com/AnbalaganD/iModels.git
Revision (git rev-parse @):
a1c77ca658d038c19a4185bb271a2f74ee1e32b1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AnbalaganD/iModels.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/AnbalaganD/iModels.git
https://github.com/AnbalaganD/iModels.git
{
"dependencies" : [
],
"manifest_display_name" : "iModels",
"name" : "iModels",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "iModels",
"targets" : [
"iModels"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "iModelsTests",
"module_type" : "SwiftTarget",
"name" : "iModelsTests",
"path" : "Tests/iModelsTests",
"sources" : [
"DeviceTests.swift"
],
"target_dependencies" : [
"iModels"
],
"type" : "test"
},
{
"c99name" : "iModels",
"module_type" : "SwiftTarget",
"name" : "iModels",
"path" : "Sources/iModels",
"product_memberships" : [
"iModels"
],
"sources" : [
"Device.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module iModels
[4/4] Compiling iModels Device.swift
Build complete! (4.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "iModels",
"name" : "iModels",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "iModels",
"targets" : [
"iModels"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "iModelsTests",
"module_type" : "SwiftTarget",
"name" : "iModelsTests",
"path" : "Tests/iModelsTests",
"sources" : [
"DeviceTests.swift"
],
"target_dependencies" : [
"iModels"
],
"type" : "test"
},
{
"c99name" : "iModels",
"module_type" : "SwiftTarget",
"name" : "iModels",
"path" : "Sources/iModels",
"product_memberships" : [
"iModels"
],
"sources" : [
"Device.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.