Build Information
Failed to build Remark, reference v1.7.0 (d3c44b), with Swift 6.3 for Wasm on 19 Apr 2026 15:47:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/Remark.git
Reference: v1.7.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/1amageek/Remark
* tag v1.7.0 -> FETCH_HEAD
HEAD is now at d3c44bb Fix Swift 6.3 sending data race errors in contentCheckStream
Cloned https://github.com/1amageek/Remark.git
Revision (git rev-parse @):
d3c44bb613742b302b311bb65beded482f17c529
SUCCESS checkout https://github.com/1amageek/Remark.git at v1.7.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/1amageek/Remark.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/apple/swift-argument-parser.git
Fetching https://github.com/scinfu/SwiftSoup.git
[1/17529] Fetching swift-argument-parser
[2/23458] Fetching swift-argument-parser, swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.65s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.13s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (3.25s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.79s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write sources
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/71] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/71] Emitting module ArgumentParserToolInfo
[11/72] Wrapping AST for ArgumentParserToolInfo for debugging
[13/118] Compiling SwiftSoup ParseErrorList.swift
[14/118] Compiling SwiftSoup ParseSettings.swift
[15/118] Compiling SwiftSoup Parser.swift
[16/118] Compiling SwiftSoup ParsingStrings.swift
[17/118] Compiling SwiftSoup Pattern.swift
[18/118] Compiling SwiftSoup Profiler.swift
[19/118] Compiling SwiftSoup QueryParser.swift
[20/125] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[21/125] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[22/125] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[23/125] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[24/125] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[25/125] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[26/125] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[27/125] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[28/125] Compiling ArgumentParser CommandConfiguration.swift
[29/125] Compiling ArgumentParser CommandGroup.swift
[30/125] Compiling ArgumentParser EnumerableFlag.swift
[31/125] Compiling ArgumentParser ExpressibleByArgument.swift
[32/125] Compiling ArgumentParser ParsableArguments.swift
[33/125] Compiling ArgumentParser ParsableCommand.swift
[34/125] Compiling ArgumentParser ArgumentDecoder.swift
[35/125] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/125] Compiling ArgumentParser CompletionsGenerator.swift
[37/125] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/125] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/125] Compiling ArgumentParser Argument.swift
[40/125] Compiling ArgumentParser ArgumentDiscussion.swift
[41/125] Compiling ArgumentParser ArgumentHelp.swift
[42/125] Compiling ArgumentParser ArgumentVisibility.swift
[43/125] Compiling ArgumentParser CompletionKind.swift
[44/125] Compiling ArgumentParser Errors.swift
[45/125] Compiling ArgumentParser Flag.swift
[46/125] Compiling ArgumentParser NameSpecification.swift
[47/125] Compiling ArgumentParser Option.swift
[48/125] Compiling ArgumentParser OptionGroup.swift
[49/125] Compiling ArgumentParser ParentCommand.swift
[50/125] Compiling ArgumentParser AsyncParsableCommand.swift
[51/125] Emitting module SwiftSoup
[52/125] Compiling ArgumentParser Foundation.swift
[53/125] Compiling ArgumentParser Mutex.swift
[54/125] Compiling ArgumentParser Platform.swift
[55/125] Compiling ArgumentParser SequenceExtensions.swift
[56/125] Compiling ArgumentParser StringExtensions.swift
[57/125] Compiling ArgumentParser SwiftExtensions.swift
[72/131] Compiling ArgumentParser Tree.swift
[73/131] Compiling ArgumentParser CodingKeyValidator.swift
[74/131] Compiling ArgumentParser NonsenseFlagsValidator.swift
[75/131] Compiling ArgumentParser ParsableArgumentsValidation.swift
[76/131] Compiling ArgumentParser PositionalArgumentsValidator.swift
[77/131] Compiling ArgumentParser UniqueNamesValidator.swift
[78/131] Compiling SwiftSoup TreeBuilder.swift
[79/131] Compiling SwiftSoup UTF8Arrays.swift
[80/131] Compiling SwiftSoup UnicodeScalar.swift
[81/131] Compiling SwiftSoup Validate.swift
[82/131] Compiling SwiftSoup Whitelist.swift
[83/131] Compiling SwiftSoup XmlDeclaration.swift
[84/131] Compiling SwiftSoup XmlTreeBuilder.swift
[92/131] Emitting module ArgumentParser
[93/131] Compiling ArgumentParser InputOrigin.swift
[94/131] Compiling ArgumentParser Name.swift
[95/131] Compiling ArgumentParser Parsed.swift
[96/131] Compiling ArgumentParser ParsedValues.swift
[97/131] Compiling ArgumentParser ParserError.swift
[98/131] Compiling ArgumentParser SplitArguments.swift
[103/131] Compiling ArgumentParser UsageGenerator.swift
[104/131] Compiling ArgumentParser CollectionExtensions.swift
[111/132] Wrapping AST for ArgumentParser for debugging
BUILD FAILURE 6.3 wasm