Build Information
Failed to build Composed, reference 1.0.33 (75b950), with Swift 6.1 for Wasm on 27 May 2025 18:01:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thread/Composed.git
Reference: 1.0.33
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/thread/Composed
* tag 1.0.33 -> FETCH_HEAD
HEAD is now at 75b9500 Pin Quick and Nimble versions
Cloned https://github.com/thread/Composed.git
Revision (git rev-parse @):
75b9500d2649f65b20ce89df057308056607ef8a
SUCCESS checkout https://github.com/thread/Composed.git at 1.0.33
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/thread/Composed.git
https://github.com/thread/Composed.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "flowlayout",
"requirement" : {
"exact" : [
"1.0.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/shaps80/FlowLayout.git"
},
{
"identity" : "quick",
"requirement" : {
"exact" : [
"2.1.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"exact" : [
"8.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Composed",
"name" : "Composed",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Composed",
"targets" : [
"Composed"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ComposedTests",
"module_type" : "SwiftTarget",
"name" : "ComposedTests",
"path" : "Tests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"AllNewAndImproved.swift",
"Array+Spec.swift",
"Basic+Spec.swift",
"Complex+Spec.swift",
"Composed+Spec.swift",
"Empty+Spec.swift",
"Lifecycle+Spec.swift",
"Managed+Spec.swift",
"SectionProviderDelegate+Spec.swift",
"Sectioned+Spec.swift",
"Segmented+Spec.swift",
"Wrapper+Spec.swift"
],
"target_dependencies" : [
"Composed"
],
"type" : "test"
},
{
"c99name" : "Composed",
"module_type" : "SwiftTarget",
"name" : "Composed",
"path" : "Sources",
"product_dependencies" : [
"FlowLayout"
],
"product_memberships" : [
"Composed"
],
"sources" : [
"Core/DataSources/ArrayDataSource.swift",
"Core/DataSources/BasicDataSource.swift",
"Core/DataSources/ComposedDataSource.swift",
"Core/DataSources/EmbeddingDataSource.swift",
"Core/DataSources/SectionedDataSource.swift",
"Core/DataSources/SegmentedDataSource.swift",
"Core/DataSources/SingleElementDataSource.swift",
"Core/DataStores/ArrayDataStore.swift",
"Core/DataStores/DataStore.swift",
"Core/DataStores/ManagedDataStore.swift",
"Core/DataStores/MutableDataStore.swift",
"Core/DataStores/PhotosDataStore.swift",
"Core/Deprecations.swift",
"Core/Protocols/AggregateDataSource.swift",
"Core/Protocols/CollectionDataSource.swift",
"Core/Protocols/CollectionUIProvidingDataSource.swift",
"Core/Protocols/DataSource+Handlers.swift",
"Core/Protocols/DataSource.swift",
"Core/Protocols/GlobalViewsProvidingDataSource.swift",
"Helpers/CarouselSizingStrategy.swift",
"Helpers/CollectionUISizingStrategy.swift",
"Helpers/ColumnSizingStrategy.swift",
"Helpers/ComposedChangeDetails.swift",
"Helpers/ComposedMappings.swift",
"Helpers/DataSourceChangeSet.swift",
"Helpers/DataSourceHashableWrapper.swift",
"Helpers/NoSizingStrategy.swift",
"Helpers/ReusableViewNibLoadable.swift",
"Views/CollectionUIViewProvider.swift",
"Views/DataSourceCoordinator.swift",
"Views/DataSourceHeaderFooterView.swift",
"Views/DataSourceInvalidationContext.swift",
"Views/DataSourceViewController.swift",
"Views/EmbeddedDataSourceCell.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/shaps80/FlowLayout.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/171] Fetching flowlayout
[172/14926] Fetching flowlayout, quick
[11534/34510] Fetching flowlayout, quick, nimble
Fetched https://github.com/shaps80/FlowLayout.git from cache (0.59s)
Fetched https://github.com/Quick/Quick.git from cache (0.60s)
[14297/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.71s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (2.40s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.1.0 (0.64s)
Computing version for https://github.com/shaps80/FlowLayout.git
Computed https://github.com/shaps80/FlowLayout.git at 1.0.7 (0.78s)
Creating working copy for https://github.com/shaps80/FlowLayout.git
Working copy of https://github.com/shaps80/FlowLayout.git resolved at 1.0.7
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.1.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling FlowLayout FlowLayoutItemAttributes.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[5/13] Compiling FlowLayout Helpers.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[6/13] Compiling FlowLayout FlowLayout.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[7/13] Compiling FlowLayout FlowLayoutInvalidationContext.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[8/13] Compiling FlowLayout FlowLayoutDelegate.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module FlowLayout
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[10/13] Compiling FlowLayout FlowLayout+Backgrounds.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[11/13] Compiling FlowLayout FlowLayout+Types.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[12/13] Compiling FlowLayout Constants.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[13/13] Compiling FlowLayout FlowLayout+Adjustments.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/10] Emitting module FlowLayout
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[3/11] Compiling FlowLayout FlowLayoutItemAttributes.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[4/11] Compiling FlowLayout Helpers.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[5/11] Compiling FlowLayout FlowLayout+Types.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[6/11] Compiling FlowLayout FlowLayoutDelegate.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[7/11] Compiling FlowLayout FlowLayout.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[8/11] Compiling FlowLayout FlowLayoutInvalidationContext.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[9/11] Compiling FlowLayout FlowLayout+Backgrounds.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[10/11] Compiling FlowLayout Constants.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[11/11] Compiling FlowLayout FlowLayout+Adjustments.swift
/host/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
BUILD FAILURE 6.1 wasm