Build Information
Failed to build SwipeTabController, reference master (e59a6b), with Swift 6.3 for macOS (SPM) on 30 Apr 2026 15:47:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LittleGreenViper/SwipeTabController.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LittleGreenViper/SwipeTabController
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e59a6b3 Added support for steenkin' batches.
Cloned https://github.com/LittleGreenViper/SwipeTabController.git
Revision (git rev-parse @):
e59a6b35616469cc23f6ff9022e64b2e9d5fbb4e
SUCCESS checkout https://github.com/LittleGreenViper/SwipeTabController.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swipetabcontroller",
"name": "SwipeTabController",
"url": "https://github.com/LittleGreenViper/SwipeTabController.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwipeTabController",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/LittleGreenViper/SwipeTabController.git
[1/780] Fetching swipetabcontroller
Fetched https://github.com/LittleGreenViper/SwipeTabController.git from cache (1.12s)
Creating working copy for https://github.com/LittleGreenViper/SwipeTabController.git
Working copy of https://github.com/LittleGreenViper/SwipeTabController.git resolved at master (e59a6b3)
warning: '.resolve-product-dependencies': dependency 'swipetabcontroller' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/LittleGreenViper/SwipeTabController.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module SwipeTabController
/Users/admin/builder/spi-builder-workspace/Sources/SwipeTabController/LGV_SwipeTabViewController.swift:23:8: error: no such module 'UIKit'
21 | */
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /* ###################################################################################################################################### */
[4/4] Compiling SwipeTabController LGV_SwipeTabViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeTabController/LGV_SwipeTabViewController.swift:23:8: error: no such module 'UIKit'
21 | */
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /* ###################################################################################################################################### */
BUILD FAILURE 6.3 macosSpm