The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YYJSON, reference main (651437), with Swift 6.3 for Android on 18 Apr 2026 11:15:41 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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/swift-yyjson.git
Reference: main
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/mattt/swift-yyjson
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6514373 Add encoding / serialization option to write infinity and NaN as null (#18)
Cloned https://github.com/mattt/swift-yyjson.git
Revision (git rev-parse @):
6514373242de8a0765556dc54efdfd8a9567d71a
SUCCESS checkout https://github.com/mattt/swift-yyjson.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mattt/swift-yyjson.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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/3] Write sources
[1/3] Compiling Cyyjson yyjson.c
[2/3] Write swift-version--4F562202D5529B1.txt
[4/11] Compiling YYJSON Helpers.swift
[5/12] Compiling YYJSON Value.swift
[6/12] Compiling YYJSON Error.swift
[7/12] Compiling YYJSON Serialization.swift
[8/12] Compiling YYJSON CodingKeys.swift
[9/12] Compiling YYJSON Configuration.swift
[10/12] Emitting module YYJSON
[11/12] Compiling YYJSON Decoder.swift
[12/12] Compiling YYJSON Encoder.swift
Build complete! (15.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YYJSON",
  "name" : "YYJSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "YYJSON",
      "targets" : [
        "YYJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YYJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "YYJSONTests",
      "path" : "Tests/YYJSONTests",
      "sources" : [
        "ConfigurationTests.swift",
        "DecoderTests.swift",
        "EdgeCaseTests.swift",
        "EncoderTests.swift",
        "ErrorTests.swift",
        "SerializationTests.swift",
        "ValueTests.swift",
        "YYJSONTests.swift"
      ],
      "target_dependencies" : [
        "YYJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YYJSON",
      "module_type" : "SwiftTarget",
      "name" : "YYJSON",
      "path" : "Sources/YYJSON",
      "product_memberships" : [
        "YYJSON"
      ],
      "sources" : [
        "CodingKeys.swift",
        "Configuration.swift",
        "Decoder.swift",
        "Encoder.swift",
        "Error.swift",
        "Helpers.swift",
        "Serialization.swift",
        "Value.swift"
      ],
      "target_dependencies" : [
        "Cyyjson"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cyyjson",
      "module_type" : "ClangTarget",
      "name" : "Cyyjson",
      "path" : "Sources/Cyyjson",
      "product_memberships" : [
        "YYJSON"
      ],
      "sources" : [
        "yyjson.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.