Build Information
Failed to build IBLinter, reference 0.5.0 (d62942
), with Swift 6.1 for Wasm on 28 May 2025 05:33:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBDecodable/IBLinter.git
Reference: 0.5.0
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/IBDecodable/IBLinter
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at d629428 Update CHANGELOG.md
Cloned https://github.com/IBDecodable/IBLinter.git
Revision (git rev-parse @):
d6294281badfe3a655c7db7694ea409041e5d507
SUCCESS checkout https://github.com/IBDecodable/IBLinter.git at 0.5.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/IBDecodable/IBLinter.git
https://github.com/IBDecodable/IBLinter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ibdecodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBDecodable/IBDecodable.git"
},
{
"identity" : "commandant",
"requirement" : {
"range" : [
{
"lower_bound" : "0.17.0",
"upper_bound" : "0.18.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Carthage/Commandant.git"
},
{
"identity" : "sourcekitten",
"requirement" : {
"range" : [
{
"lower_bound" : "0.29.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/SourceKitten.git"
},
{
"identity" : "xcodeprojkit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/phimage/XcodeProjKit.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "IBLinter",
"name" : "IBLinter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "iblinter",
"targets" : [
"IBLinter"
],
"type" : {
"executable" : null
}
},
{
"name" : "IBLinterFrontend",
"targets" : [
"IBLinterFrontend"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "IBLinterKit",
"targets" : [
"IBLinterKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "iblinter-tools",
"targets" : [
"IBLinterTools"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "IBLinterTools",
"module_type" : "SwiftTarget",
"name" : "IBLinterTools",
"path" : "Sources/IBLinterTools",
"product_dependencies" : [
"Commandant"
],
"product_memberships" : [
"iblinter-tools"
],
"sources" : [
"DumpRuleDocument.swift",
"main.swift"
],
"target_dependencies" : [
"IBLinterKit"
],
"type" : "executable"
},
{
"c99name" : "IBLinterKitTest",
"module_type" : "SwiftTarget",
"name" : "IBLinterKitTest",
"path" : "Tests/IBLinterKitTest",
"sources" : [
"ReportersTest.swift",
"RuleTest.swift",
"Rules/AmbiguousViewRuleTests.swift",
"Rules/ColorResourcesRuleTests.swift",
"Rules/CustomClassNameRuleTests.swift",
"Rules/CustomModuleRuleTests.swift",
"Rules/DuplicateConstraintRuleTests.swift",
"Rules/DuplicateIDRuleTests.swift",
"Rules/HidesBottomBarRuleTests.swift",
"Rules/ImageResourcesRuleTests.swift",
"Rules/RelativeToMarginRuleTests.swift",
"Rules/ReuseIdentifierRuleTests.swift",
"Rules/StackViewBackgroundColorRuleTests.swift",
"Rules/UseBaseClassRuleTests.swift",
"Rules/UseTraitCollectionsTests.swift",
"Rules/ViewAsDeviceRuleTests.swift",
"Supports/Context+Mock.swift",
"Supports/Fixture.swift",
"Utils/AssetsCatalogTest.swift",
"Utils/ConfigTest.swift",
"Utils/GlobTests.swift",
"Utils/LintCacheTests.swift",
"Utils/LintablePathsTests.swift",
"ValidatorTest.swift"
],
"target_dependencies" : [
"IBLinterKit"
],
"type" : "test"
},
{
"c99name" : "IBLinterKit",
"module_type" : "SwiftTarget",
"name" : "IBLinterKit",
"path" : "Sources/IBLinterKit",
"product_dependencies" : [
"IBDecodable",
"Commandant",
"SourceKittenFramework",
"XcodeProjKit",
"Crypto"
],
"product_memberships" : [
"iblinter",
"IBLinterFrontend",
"IBLinterKit",
"iblinter-tools"
],
"sources" : [
"Config/Config.swift",
"Config/CustomModuleConfig.swift",
"Config/HidesBottomBarConfig.swift",
"Config/UseBaseClassConfig.swift",
"Config/UseTraitCollectionsConfig.swift",
"Config/ViewAsDeviceConfig.swift",
"Context.swift",
"Entity/AssetsCatalog.swift",
"Extensions/String+md5.swift",
"Extensions/String+xml.swift",
"Reporters/CheckstyleReporter.swift",
"Reporters/CodeClimateReporter.swift",
"Reporters/EmojiReporter.swift",
"Reporters/GitLabJUnitReporter.swift",
"Reporters/JSONReporter.swift",
"Reporters/Reporter.swift",
"Reporters/XcodeReporter.swift",
"Rule.swift",
"Rules/AmbiguousViewRule.swift",
"Rules/ColorResourcesRule.swift",
"Rules/CustomClassNameRule.swift",
"Rules/CustomModuleRule.swift",
"Rules/DuplicateConstraintRule.swift",
"Rules/DuplicateIDRule.swift",
"Rules/ForceToEnableAutoLayoutRule.swift",
"Rules/HidesBottomBarRule.swift",
"Rules/ImageResourcesRule.swift",
"Rules/MisplacedViewRule.swift",
"Rules/RelativeToMarginRule.swift",
"Rules/ReuseIdentifierRule.swift",
"Rules/StackViewBackgroundColorRule.swift",
"Rules/StoryboardControllerId.swift",
"Rules/UseBaseClassRule.swift",
"Rules/UseTraitCollections.swift",
"Rules/ViewAsDeviceRule.swift",
"Utils/Glob.swift",
"Utils/LintCache.swift",
"Utils/ViewName.swift",
"Validator.swift",
"Version.swift",
"Violation.swift"
],
"type" : "library"
},
{
"c99name" : "IBLinterFrontend",
"module_type" : "SwiftTarget",
"name" : "IBLinterFrontend",
"path" : "Sources/IBLinterFrontend",
"product_memberships" : [
"iblinter",
"IBLinterFrontend"
],
"sources" : [
"Commands/ValidateCommand.swift",
"Commands/VersionCommand.swift",
"IBLinter.swift"
],
"target_dependencies" : [
"IBLinterKit"
],
"type" : "library"
},
{
"c99name" : "IBLinter",
"module_type" : "SwiftTarget",
"name" : "IBLinter",
"path" : "Sources/IBLinter",
"product_memberships" : [
"iblinter"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IBLinterFrontend"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/phimage/XcodeProjKit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/IBDecodable/IBDecodable.git
[1/2329] Fetching commandant
[2004/5205] Fetching commandant, ibdecodable
[5206/5643] Fetching commandant, ibdecodable, xcodeprojkit
[5347/21755] Fetching commandant, ibdecodable, xcodeprojkit, sourcekitten
[7900/35691] Fetching commandant, ibdecodable, xcodeprojkit, sourcekitten, swift-crypto
Fetched https://github.com/IBDecodable/IBDecodable.git from cache (0.35s)
[6988/32815] Fetching commandant, xcodeprojkit, sourcekitten, swift-crypto
Fetched https://github.com/phimage/XcodeProjKit.git from cache (1.18s)
[31820/32377] Fetching commandant, sourcekitten, swift-crypto
Fetched https://github.com/Carthage/Commandant.git from cache (1.57s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.59s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.59s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (2.29s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[11805/34339] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.44s)
Fetched https://github.com/Quick/Nimble.git from cache (1.47s)
Computing version for https://github.com/phimage/XcodeProjKit.git
Computed https://github.com/phimage/XcodeProjKit.git at 2.3.0 (3.43s)
Computing version for https://github.com/IBDecodable/IBDecodable.git
Computed https://github.com/IBDecodable/IBDecodable.git at 0.6.1 (1.92s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.16s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.69s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (1.34s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.90s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.63s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/10657] Fetching yams
[6396/26008] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.24s)
Fetched https://github.com/jpsim/Yams.git from cache (1.37s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.89s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.89s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.63s)
Creating working copy for https://github.com/phimage/XcodeProjKit.git
Working copy of https://github.com/phimage/XcodeProjKit.git resolved at 2.3.0
Creating working copy for https://github.com/IBDecodable/IBDecodable.git
Working copy of https://github.com/IBDecodable/IBDecodable.git resolved at 0.6.1
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.17.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/443] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/asn1/a_bitstr.c:65:
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/asn1/../internal.h:134:10: fatal error: 'pthread.h' file not found
134 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[8/443] Compiling a_bitstr.c
[8/443] Compiling asn1_lib.c
[8/443] Compiling a_d2i_fp.c
[8/443] Compiling a_i2d_fp.c
[8/443] Compiling SourceKit SourceKit.c
[8/443] Compiling cpu-ppc64le.c
[8/443] Compiling a_bool.c
[8/443] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/436] Write sources
[5/436] Compiling SourceKit SourceKit.c
[6/436] Compiling writer.c
[7/436] Compiling reader.c
[8/436] Compiling parser.c
[9/436] Compiling api.c
[10/436] Write swift-version-24593BA9C3E375BF.txt
[11/436] Compiling Clang_C Clang_C.c
[12/436] Compiling emitter.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/v3_utl.c:73:
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/x509v3/../internal.h:134:10: fatal error: 'pthread.h' file not found
134 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[13/436] Compiling v3_utl.c
[13/436] Compiling CCryptoBoringSSLShims shims.c
[13/436] Compiling scanner.c
[13/436] Compiling v3_purp.c
[13/436] Compiling v3_skey.c
[13/436] Compiling v3_prn.c
BUILD FAILURE 6.1 wasm