The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RichJSONParser, reference 3.0.0 (263e2e), with Swift 6.3 for Wasm on 11 Apr 2026 15:56:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/omochi/RichJSONParser.git
Reference: 3.0.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/omochi/RichJSONParser
 * tag               3.0.0      -> FETCH_HEAD
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 3.0.0
========================================
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-3":/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] Emitting module RichJSONParser
[4/20] Compiling RichJSONParser ParsedJSON.swift
[5/20] Compiling RichJSONParser SourceLocation.swift
[6/20] Compiling RichJSONParser UTF8Decoder.swift
[7/20] Compiling RichJSONParser UTF8Reader.swift
[8/20] Compiling RichJSONParser JSONDictionary.swift
[9/20] Compiling RichJSONParser JSONParser.swift
[10/20] Compiling RichJSONParser JSONToken.swift
[11/20] Compiling RichJSONParser JSONTokenizer.swift
[12/20] Compiling RichJSONParser FormatExtension.swift
[13/20] Compiling RichJSONParser JSON.swift
[14/20] Compiling RichJSONParser Characters.swift
[15/20] Compiling RichJSONParser DecodedUnicodeChar.swift
[16/20] Compiling RichJSONParser FastJSONParser.swift
[17/20] Compiling RichJSONParser JSONSerializer.swift
[18/20] Compiling RichJSONParser JSONStringEscape.swift
[19/20] 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>
[20/20] 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>
Build complete! (8.42s)
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.