The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RichJSONParser, reference 3.0.0 (263e2e), with Swift 6.2 for Android on 18 Jun 2025 14:10:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/omochi/RichJSONParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/18] Emitting module RichJSONParser
[4/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>
[5/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>
[6/20] Compiling RichJSONParser UTF8Decoder.swift
[7/20] Compiling RichJSONParser UTF8Reader.swift
[8/20] Compiling RichJSONParser ParsedJSON.swift
[9/20] Compiling RichJSONParser SourceLocation.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 JSONDictionary.swift
[15/20] Compiling RichJSONParser JSONParser.swift
[16/20] Compiling RichJSONParser Characters.swift
[17/20] Compiling RichJSONParser DecodedUnicodeChar.swift
[18/20] Compiling RichJSONParser FastJSONParser.swift
[19/20] Compiling RichJSONParser JSONSerializer.swift
[20/20] Compiling RichJSONParser JSONStringEscape.swift
Build complete! (17.40s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.