Build Information
Failed to build ComposedUI 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/composed-swift/composedui.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/composed-swift/composedui
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cc1d8e4 Merge pull request #14 from composed-swift/potential-fix-for-crashes
Cloned https://github.com/composed-swift/composedui.git
Revision (git rev-parse @):
cc1d8e497e43429007ff81ed39a4c39712b62888
SUCCESS checkout https://github.com/composed-swift/composedui.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/composed-swift/composedui.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/14] Compiling Composed ArraySection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[5/15] Compiling Composed SingleElementSection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[6/15] Compiling Composed SegmentedSectionProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[7/15] Compiling Composed ComposedSectionProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[8/15] Compiling Composed SelectionHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/15] Emitting module Composed
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[10/15] Compiling Composed ManagedSection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[11/15] Compiling Composed MoveHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[12/15] Compiling Composed Section.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[13/15] Compiling Composed SectionProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[14/15] Compiling Composed SectionProviderMapping.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
[15/15] Compiling Composed EditingHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/composed/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// A delegate for responding to mapping updates
Fetching https://github.com/composed-swift/composed
[1/2675] Fetching composed
Fetched https://github.com/composed-swift/composed from cache (1.98s)
Computing version for https://github.com/composed-swift/composed
Computed https://github.com/composed-swift/composed at 1.0.4 (0.68s)
Creating working copy for https://github.com/composed-swift/composed
Working copy of https://github.com/composed-swift/composed resolved at 1.0.4
BUILD FAILURE 6.0 macosSpm