star-light-1

Results 4 comments of star-light-1

Hello, I managed to compile this project on macOS (Apple Silicon) with the following steps. 1. Update `./configure` to allow arm64/aarch64: ``` --- a/configure +++ b/configure @@ -373,7 +373,7 @@...

This still happens on Xcode 15.3 and SwiftGen 6.6.3 @djbe Looks like we're stuck with SwiftGen 6.5.1, which is the last working version, due to https://github.com/SwiftGen/SwiftGen/pull/979

The oldest toolchain I could find in section "Trunk Development (main)" on [swift.org/download](https://www.swift.org/download) is [April 4, 2024](https://download.swift.org/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2024-04-04-a/swift-DEVELOPMENT-SNAPSHOT-2024-04-04-a-osx.pkg), which for me produces the same error shown above. Latest toolchain of the...

This happend using Xcode 15.3 (15E204a)