The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YYJsonEncoder, reference 0.1.0 (253aec), with Swift 6.1 for Wasm on 10 Dec 2025 07:09:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/santalvarez/YYJsonEncoder.git
Reference: 0.1.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/santalvarez/YYJsonEncoder
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 253aecb cleanup
Cloned https://github.com/santalvarez/YYJsonEncoder.git
Revision (git rev-parse @):
253aecbdc406b7818cba6453c0c4b7a1e94161f8
SUCCESS checkout https://github.com/santalvarez/YYJsonEncoder.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/santalvarez/YYJsonEncoder.git
https://github.com/santalvarez/YYJsonEncoder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YYJsonEncoder",
  "name" : "YYJsonEncoder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "YYJsonEncoder",
      "targets" : [
        "YYJsonEncoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YYJsonEncoderTests",
      "module_type" : "SwiftTarget",
      "name" : "YYJsonEncoderTests",
      "path" : "Tests/YYJsonEncoderTests",
      "sources" : [
        "YYJsonEncoderTests.swift"
      ],
      "target_dependencies" : [
        "YYJsonEncoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YYJsonEncoder",
      "module_type" : "SwiftTarget",
      "name" : "YYJsonEncoder",
      "path" : "Sources/YYJsonEncoder",
      "product_memberships" : [
        "YYJsonEncoder"
      ],
      "sources" : [
        "YYJsonEncoder.swift"
      ],
      "target_dependencies" : [
        "CYYJsonEncoder"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CYYJsonEncoder",
      "module_type" : "ClangTarget",
      "name" : "CYYJsonEncoder",
      "path" : "Sources/CYYJsonEncoder",
      "product_memberships" : [
        "YYJsonEncoder"
      ],
      "sources" : [
        "yyjson.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/3] Write sources
[1/3] Compiling CYYJsonEncoder yyjson.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module YYJsonEncoder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/5] Compiling YYJsonEncoder YYJsonEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (29.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YYJsonEncoder",
  "name" : "YYJsonEncoder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "YYJsonEncoder",
      "targets" : [
        "YYJsonEncoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YYJsonEncoderTests",
      "module_type" : "SwiftTarget",
      "name" : "YYJsonEncoderTests",
      "path" : "Tests/YYJsonEncoderTests",
      "sources" : [
        "YYJsonEncoderTests.swift"
      ],
      "target_dependencies" : [
        "YYJsonEncoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YYJsonEncoder",
      "module_type" : "SwiftTarget",
      "name" : "YYJsonEncoder",
      "path" : "Sources/YYJsonEncoder",
      "product_memberships" : [
        "YYJsonEncoder"
      ],
      "sources" : [
        "YYJsonEncoder.swift"
      ],
      "target_dependencies" : [
        "CYYJsonEncoder"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CYYJsonEncoder",
      "module_type" : "ClangTarget",
      "name" : "CYYJsonEncoder",
      "path" : "Sources/CYYJsonEncoder",
      "product_memberships" : [
        "YYJsonEncoder"
      ],
      "sources" : [
        "yyjson.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.