The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of QuickJSON, reference 1.1.2 (79df0e), with Swift 6.2 (beta) for Android on 21 Jun 2025 17:57:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/tannerdsilva/QuickJSON.git
Reference: 1.1.2
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/tannerdsilva/QuickJSON
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 79df0ef release v1.1.2 fixed memory leak
Cloned https://github.com/tannerdsilva/QuickJSON.git
Revision (git rev-parse @):
79df0ef2f7ce80dfe95a3a5179d10daa0dbf49c7
SUCCESS checkout https://github.com/tannerdsilva/QuickJSON.git at 1.1.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tannerdsilva/QuickJSON.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/ibireme/yyjson.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/7630] Fetching swift-log, yyjson
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
[2163/3794] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (0.79s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.8.0 (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.8.0
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/9] Compiling yyjson.c
[5/9] Compiling Logging Locks.swift
[6/9] Compiling Logging LogHandler.swift
[7/9] Compiling Logging MetadataProvider.swift
[8/9] Emitting module Logging
[9/9] Compiling Logging Logging.swift
[11/23] Compiling QuickJSON encoder.swift
[12/24] Compiling QuickJSON MemoryPool.swift
[13/24] Compiling QuickJSON QuickJSON.swift
[14/24] Emitting module QuickJSON
[15/24] Compiling QuickJSON Decoding.swift
[16/24] Compiling QuickJSON Encoding.swift
[17/24] Compiling QuickJSON extensions.swift
[18/24] Compiling QuickJSON ec_unkeyed.swift
[19/24] Compiling QuickJSON dc_keyed.swift
[20/24] Compiling QuickJSON dc_single.swift
[21/24] Compiling QuickJSON ec_keyed.swift
[22/24] Compiling QuickJSON ec_single.swift
[23/24] Compiling QuickJSON dc_unkeyed.swift
[24/24] Compiling QuickJSON decoder.swift
Build complete! (16.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "0.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ibireme/yyjson.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "QuickJSON",
  "name" : "QuickJSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "QuickJSON",
      "targets" : [
        "QuickJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QuickJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "QuickJSONTests",
      "path" : "Tests/QuickJSONTests",
      "sources" : [
        "QuickJSONTests.swift"
      ],
      "target_dependencies" : [
        "QuickJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QuickJSON",
      "module_type" : "SwiftTarget",
      "name" : "QuickJSON",
      "path" : "Sources/QuickJSON",
      "product_dependencies" : [
        "yyjson",
        "Logging"
      ],
      "product_memberships" : [
        "QuickJSON"
      ],
      "sources" : [
        "Decoding.swift",
        "Encoding.swift",
        "MemoryPool.swift",
        "QuickJSON.swift",
        "decoder/dc_keyed.swift",
        "decoder/dc_single.swift",
        "decoder/dc_unkeyed.swift",
        "decoder/decoder.swift",
        "encoder/ec_keyed.swift",
        "encoder/ec_single.swift",
        "encoder/ec_unkeyed.swift",
        "encoder/encoder.swift",
        "extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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.