Build Information
Failed to build Sherpa, reference main (5c7b49
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 12:22:48 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/jellybeansoup/ios-sherpa.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jellybeansoup/ios-sherpa
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5c7b497 Don't remove the view from it's superview unless it's loaded
Cloned https://github.com/jellybeansoup/ios-sherpa.git
Revision (git rev-parse @):
5c7b497507ad7d6c3a301293ab66296add37a235
SUCCESS checkout https://github.com/jellybeansoup/ios-sherpa.git at main
========================================
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": "ios-sherpa",
"name": "Sherpa",
"url": "https://github.com/jellybeansoup/ios-sherpa.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-sherpa",
"dependencies": [
]
}
]
}
Fetching https://github.com/jellybeansoup/ios-sherpa.git
[1/1108] Fetching ios-sherpa
Fetched https://github.com/jellybeansoup/ios-sherpa.git from cache (1.11s)
Creating working copy for https://github.com/jellybeansoup/ios-sherpa.git
Working copy of https://github.com/jellybeansoup/ios-sherpa.git resolved at main (5c7b497)
warning: '.resolve-product-dependencies': dependency 'ios-sherpa' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/jellybeansoup/ios-sherpa.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/11] Compiling Sherpa SherpaViewController.swift
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
[4/11] Compiling Sherpa Section.swift
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
[5/11] Compiling Sherpa Document.swift
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
[6/11] Compiling Sherpa ListViewController.swift
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
[7/11] Compiling Sherpa Feedback.swift
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
[8/11] Compiling Sherpa DataSource.swift
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/11] Emitting module Sherpa
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
[10/11] Compiling Sherpa Article.swift
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
[11/11] Compiling Sherpa ArticleViewController.swift
/Users/admin/builder/spi-builder-workspace/src/Sherpa/ArticleViewController.swift:25:8: error: no such module 'UIKit'
23 | //
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 | import WebKit
27 | import SafariServices
BUILD FAILURE 6.0 macosSpm