The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DBXCResultParser-Sonar, reference main (b61d3b), with Swift 6.3 for Wasm on 21 Apr 2026 17:21:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dodobrands/DBXCResultParser-Sonar.git
Reference: main
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/dodobrands/DBXCResultParser-Sonar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b61d3b9 Add notice about Peekie integration (#10)
Cloned https://github.com/dodobrands/DBXCResultParser-Sonar.git
Revision (git rev-parse @):
b61d3b979d46f965e52173896fbe06e6799a7e98
SUCCESS checkout https://github.com/dodobrands/DBXCResultParser-Sonar.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dodobrands/DBXCResultParser-Sonar.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/CoreOffice/XMLCoder
Fetching https://github.com/dodobrands/DBXCResultParser
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/dodobrands/DBThreadSafe-ios
[1/274] Fetching dbthreadsafe-ios
[275/10366] Fetching dbthreadsafe-ios, xmlcoder
[1688/20569] Fetching dbthreadsafe-ios, xmlcoder, dbxcresultparser
Fetched https://github.com/dodobrands/DBThreadSafe-ios from cache (0.36s)
[7083/20295] Fetching xmlcoder, dbxcresultparser
[8602/37719] Fetching xmlcoder, dbxcresultparser, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.15s)
[14990/20295] Fetching xmlcoder, dbxcresultparser
Fetched https://github.com/CoreOffice/XMLCoder from cache (17.36s)
Fetched https://github.com/dodobrands/DBXCResultParser from cache (18.25s)
Computing version for https://github.com/CoreOffice/XMLCoder
Computed https://github.com/CoreOffice/XMLCoder at 0.18.1 (22.91s)
Computing version for https://github.com/dodobrands/DBThreadSafe-ios
Computed https://github.com/dodobrands/DBThreadSafe-ios at 2.3.0 (3.70s)
Computing version for https://github.com/dodobrands/DBXCResultParser
Computed https://github.com/dodobrands/DBXCResultParser at 3.1.3 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.50s)
Creating working copy for https://github.com/CoreOffice/XMLCoder
Working copy of https://github.com/CoreOffice/XMLCoder resolved at 0.18.1
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.7.1
Creating working copy for https://github.com/dodobrands/DBThreadSafe-ios
Working copy of https://github.com/dodobrands/DBThreadSafe-ios resolved at 2.3.0
Creating working copy for https://github.com/dodobrands/DBXCResultParser
Working copy of https://github.com/dodobrands/DBXCResultParser resolved at 3.1.3
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/69] Emitting module DBThreadSafe
[11/69] Emitting module ArgumentParserToolInfo
[12/69] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/70] Wrapping AST for ArgumentParserToolInfo for debugging
[15/116] Compiling DBThreadSafe Lock.swift
/host/spi-builder-workspace/.build/checkouts/DBThreadSafe-ios/Sources/DBThreadSafe/Lock.swift:7:22: error: cannot find 'pthread_rwlock_init' in scope
 5 |
 6 |     init() {
 7 |         precondition(pthread_rwlock_init(lock, nil) == 0, "Failed to initialize the lock")
   |                      `- error: cannot find 'pthread_rwlock_init' in scope
 8 |     }
 9 |
/host/spi-builder-workspace/.build/checkouts/DBThreadSafe-ios/Sources/DBThreadSafe/Lock.swift:7:48: error: 'nil' requires a contextual type
 5 |
 6 |     init() {
 7 |         precondition(pthread_rwlock_init(lock, nil) == 0, "Failed to initialize the lock")
   |                                                `- error: 'nil' requires a contextual type
 8 |     }
 9 |
/host/spi-builder-workspace/.build/checkouts/DBThreadSafe-ios/Sources/DBThreadSafe/Lock.swift:11:9: error: cannot find 'pthread_rwlock_rdlock' in scope
 9 |
10 |     func readLock() {
11 |         pthread_rwlock_rdlock(lock)
   |         `- error: cannot find 'pthread_rwlock_rdlock' in scope
12 |     }
13 |
/host/spi-builder-workspace/.build/checkouts/DBThreadSafe-ios/Sources/DBThreadSafe/Lock.swift:15:9: error: cannot find 'pthread_rwlock_wrlock' in scope
13 |
14 |     func writeLock() {
15 |         pthread_rwlock_wrlock(lock)
   |         `- error: cannot find 'pthread_rwlock_wrlock' in scope
16 |     }
17 |
/host/spi-builder-workspace/.build/checkouts/DBThreadSafe-ios/Sources/DBThreadSafe/Lock.swift:19:9: error: cannot find 'pthread_rwlock_unlock' in scope
17 |
18 |     func unlock() {
19 |         pthread_rwlock_unlock(lock)
   |         `- error: cannot find 'pthread_rwlock_unlock' in scope
20 |     }
21 |
/host/spi-builder-workspace/.build/checkouts/DBThreadSafe-ios/Sources/DBThreadSafe/Lock.swift:23:22: error: cannot find 'pthread_rwlock_destroy' in scope
21 |
22 |     deinit {
23 |         precondition(pthread_rwlock_destroy(lock) == 0, "Failed to destroy the lock")
   |                      `- error: cannot find 'pthread_rwlock_destroy' in scope
24 |
25 |         lock.deallocate()
[16/116] Compiling DBThreadSafe ThreadSafe.swift
[17/116] Compiling DBThreadSafe DBThreadSafeContainer.swift
[18/116] Emitting module XMLCoder
[19/116] Compiling ArgumentParser DumpHelpGenerator.swift
[20/116] Compiling ArgumentParser HelpCommand.swift
[21/116] Compiling ArgumentParser HelpGenerator.swift
[22/116] Compiling ArgumentParser MessageInfo.swift
[23/116] Compiling ArgumentParser UsageGenerator.swift
[24/116] Compiling ArgumentParser CollectionExtensions.swift
[25/116] Compiling ArgumentParser ParentCommand.swift
BUILD FAILURE 6.3 wasm