Build Information
Failed to build Reaper, reference main (89847d), with Swift 6.1 for macOS (SPM) on 25 Mar 2026 18:56:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getsentry/Reaper-iOS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getsentry/Reaper-iOS
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 89847d2 chore: pin GitHub Actions to full-length commit SHAs (#26)
Cloned https://github.com/getsentry/Reaper-iOS.git
Revision (git rev-parse @):
89847d2f39cbac55df41ed6070276bdc6c3c5233
SUCCESS checkout https://github.com/getsentry/Reaper-iOS.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/getsentry/Reaper-iOS.git
https://github.com/getsentry/Reaper-iOS.git
{
"dependencies" : [
],
"manifest_display_name" : "Reaper",
"name" : "Reaper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Reaper",
"targets" : [
"Reaper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReaperSwift",
"module_type" : "SwiftTarget",
"name" : "ReaperSwift",
"path" : "Sources/ReaperSwift",
"product_memberships" : [
"Reaper"
],
"sources" : [
"NameFinder.swift"
],
"type" : "library"
},
{
"c99name" : "Reaper",
"module_type" : "ClangTarget",
"name" : "Reaper",
"path" : "Sources/Reaper",
"product_memberships" : [
"Reaper"
],
"sources" : [
"EMGReaper.mm",
"ReaperUIKit.m"
],
"target_dependencies" : [
"ReaperSwift"
],
"type" : "library"
}
],
"tools_version" : "5.7.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/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Compiling ReaperSwift NameFinder.swift
[4/6] Emitting module ReaperSwift
/Users/admin/builder/spi-builder-workspace/Sources/Reaper/ReaperUIKit.m:1:9: fatal error: module 'UIKit' not found
1 | @import UIKit;
| ~~~~~~~^~~~~
1 error generated.
[4/6] Compiling Reaper ReaperUIKit.m
[4/6] Compiling Reaper EMGReaper.mm
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Emitting module ReaperSwift
[3/5] Compiling ReaperSwift NameFinder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Reaper/ReaperUIKit.m:1:9: fatal error: module 'UIKit' not found
1 | @import UIKit;
| ~~~~~~~^~~~~
1 error generated.
[3/5] Compiling Reaper ReaperUIKit.m
[3/5] Compiling Reaper EMGReaper.mm
BUILD FAILURE 6.1 macosSpm