Build Information
Failed to build ShakeFeedbackKit, reference main (771039), with Swift 6.1 for macOS (SPM) on 3 Aug 2025 12:59:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AAALI/ShakeFeedbackKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AAALI/ShakeFeedbackKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7710399 docs: simplify color palette to 3 options (red/blue pens, yellow highlighter)
Cloned https://github.com/AAALI/ShakeFeedbackKit.git
Revision (git rev-parse @):
7710399cbc5d9a970041475d5723c0c704d61c10
SUCCESS checkout https://github.com/AAALI/ShakeFeedbackKit.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",
"dependencies": [
{
"identity": "shakefeedbackkit",
"name": "ShakeFeedbackKit",
"url": "https://github.com/AAALI/ShakeFeedbackKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShakeFeedbackKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/AAALI/ShakeFeedbackKit.git
[1/74] Fetching shakefeedbackkit
Fetched https://github.com/AAALI/ShakeFeedbackKit.git from cache (0.64s)
Creating working copy for https://github.com/AAALI/ShakeFeedbackKit.git
Working copy of https://github.com/AAALI/ShakeFeedbackKit.git resolved at main (7710399)
warning: '.resolve-product-dependencies': dependency 'shakefeedbackkit' 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/AAALI/ShakeFeedbackKit.git
https://github.com/AAALI/ShakeFeedbackKit.git
{
"dependencies" : [
],
"manifest_display_name" : "ShakeFeedbackKit",
"name" : "ShakeFeedbackKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ShakeFeedbackKit",
"targets" : [
"ShakeFeedbackKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShakeFeedbackKit",
"module_type" : "SwiftTarget",
"name" : "ShakeFeedbackKit",
"path" : "Sources/ShakeFeedbackKit",
"product_memberships" : [
"ShakeFeedbackKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/Resources/placeholder.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FeedbackComposer.swift",
"JiraClient.swift",
"ShakeEventObserver.swift",
"ShakeFeedback.swift",
"ShakeWindow.swift",
"WindowHelpers.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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/3] Write sources
[1/3] Copying placeholder.txt
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/11] Compiling ShakeFeedbackKit resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[5/11] Compiling ShakeFeedbackKit WindowHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[6/11] Compiling ShakeFeedbackKit ShakeEventObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[7/11] Compiling ShakeFeedbackKit JiraClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[8/11] Compiling ShakeFeedbackKit ShakeWindow.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[9/11] Compiling ShakeFeedbackKit ShakeFeedback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/11] Emitting module ShakeFeedbackKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[11/11] Compiling ShakeFeedbackKit FeedbackComposer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
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/9] Compiling ShakeFeedbackKit WindowHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[3/9] Compiling ShakeFeedbackKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[4/9] Compiling ShakeFeedbackKit ShakeEventObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[5/9] Compiling ShakeFeedbackKit ShakeWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module ShakeFeedbackKit
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[7/9] Compiling ShakeFeedbackKit ShakeFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[8/9] Compiling ShakeFeedbackKit JiraClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[9/9] Compiling ShakeFeedbackKit FeedbackComposer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
BUILD FAILURE 6.1 macosSpm