Build Information
Failed to build Rye with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.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: 3.1.1
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ml-opensource/Rye
* tag 3.1.1 -> FETCH_HEAD
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 3.1.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "rye",
"name": "Rye",
"url": "https://github.com/ml-opensource/Rye.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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.29s)
Creating working copy for https://github.com/ml-opensource/Rye.git
Working copy of https://github.com/ml-opensource/Rye.git resolved at 3.1.1 (db7bbb1)
warning: '.resolve-product-dependencies': dependency 'rye' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/ml-opensource/Rye.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/8] Compiling Rye RyePresentation.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[4/8] Compiling Rye RyeViewController.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[5/8] Compiling Rye PassThroughWindow.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module Rye
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[7/8] Compiling Rye RyeDefaultView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[8/8] Compiling Rye RyeType+Configuration.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rye/PassThroughWindow.swift:9:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.10 macosSpm