Build Information
Successful build of RichJSONParser, reference master (263e2e), with Swift 6.3 for Wasm on 11 Apr 2026 15:56:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/omochi/RichJSONParser.git
Reference: master
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/omochi/RichJSONParser
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 263e2ec Swift5.0
Cloned https://github.com/omochi/RichJSONParser.git
Revision (git rev-parse @):
263e2ecfe88d0500fa99e4cbc8c948529d335534
SUCCESS checkout https://github.com/omochi/RichJSONParser.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/omochi/RichJSONParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/18] Compiling RichJSONParser JSONToken.swift
[4/18] Compiling RichJSONParser JSONTokenizer.swift
[5/18] Compiling RichJSONParser SourceLocationLite.swift
/host/spi-builder-workspace/Sources/RichJSONParser/StaticBuffer.swift:31:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
29 | let newCapacity = capacity * 2
30 | let newMemory = UnsafeMutablePointer<UInt8>.allocate(capacity: newCapacity)
31 | newMemory.assign(from: memory, count: current)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
32 |
33 | self.memory.deallocate()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/18] Compiling RichJSONParser StaticBuffer.swift
/host/spi-builder-workspace/Sources/RichJSONParser/StaticBuffer.swift:31:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
29 | let newCapacity = capacity * 2
30 | let newMemory = UnsafeMutablePointer<UInt8>.allocate(capacity: newCapacity)
31 | newMemory.assign(from: memory, count: current)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(from:count:)' instead
32 |
33 | self.memory.deallocate()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/18] Compiling RichJSONParser FormatExtension.swift
[8/18] Compiling RichJSONParser JSON.swift
[9/18] Compiling RichJSONParser ParsedJSON.swift
[10/18] Compiling RichJSONParser SourceLocation.swift
[11/18] Compiling RichJSONParser JSONSerializer.swift
[12/18] Compiling RichJSONParser JSONStringEscape.swift
[13/18] Compiling RichJSONParser Characters.swift
[14/18] Compiling RichJSONParser DecodedUnicodeChar.swift
[15/18] Compiling RichJSONParser FastJSONParser.swift
[16/18] Emitting module RichJSONParser
[17/18] Compiling RichJSONParser JSONDictionary.swift
[18/18] Compiling RichJSONParser JSONParser.swift
[19/20] Compiling RichJSONParser UTF8Decoder.swift
[20/20] Compiling RichJSONParser UTF8Reader.swift
Build complete! (9.37s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RichJSONParser",
"name" : "RichJSONParser",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RichJSONParser",
"targets" : [
"RichJSONParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RichJSONParserTests",
"module_type" : "SwiftTarget",
"name" : "RichJSONParserTests",
"path" : "Tests/RichJSONParserTests",
"sources" : [
"Support/Resources.swift",
"TestCase/BenchmarkTests.swift",
"TestCase/FastJSONParserTests.swift",
"TestCase/ParserTests.swift",
"TestCase/SerializerTests.swift",
"TestCase/StringEscapeTests.swift",
"TestCase/TokenizerTests.swift",
"TestCase/UTF8ReaderTests.swift"
],
"target_dependencies" : [
"RichJSONParser"
],
"type" : "test"
},
{
"c99name" : "RichJSONParser",
"module_type" : "SwiftTarget",
"name" : "RichJSONParser",
"path" : "Sources/RichJSONParser",
"product_memberships" : [
"RichJSONParser"
],
"sources" : [
"Characters.swift",
"DecodedUnicodeChar.swift",
"FastJSONParser.swift",
"FormatExtension.swift",
"JSON.swift",
"JSONDictionary.swift",
"JSONParser.swift",
"JSONSerializer.swift",
"JSONStringEscape.swift",
"JSONToken.swift",
"JSONTokenizer.swift",
"ParsedJSON.swift",
"SourceLocation.swift",
"SourceLocationLite.swift",
"StaticBuffer.swift",
"UTF8Decoder.swift",
"UTF8Reader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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
Done.