Build Information
Successful build of iModels, reference 0.1.8 (a1c77c), with Swift 6.0 for macOS (SPM) on 7 Feb 2026 08:54:15 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnbalaganD/iModels.git
Reference: 0.1.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnbalaganD/iModels
* tag 0.1.8 -> FETCH_HEAD
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 0.1.8
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/AnbalaganD/iModels.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module iModels
[4/4] Compiling iModels Device.swift
Build complete! (4.80s)
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" : [
"5"
],
"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" : "5.10"
}
Done.