Build Information
Failed to build Rye, reference master (db7bbb
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 14:34:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ml-opensource/Rye.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
BUILD FAILURE 6.2 macosSpm