Build Information
Failed to build Masonry, reference v1.2.3 (5fdcab), with Swift 6.1 for Wasm on 25 Jul 2025 05:49:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cntrump/Masonry.git
Reference: v1.2.3
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/cntrump/Masonry
* tag v1.2.3 -> FETCH_HEAD
HEAD is now at 5fdcabd Add keyboardLayoutGuide support
Cloned https://github.com/cntrump/Masonry.git
Revision (git rev-parse @):
5fdcabdee48986e6fbbf0267d941173ef41095b9
SUCCESS checkout https://github.com/cntrump/Masonry.git at v1.2.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/cntrump/Masonry.git
https://github.com/cntrump/Masonry.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Masonry",
"name" : "Masonry",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Masonry",
"targets" : [
"Masonry"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Masonry",
"module_type" : "ClangTarget",
"name" : "Masonry",
"path" : ".",
"product_memberships" : [
"Masonry"
],
"sources" : [
"Masonry/LayoutGuide+MASAdditions.m",
"Masonry/LayoutGuide+MASShorthandAdditions.m",
"Masonry/MASCompositeConstraint.m",
"Masonry/MASConstraint.m",
"Masonry/MASConstraintMaker.m",
"Masonry/MASLayoutConstraint.m",
"Masonry/MASUtilities.m",
"Masonry/MASViewAttribute.m",
"Masonry/MASViewConstraint.m",
"Masonry/NSArray+MASAdditions.m",
"Masonry/NSArray+MASShorthandAdditions.m",
"Masonry/NSLayoutConstraint+MASDebugAdditions.m",
"Masonry/UIScrollView+MASAdditions.m",
"Masonry/View+MASAdditions.m",
"Masonry/View+MASShorthandAdditions.m",
"Masonry/ViewController+MASAdditions.m"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Masonry/MASViewAttribute.m:9:
In file included from /host/spi-builder-workspace/Masonry/MASViewAttribute.h:9:
/host/spi-builder-workspace/Masonry/MASUtilities.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/16] Compiling MASViewAttribute.m
[0/16] Compiling ViewController+MASAdditions.m
In file included from /host/spi-builder-workspace/Masonry/MASCompositeConstraint.m:9:
In file included from /host/spi-builder-workspace/Masonry/MASCompositeConstraint.h:9:
In file included from /host/spi-builder-workspace/Masonry/MASConstraint.h:9:
/host/spi-builder-workspace/Masonry/MASUtilities.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/16] Compiling MASCompositeConstraint.m
In file included from /host/spi-builder-workspace/Masonry/LayoutGuide+MASShorthandAdditions.m:9:
In file included from /host/spi-builder-workspace/Masonry/LayoutGuide+MASShorthandAdditions.h:9:
In file included from /host/spi-builder-workspace/Masonry/LayoutGuide+MASAdditions.h:9:
/host/spi-builder-workspace/Masonry/MASUtilities.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/16] Compiling LayoutGuide+MASShorthandAdditions.m
In file included from /host/spi-builder-workspace/Masonry/MASViewConstraint.m:9:
In file included from /host/spi-builder-workspace/Masonry/MASViewConstraint.h:9:
In file included from /host/spi-builder-workspace/Masonry/MASViewAttribute.h:9:
/host/spi-builder-workspace/Masonry/MASUtilities.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/16] Compiling MASViewConstraint.m
In file included from /host/spi-builder-workspace/Masonry/MASConstraintMaker.m:9:
In file included from /host/spi-builder-workspace/Masonry/MASConstraintMaker.h:9:
In file included from /host/spi-builder-workspace/Masonry/MASConstraint.h:9:
/host/spi-builder-workspace/Masonry/MASUtilities.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation[0/16] Compiling MASConstraintMaker.m
[0/16] Compiling View+MASAdditions.m
In file included from /host/spi-builder-workspace/Masonry/MASConstraint.m:8:
In file included from /host/spi-builder-workspace/Masonry/MASConstraint.h:9:
/host/spi-builder-workspace/Masonry/MASUtilities.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/16] Compiling MASConstraint.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Masonry/ViewController+MASAdditions.m:9:
In file included from /host/spi-builder-workspace/Masonry/ViewController+MASAdditions.h:9:
/host/spi-builder-workspace/Masonry/MASUtilities.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/16] Compiling ViewController+MASAdditions.m
[0/16] Compiling MASViewConstraint.m
[0/16] Compiling NSArray+MASAdditions.m
[0/16] Compiling NSLayoutConstraint+MASDebugAdditions.m
[0/16] Compiling UIScrollView+MASAdditions.m
[0/16] Compiling NSArray+MASShorthandAdditions.m
[0/16] Compiling View+MASShorthandAdditions.m
[0/16] Compiling View+MASAdditions.m
BUILD FAILURE 6.1 wasm