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 yyjson, reference master (351b5d), with Swift 6.1 for macOS (SPM) on 13 Sep 2025 10:35:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibireme/yyjson.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ibireme/yyjson
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 351b5d7 Merge pull request #234 from TheMode/tcc-patch
Cloned https://github.com/ibireme/yyjson.git
Revision (git rev-parse @):
351b5d7c65ee0ae4f66515ecea41b7273e74dc76
SUCCESS checkout https://github.com/ibireme/yyjson.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "yyjson",
      "name": "yyjson",
      "url": "https://github.com/ibireme/yyjson.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yyjson",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ibireme/yyjson.git
[1/4250] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.45s)
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at master (351b5d7)
warning: '.resolve-product-dependencies': dependency 'yyjson' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ibireme/yyjson.git
https://github.com/ibireme/yyjson.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "yyjson",
  "name" : "yyjson",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "yyjson",
      "targets" : [
        "yyjson"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "yyjson",
      "module_type" : "ClangTarget",
      "name" : "yyjson",
      "path" : ".",
      "product_memberships" : [
        "yyjson"
      ],
      "sources" : [
        "src/yyjson.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/1] Compiling yyjson.c
Build complete! (1.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "yyjson",
  "name" : "yyjson",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "yyjson",
      "targets" : [
        "yyjson"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "yyjson",
      "module_type" : "ClangTarget",
      "name" : "yyjson",
      "path" : ".",
      "product_memberships" : [
        "yyjson"
      ],
      "sources" : [
        "src/yyjson.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.