Build Information
Failed to build SoundKit, reference develop (473d89
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 10:01:06 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/lucaswkuipers/SoundKit.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lucaswkuipers/SoundKit
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 473d897 Update README.md
Cloned https://github.com/lucaswkuipers/SoundKit.git
Revision (git rev-parse @):
473d8976a26e3e4ce36ab36ba4fde8ee8354443c
SUCCESS checkout https://github.com/lucaswkuipers/SoundKit.git at develop
========================================
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": "soundkit",
"name": "SoundKit",
"url": "https://github.com/lucaswkuipers/SoundKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SoundKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/lucaswkuipers/SoundKit.git
[1/44] Fetching soundkit
Fetched https://github.com/lucaswkuipers/SoundKit.git from cache (0.69s)
Creating working copy for https://github.com/lucaswkuipers/SoundKit.git
Working copy of https://github.com/lucaswkuipers/SoundKit.git resolved at develop (473d897)
warning: '.resolve-product-dependencies': dependency 'soundkit' 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/lucaswkuipers/SoundKit.git
https://github.com/lucaswkuipers/SoundKit.git
{
"dependencies" : [
],
"manifest_display_name" : "SoundKit",
"name" : "SoundKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SoundKit",
"targets" : [
"SoundKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SoundKitTests",
"module_type" : "SwiftTarget",
"name" : "SoundKitTests",
"path" : "Tests/SoundKitTests",
"sources" : [
"HapticTests.swift",
"SoundTests.swift"
],
"target_dependencies" : [
"SoundKit"
],
"type" : "test"
},
{
"c99name" : "SoundKit",
"module_type" : "SwiftTarget",
"name" : "SoundKit",
"path" : "Sources/SoundKit",
"product_memberships" : [
"SoundKit"
],
"sources" : [
"Extensions/AVAudioSession+setAmbient.swift",
"Extensions/Array+subscript(safe).swift",
"Extensions/String+removing.swift",
"Haptics/Haptic.swift",
"Haptics/HapticPlayer.swift",
"Sound/Sound.swift",
"Sound/SoundPlayer.swift",
"Sound/Sounds/Empty/EmptySound.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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
[3/11] Compiling SoundKit EmptySound.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/11] Compiling SoundKit Array+subscript(safe).swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[5/11] Emitting module SoundKit
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[6/11] Compiling SoundKit Sound.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[7/11] Compiling SoundKit String+removing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[8/11] Compiling SoundKit Haptic.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[9/11] Compiling SoundKit HapticPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[10/11] Compiling SoundKit AVAudioSession+setAmbient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[11/11] Compiling SoundKit SoundPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Sound/Sounds/Empty/empty.mp3
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
[2/10] Compiling SoundKit HapticPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[3/10] Compiling SoundKit Haptic.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Compiling SoundKit Array+subscript(safe).swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[5/10] Compiling SoundKit String+removing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[6/10] Emitting module SoundKit
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[7/10] Compiling SoundKit AVAudioSession+setAmbient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[8/10] Compiling SoundKit SoundPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[9/10] Compiling SoundKit Sound.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
[10/10] Compiling SoundKit EmptySound.swift
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Haptics/Haptic.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public protocol Haptic {
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/SoundKit/Sound/Sounds/Empty/empty.mp3
BUILD FAILURE 6.1 macosSpm