Build Information
Failed to build FlowStack with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnsusek/flowstack.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnsusek/flowstack
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 97a66eb Update README.md
Cloned https://github.com/johnsusek/flowstack.git
Revision (git rev-parse @):
97a66ebe079202316466cabf6578b45d2ec283e8
SUCCESS checkout https://github.com/johnsusek/flowstack.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/johnsusek/flowstack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/4] Emitting module FlowStack
[4/4] Compiling FlowStack FlowStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowStack/FlowStack.swift:33:31: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
31 | }
32 |
33 | public var body : some View {
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
34 | // A GeometryReader is required to size items in the scroll view
35 | GeometryReader { geometry in
BUILD FAILURE 6.0 macosSpm