Build Information
Failed to build Fastis, reference 3.2.0 (1f3380
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 13:12:00 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simla-tech/Fastis.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simla-tech/Fastis
* tag 3.2.0 -> FETCH_HEAD
HEAD is now at 1f33807 Bump version to 3.2.0
Cloned https://github.com/simla-tech/Fastis.git
Revision (git rev-parse @):
1f33807dea8152665415e2ecc78b432eedf59ba6
SUCCESS checkout https://github.com/simla-tech/Fastis.git at 3.2.0
Fetching https://github.com/simla-tech/PrettyCards
Fetching https://github.com/patchthecode/JTAppleCalendar
[1/7779] Fetching jtapplecalendar
[79/8000] Fetching jtapplecalendar, prettycards
Fetched https://github.com/simla-tech/PrettyCards from cache (1.99s)
Fetched https://github.com/patchthecode/JTAppleCalendar from cache (1.99s)
Computing version for https://github.com/patchthecode/JTAppleCalendar
Computed https://github.com/patchthecode/JTAppleCalendar at 8.0.5 (0.66s)
Computing version for https://github.com/simla-tech/PrettyCards
Computed https://github.com/simla-tech/PrettyCards at 1.0.7 (0.62s)
Creating working copy for https://github.com/patchthecode/JTAppleCalendar
Working copy of https://github.com/patchthecode/JTAppleCalendar resolved at 8.0.5
Creating working copy for https://github.com/simla-tech/PrettyCards
Working copy of https://github.com/simla-tech/PrettyCards resolved at 1.0.7
========================================
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": "fastis",
"name": "Fastis",
"url": "https://github.com/simla-tech/Fastis.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fastis",
"dependencies": [
{
"identity": "jtapplecalendar",
"name": "JTAppleCalendar",
"url": "https://github.com/patchthecode/JTAppleCalendar",
"version": "8.0.5",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JTAppleCalendar",
"dependencies": [
]
},
{
"identity": "prettycards",
"name": "PrettyCards",
"url": "https://github.com/simla-tech/PrettyCards",
"version": "1.0.7",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PrettyCards",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/simla-tech/Fastis.git
[1/1215] Fetching fastis
Fetched https://github.com/simla-tech/Fastis.git from cache (1.05s)
Fetching https://github.com/simla-tech/PrettyCards from cache
Fetching https://github.com/patchthecode/JTAppleCalendar from cache
Fetched https://github.com/simla-tech/PrettyCards from cache (0.50s)
Fetched https://github.com/patchthecode/JTAppleCalendar from cache (0.50s)
Computing version for https://github.com/patchthecode/JTAppleCalendar
Computed https://github.com/patchthecode/JTAppleCalendar at 8.0.5 (0.03s)
Computing version for https://github.com/simla-tech/PrettyCards
Computed https://github.com/simla-tech/PrettyCards at 1.0.7 (0.02s)
Creating working copy for https://github.com/simla-tech/Fastis.git
Working copy of https://github.com/simla-tech/Fastis.git resolved at 3.2.0 (1f33807)
Creating working copy for https://github.com/simla-tech/PrettyCards
Working copy of https://github.com/simla-tech/PrettyCards resolved at 1.0.7
Creating working copy for https://github.com/patchthecode/JTAppleCalendar
Working copy of https://github.com/patchthecode/JTAppleCalendar resolved at 8.0.5
warning: '.resolve-product-dependencies': dependency 'fastis' is not used by any target
Found 2 product dependencies
- JTAppleCalendar
- PrettyCards
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/simla-tech/Fastis.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/30] Emitting module PrettyCards
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PrettyCards/Source/Animation.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Card {
[6/30] Compiling PrettyCards Animation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PrettyCards/Source/Animation.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Card {
[7/30] Compiling PrettyCards Shadow.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PrettyCards/Source/Animation.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Card {
[8/30] Compiling PrettyCards Card.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PrettyCards/Source/Animation.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Card {
BUILD FAILURE 6.0 macosSpm