Build Information
Failed to build Swipy, reference 1.2.1 (1a4309), with Swift 6.1 for macOS (SPM) on 6 Dec 2025 23:56:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rohanrhu/Swipy.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rohanrhu/Swipy
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 1a4309a Fix iOS 26 issue [BUG] Not working with scrollview in iOS 26 Fixes #4
Cloned https://github.com/rohanrhu/Swipy.git
Revision (git rev-parse @):
1a4309ab7eaa2890e8240133c9126708a7cd71d6
SUCCESS checkout https://github.com/rohanrhu/Swipy.git at 1.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rohanrhu/Swipy.git
https://github.com/rohanrhu/Swipy.git
{
"dependencies" : [
],
"manifest_display_name" : "Swipy",
"name" : "Swipy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Swipy",
"targets" : [
"Swipy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "Swipy",
"module_type" : "SwiftTarget",
"name" : "Swipy",
"path" : "Swipy",
"product_memberships" : [
"Swipy"
],
"sources" : [
"Swipy.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module Swipy
/Users/admin/builder/spi-builder-workspace/Swipy/Swipy.swift:14:8: error: no such module 'UIKit'
12 |
13 | import SwiftUI
14 | import UIKit
| `- error: no such module 'UIKit'
15 |
16 | public struct SwipyHorizontalMargin: Sendable {
[4/4] Compiling Swipy Swipy.swift
/Users/admin/builder/spi-builder-workspace/Swipy/Swipy.swift:14:8: error: no such module 'UIKit'
12 |
13 | import SwiftUI
14 | import UIKit
| `- error: no such module 'UIKit'
15 |
16 | public struct SwipyHorizontalMargin: Sendable {
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module Swipy
/Users/admin/builder/spi-builder-workspace/Swipy/Swipy.swift:14:8: error: no such module 'UIKit'
12 |
13 | import SwiftUI
14 | import UIKit
| `- error: no such module 'UIKit'
15 |
16 | public struct SwipyHorizontalMargin: Sendable {
[3/3] Compiling Swipy Swipy.swift
/Users/admin/builder/spi-builder-workspace/Swipy/Swipy.swift:14:8: error: no such module 'UIKit'
12 |
13 | import SwiftUI
14 | import UIKit
| `- error: no such module 'UIKit'
15 |
16 | public struct SwipyHorizontalMargin: Sendable {
BUILD FAILURE 6.1 macosSpm