Build Information
Failed to build SCNViewController with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capnslipp/SCNViewController.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capnslipp/SCNViewController
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c99a4bd Added info to README about build overlays
Cloned https://github.com/capnslipp/SCNViewController.git
Revision (git rev-parse @):
c99a4bd79d6a17faa79abb8cc418050e236cab1f
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/capnslipp/SCNViewController.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/capnslipp/SCNViewController.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module SCNViewController
/Users/admin/builder/spi-builder-workspace/Sources/SCNViewController.swift:5:8: error: no such module 'UIKit'
3 | // @license: Public Domain per The Unlicense. See accompanying LICENSE file or <http://unlicense.org/>.
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import SceneKit
7 | import class AVFoundation.AVAudioEngine
[4/6] Compiling SCNViewController SCNViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SCNViewController.swift:5:8: error: no such module 'UIKit'
3 | // @license: Public Domain per The Unlicense. See accompanying LICENSE file or <http://unlicense.org/>.
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import SceneKit
7 | import class AVFoundation.AVAudioEngine
[5/6] Compiling SCNViewController ViewOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/SCNViewController.swift:5:8: error: no such module 'UIKit'
3 | // @license: Public Domain per The Unlicense. See accompanying LICENSE file or <http://unlicense.org/>.
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import SceneKit
7 | import class AVFoundation.AVAudioEngine
[6/6] Compiling SCNViewController SCNViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SCNViewController.swift:5:8: error: no such module 'UIKit'
3 | // @license: Public Domain per The Unlicense. See accompanying LICENSE file or <http://unlicense.org/>.
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import SceneKit
7 | import class AVFoundation.AVAudioEngine
BUILD FAILURE 6.0 macosSpm