Build Information
Failed to build GTProgressBar, reference master (bcd31d), with Swift 6.1 for macOS (SPM) on 9 Oct 2025 01:00:00 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/aporat/GTProgressBar.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aporat/GTProgressBar
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bcd31d6 removed cocoapods
Cloned https://github.com/aporat/GTProgressBar.git
Revision (git rev-parse @):
bcd31d6a329b6112163b218ed12ca61d316775cf
SUCCESS checkout https://github.com/aporat/GTProgressBar.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/aporat/GTProgressBar.git
https://github.com/aporat/GTProgressBar.git
{
"dependencies" : [
],
"manifest_display_name" : "GTProgressBar",
"name" : "GTProgressBar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "GTProgressBar",
"targets" : [
"GTProgressBar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GTProgressBar",
"module_type" : "SwiftTarget",
"name" : "GTProgressBar",
"path" : "GTProgressBar",
"product_memberships" : [
"GTProgressBar"
],
"sources" : [
"Classes/FrameCalculator.swift",
"Classes/GTProgressBar.swift",
"Classes/GTProgressBarCornerType.swift",
"Classes/GTProgressBarDirection.swift",
"Classes/GTProgressBarLabelPosition.swift",
"Classes/GTProgressBarOrientation.swift",
"Classes/HorizontalLabelPositionFrameCalculator.swift",
"Classes/UILabelExtensions.swift",
"Classes/UIViewExtensions.swift",
"Classes/VerticalLabelPositionFrameCalculator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/12] Compiling GTProgressBar UIViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[4/13] Compiling GTProgressBar VerticalLabelPositionFrameCalculator.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] Emitting module GTProgressBar
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[6/13] Compiling GTProgressBar FrameCalculator.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[7/13] Compiling GTProgressBar GTProgressBar.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[8/13] Compiling GTProgressBar GTProgressBarLabelPosition.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[9/13] Compiling GTProgressBar GTProgressBarCornerType.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[10/13] Compiling GTProgressBar GTProgressBarOrientation.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[11/13] Compiling GTProgressBar GTProgressBarDirection.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[12/13] Compiling GTProgressBar HorizontalLabelPositionFrameCalculator.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[13/13] Compiling GTProgressBar UILabelExtensions.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
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/GTProgressBar/Info.plist
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/11] Compiling GTProgressBar UIViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[3/12] Compiling GTProgressBar UILabelExtensions.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[4/12] Compiling GTProgressBar GTProgressBarLabelPosition.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/12] Compiling GTProgressBar GTProgressBar.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[6/12] Compiling GTProgressBar GTProgressBarOrientation.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[7/12] Compiling GTProgressBar GTProgressBarDirection.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[8/12] Compiling GTProgressBar GTProgressBarCornerType.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[9/12] Emitting module GTProgressBar
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[10/12] Compiling GTProgressBar HorizontalLabelPositionFrameCalculator.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[11/12] Compiling GTProgressBar FrameCalculator.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[12/12] Compiling GTProgressBar VerticalLabelPositionFrameCalculator.swift
/Users/admin/builder/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
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/GTProgressBar/Info.plist
BUILD FAILURE 6.1 macosSpm