Build Information
Failed to build Composed 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/composed.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/composed-swift/composed
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 929e5b2 Merge pull request #29 from composed-swift/improve-SingleElementSection-performance
Cloned https://github.com/composed-swift/composed.git
Revision (git rev-parse @):
929e5b291a53c90207255ca9afb8e4e5a91847d6
SUCCESS checkout https://github.com/composed-swift/composed.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/composed-swift/composed.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/13] Compiling Composed ManagedSection.swift
/Users/admin/builder/spi-builder-workspace/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
[4/13] Compiling Composed MoveHandler.swift
/Users/admin/builder/spi-builder-workspace/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/13] Compiling Composed SectionProviderMapping.swift
/Users/admin/builder/spi-builder-workspace/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/13] Emitting module Composed
/Users/admin/builder/spi-builder-workspace/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/13] Compiling Composed SegmentedSectionProvider.swift
/Users/admin/builder/spi-builder-workspace/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/13] Compiling Composed ComposedSectionProvider.swift
/Users/admin/builder/spi-builder-workspace/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
[9/13] Compiling Composed SelectionHandler.swift
/Users/admin/builder/spi-builder-workspace/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/13] Compiling Composed ArraySection.swift
/Users/admin/builder/spi-builder-workspace/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/13] Compiling Composed EditingHandler.swift
/Users/admin/builder/spi-builder-workspace/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/13] Compiling Composed Section.swift
/Users/admin/builder/spi-builder-workspace/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/13] Compiling Composed SectionProvider.swift
/Users/admin/builder/spi-builder-workspace/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/14] Compiling Composed SingleElementSection.swift
/Users/admin/builder/spi-builder-workspace/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/quick/nimble
Fetching https://github.com/quick/quick
[1/14549] Fetching quick
[14550/33189] Fetching quick, nimble
Fetched https://github.com/quick/nimble from cache (10.68s)
Fetched https://github.com/quick/quick from cache (10.68s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 8.0.2 (0.73s)
Computing version for https://github.com/quick/quick
Computed https://github.com/quick/quick at 2.1.0 (0.67s)
Creating working copy for https://github.com/quick/quick
Working copy of https://github.com/quick/quick resolved at 2.1.0
Creating working copy for https://github.com/quick/nimble
Working copy of https://github.com/quick/nimble resolved at 8.0.2
BUILD FAILURE 6.0 macosSpm