The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DBXCResultParser-Sonar, reference 1.1.4 (19455d), with Swift 6.3 for Wasm on 15 Apr 2026 01:10:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 1.1.4
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
 * tag               1.1.4      -> FETCH_HEAD
HEAD is now at 19455db Added Xcode 16 support (#9)
Cloned https://github.com/dodobrands/DBXCResultParser-Sonar.git
Revision (git rev-parse @):
19455db5eff9e0004223bcff0564f4d9d2da7e39
SUCCESS checkout https://github.com/dodobrands/DBXCResultParser-Sonar.git at 1.1.4
========================================
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-4609320-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/apple/swift-argument-parser.git
Fetching https://github.com/dodobrands/DBXCResultParser
Fetching https://github.com/dodobrands/DBThreadSafe-ios
[1/274] Fetching dbthreadsafe-ios
[275/10366] Fetching dbthreadsafe-ios, xmlcoder
[578/27889] Fetching dbthreadsafe-ios, xmlcoder, swift-argument-parser
[27890/38081] Fetching dbthreadsafe-ios, xmlcoder, swift-argument-parser, dbxcresultparser
Fetched https://github.com/dodobrands/DBThreadSafe-ios from cache (0.70s)
[31896/37807] Fetching xmlcoder, swift-argument-parser, dbxcresultparser
Fetched https://github.com/CoreOffice/XMLCoder from cache (0.71s)
[21906/27715] Fetching swift-argument-parser, dbxcresultparser
Fetched https://github.com/apple/swift-argument-parser.git from cache (14.36s)
Fetched https://github.com/dodobrands/DBXCResultParser from cache (15.16s)
Computing version for https://github.com/CoreOffice/XMLCoder
Computed https://github.com/CoreOffice/XMLCoder at 0.18.1 (17.38s)
Computing version for https://github.com/dodobrands/DBThreadSafe-ios
Computed https://github.com/dodobrands/DBThreadSafe-ios at 2.3.0 (0.31s)
Computing version for https://github.com/dodobrands/DBXCResultParser
Computed https://github.com/dodobrands/DBXCResultParser at 3.1.3 (0.37s)
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.39s)
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/DBXCResultParser
Working copy of https://github.com/dodobrands/DBXCResultParser resolved at 3.1.3
Creating working copy for https://github.com/dodobrands/DBThreadSafe-ios
Working copy of https://github.com/dodobrands/DBThreadSafe-ios resolved at 2.3.0
[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 XMLCoder
[11/75] Emitting module ArgumentParserToolInfo
[12/75] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/77] Wrapping AST for ArgumentParserToolInfo for debugging
[15/122] Compiling ArgumentParser BashCompletionsGenerator.swift
[16/122] Compiling ArgumentParser CompletionsGenerator.swift
[17/122] Compiling ArgumentParser FishCompletionsGenerator.swift
[18/122] Compiling ArgumentParser ZshCompletionsGenerator.swift
[19/122] Compiling ArgumentParser Argument.swift
[20/122] Compiling ArgumentParser ArgumentDiscussion.swift
[21/122] Compiling ArgumentParser ArgumentHelp.swift
[22/122] Compiling DBThreadSafe ThreadSafe.swift
[23/122] 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()
[24/122] Compiling ArgumentParser InputOrigin.swift
[25/122] Compiling ArgumentParser Name.swift
[26/122] Compiling ArgumentParser Parsed.swift
[27/122] Compiling ArgumentParser ParsedValues.swift
[28/122] Compiling ArgumentParser ParserError.swift
[29/122] Compiling ArgumentParser SplitArguments.swift
[30/122] Emitting module DBThreadSafe
[31/122] Compiling DBThreadSafe DBThreadSafeContainer.swift
[32/122] Compiling ArgumentParser ParentCommand.swift
[33/122] Compiling ArgumentParser AsyncParsableCommand.swift
[34/122] Compiling ArgumentParser CommandConfiguration.swift
[35/122] Compiling ArgumentParser CommandGroup.swift
[36/122] Compiling ArgumentParser EnumerableFlag.swift
[37/122] Compiling ArgumentParser ExpressibleByArgument.swift
[38/122] Compiling ArgumentParser ParsableArguments.swift
[39/122] Compiling ArgumentParser ArgumentVisibility.swift
[40/122] Compiling ArgumentParser CompletionKind.swift
[41/122] Compiling ArgumentParser Errors.swift
[42/122] Compiling ArgumentParser Flag.swift
[43/122] Compiling ArgumentParser NameSpecification.swift
[44/122] Compiling ArgumentParser Option.swift
[45/122] Compiling ArgumentParser OptionGroup.swift
[46/122] Compiling ArgumentParser DumpHelpGenerator.swift
[47/122] Compiling ArgumentParser HelpCommand.swift
[48/122] Compiling ArgumentParser HelpGenerator.swift
[49/122] Compiling ArgumentParser MessageInfo.swift
[50/122] Compiling ArgumentParser UsageGenerator.swift
[51/122] Compiling ArgumentParser CollectionExtensions.swift
[52/122] Compiling XMLCoder XMLEncoder.swift
[53/122] Compiling XMLCoder XMLEncoderImplementation.swift
[54/122] Compiling XMLCoder XMLEncodingStorage.swift
[55/122] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[56/122] Compiling XMLCoder XMLReferencingEncoder.swift
[57/122] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[58/122] Compiling ArgumentParser ParsableCommand.swift
[59/122] Compiling ArgumentParser ArgumentDecoder.swift
[60/122] Compiling ArgumentParser ArgumentDefinition.swift
[61/122] Compiling ArgumentParser ArgumentSet.swift
[62/122] Compiling ArgumentParser CommandParser.swift
[63/122] Compiling ArgumentParser InputKey.swift
[64/122] Compiling ArgumentParser Foundation.swift
[65/122] Compiling ArgumentParser Mutex.swift
[66/122] Compiling ArgumentParser Platform.swift
[67/122] Compiling ArgumentParser SequenceExtensions.swift
[68/122] Compiling ArgumentParser StringExtensions.swift
[69/122] Compiling ArgumentParser SwiftExtensions.swift
error: cancelled
BUILD FAILURE 6.3 wasm