Build Information
Failed to build Composed, reference 1.1.1 (878aed
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:44:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/composed-swift/composed.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/composed-swift/composed
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 878aed8 Merge pull request #18 from composed-swift/improve-composed-section-provider-performance
Cloned https://github.com/composed-swift/composed.git
Revision (git rev-parse @):
878aed8214c376bd807dfc651393e8a73f45fdd3
SUCCESS checkout https://github.com/composed-swift/composed.git at 1.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/composed-swift/composed.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/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
[4/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
[5/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
[6/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
[7/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/14] 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
[9/14] 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
[10/14] 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
[11/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
[12/14] 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
[13/14] 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
[14/14] 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
Fetching https://github.com/quick/nimble
Fetching https://github.com/quick/quick
[1/19584] Fetching nimble
[2/34343] Fetching nimble, quick
Fetched https://github.com/quick/nimble from cache (1.77s)
Fetched https://github.com/quick/quick from cache (1.77s)
Computing version for https://github.com/quick/quick
Computed https://github.com/quick/quick at 2.2.1 (2.30s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 8.1.2 (0.49s)
Creating working copy for https://github.com/quick/quick
Working copy of https://github.com/quick/quick resolved at 2.2.1
Creating working copy for https://github.com/quick/nimble
Working copy of https://github.com/quick/nimble resolved at 8.1.2
BUILD FAILURE 6.2 macosSpm