Build Information
Successful build of HavenDevice, reference main (37946e), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 12:52:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Haven-Apps/HavenDevice.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Haven-Apps/HavenDevice
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 37946eb Create FUNDING.yml
Cloned https://github.com/Haven-Apps/HavenDevice.git
Revision (git rev-parse @):
37946eb28312a83b501d307b30aade4e91beaf15
SUCCESS checkout https://github.com/Haven-Apps/HavenDevice.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "havendevice",
"name": "HavenDevice",
"url": "https://github.com/Haven-Apps/HavenDevice.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HavenDevice",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Haven-Apps/HavenDevice.git
[1/46] Fetching havendevice
Fetched https://github.com/Haven-Apps/HavenDevice.git from cache (0.63s)
Creating working copy for https://github.com/Haven-Apps/HavenDevice.git
Working copy of https://github.com/Haven-Apps/HavenDevice.git resolved at main (37946eb)
warning: '.resolve-product-dependencies': dependency 'havendevice' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Haven-Apps/HavenDevice.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/15] Compiling HavenDevice ModelNames_iPhone.swift
[4/15] Compiling HavenDevice ModelNames_Other.swift
[5/15] Compiling HavenDevice ModelNames_iPad.swift
[6/16] Compiling HavenDevice ModelNames_AppleWatch.swift
[7/16] Compiling HavenDevice ModelNames_AppleTV.swift
[8/16] Compiling HavenDevice ModelNames_Mac.swift
[9/16] Compiling HavenDevice ModelNames_iPodTouch.swift
[10/16] Compiling HavenDevice PlatformHelpers.swift
[11/16] Compiling HavenDevice ModelNames.swift
[12/16] Compiling HavenDevice JailbreakDetector.swift
[13/16] Compiling HavenDevice MachineIdentifier.swift
[14/16] Compiling HavenDevice DeviceFamily.swift
[15/16] Compiling HavenDevice HavenDevice.swift
[16/16] Emitting module HavenDevice
Build complete! (9.42s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HavenDevice",
"name" : "HavenDevice",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "watchos",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
},
{
"name" : "visionos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "HavenDevice",
"targets" : [
"HavenDevice"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HavenDeviceTests",
"module_type" : "SwiftTarget",
"name" : "HavenDeviceTests",
"path" : "Tests/HavenDeviceTests",
"sources" : [
"HavenDeviceTests.swift"
],
"target_dependencies" : [
"HavenDevice"
],
"type" : "test"
},
{
"c99name" : "HavenDevice",
"module_type" : "SwiftTarget",
"name" : "HavenDevice",
"path" : "Sources/HavenDevice",
"product_memberships" : [
"HavenDevice"
],
"sources" : [
"DeviceFamily.swift",
"HavenDevice.swift",
"Helpers/JailbreakDetector.swift",
"Helpers/MachineIdentifier.swift",
"Helpers/PlatformHelpers.swift",
"ModelNames/ModelNames.swift",
"ModelNames/ModelNames_AppleTV.swift",
"ModelNames/ModelNames_AppleWatch.swift",
"ModelNames/ModelNames_Mac.swift",
"ModelNames/ModelNames_Other.swift",
"ModelNames/ModelNames_iPad.swift",
"ModelNames/ModelNames_iPhone.swift",
"ModelNames/ModelNames_iPodTouch.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.