Build Information
Failed to build SmartHitTest, reference 2.0.0 (2b7145
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 16:50:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxxfrazer/ARKit-SmartHitTest.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/ARKit-SmartHitTest
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 2b7145d Version 2.0
Cloned https://github.com/maxxfrazer/ARKit-SmartHitTest.git
Revision (git rev-parse @):
2b7145d55ca273f1ec0328783f87e93b9473f9f5
SUCCESS checkout https://github.com/maxxfrazer/ARKit-SmartHitTest.git at 2.0.0
========================================
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",
"dependencies": [
{
"identity": "arkit-smarthittest",
"name": "SmartHitTest",
"url": "https://github.com/maxxfrazer/ARKit-SmartHitTest.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ARKit-SmartHitTest",
"dependencies": [
]
}
]
}
Fetching https://github.com/maxxfrazer/ARKit-SmartHitTest.git
[1/129] Fetching arkit-smarthittest
Fetched https://github.com/maxxfrazer/ARKit-SmartHitTest.git from cache (0.66s)
Creating working copy for https://github.com/maxxfrazer/ARKit-SmartHitTest.git
Working copy of https://github.com/maxxfrazer/ARKit-SmartHitTest.git resolved at 2.0.0 (2b7145d)
warning: '.resolve-product-dependencies': dependency 'arkit-smarthittest' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/maxxfrazer/ARKit-SmartHitTest.git
https://github.com/maxxfrazer/ARKit-SmartHitTest.git
{
"dependencies" : [
],
"manifest_display_name" : "SmartHitTest",
"name" : "SmartHitTest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SmartHitTest",
"targets" : [
"SmartHitTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SmartHitTest",
"module_type" : "SwiftTarget",
"name" : "SmartHitTest",
"path" : "Sources/SmartHitTest",
"product_memberships" : [
"SmartHitTest"
],
"sources" : [
"SmartHitTest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module SmartHitTest
/Users/admin/builder/spi-builder-workspace/Sources/SmartHitTest/SmartHitTest.swift:9:8: error: no such module 'ARKit'
7 | //
8 |
9 | import ARKit
| `- error: no such module 'ARKit'
10 |
11 | /// It's recommended to use either ARSCNView or ARView when using this protocol
[4/4] Compiling SmartHitTest SmartHitTest.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmartHitTest/SmartHitTest.swift:9:8: error: no such module 'ARKit'
7 | //
8 |
9 | import ARKit
| `- error: no such module 'ARKit'
10 |
11 | /// It's recommended to use either ARSCNView or ARView when using this protocol
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module SmartHitTest
/Users/admin/builder/spi-builder-workspace/Sources/SmartHitTest/SmartHitTest.swift:9:8: error: no such module 'ARKit'
7 | //
8 |
9 | import ARKit
| `- error: no such module 'ARKit'
10 |
11 | /// It's recommended to use either ARSCNView or ARView when using this protocol
[3/3] Compiling SmartHitTest SmartHitTest.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmartHitTest/SmartHitTest.swift:9:8: error: no such module 'ARKit'
7 | //
8 |
9 | import ARKit
| `- error: no such module 'ARKit'
10 |
11 | /// It's recommended to use either ARSCNView or ARView when using this protocol
BUILD FAILURE 6.1 macosSpm