Build Information
Failed to build Rye, reference master (db7bbb
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 02:57:21 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ml-opensource/Rye.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ml-opensource/Rye
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at db7bbb1 Merge pull request #52 from nodes-ios/feature/removeImplicitlyUnwrappedOptionals
Cloned https://github.com/ml-opensource/Rye.git
Revision (git rev-parse @):
db7bbb16dbf7c963a533feed6211a8fc9906b066
SUCCESS checkout https://github.com/ml-opensource/Rye.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",
"dependencies": [
{
"identity": "rye",
"name": "Rye",
"url": "https://github.com/ml-opensource/Rye.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rye",
"dependencies": [
]
}
]
}
Fetching https://github.com/ml-opensource/Rye.git
[1/966] Fetching rye
Fetched https://github.com/ml-opensource/Rye.git from cache (0.94s)
Creating working copy for https://github.com/ml-opensource/Rye.git
Working copy of https://github.com/ml-opensource/Rye.git resolved at master (db7bbb1)
warning: '.resolve-product-dependencies': dependency 'rye' 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/ml-opensource/Rye.git
{
"dependencies" : [
],
"manifest_display_name" : "Rye",
"name" : "Rye",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Rye",
"targets" : [
"Rye"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Rye",
"module_type" : "SwiftTarget",
"name" : "Rye",
"path" : "Sources/Rye",
"product_memberships" : [
"Rye"
],
"sources" : [
"PassThroughWindow.swift",
"RyeDefaultView.swift",
"RyePresentation.swift",
"RyeType+Configuration.swift",
"RyeViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
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 -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--7754E27361AE5C74.txt
[3/8] Compiling Rye RyeViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | class PassThroughWindow: UIWindow {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Compiling Rye RyePresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | class PassThroughWindow: UIWindow {
[5/8] Compiling Rye RyeType+Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | class PassThroughWindow: UIWindow {
[6/8] Compiling Rye PassThroughWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | class PassThroughWindow: UIWindow {
[7/8] Emitting module Rye
/Users/admin/builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | class PassThroughWindow: UIWindow {
[8/8] Compiling Rye RyeDefaultView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | class PassThroughWindow: UIWindow {
BUILD FAILURE 6.0 macosSpm