Build Information
Failed to build Rye with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.39.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ml-opensource/Rye.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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: 5.9
Building package at path: $workDir
https://github.com/ml-opensource/Rye.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/6] Emitting module Rye
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[2/6] Compiling Rye RyeDefaultView.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[3/6] Compiling Rye RyeType+Configuration.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[4/6] Compiling Rye RyeViewController.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[5/6] Compiling Rye PassThroughWindow.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[6/6] Compiling Rye RyePresentation.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.9 macosSpm