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 Cserd, reference 0.0.4 (437506), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 09:41:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/swift-serd.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/swift-serd
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at 437506d Remove serdi from module source files.
Cloned https://github.com/kasei/swift-serd.git
Revision (git rev-parse @):
437506d3a0a1e960f7c6fcbf3e51fda84d65c4ec
SUCCESS checkout https://github.com/kasei/swift-serd.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kasei/swift-serd.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Compiling serd byte_source.c
[1/8] Compiling serd env.c
[2/8] Compiling serd string.c
[2/8] Compiling serd uri.c
[2/8] Compiling serd reader.c
[5/8] Compiling serd node.c
[6/8] Compiling serd writer.c
[7/8] Compiling serd n3.c
Build complete! (0.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cserd",
  "name" : "Cserd",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "serd",
      "targets" : [
        "serd"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "serd",
      "module_type" : "ClangTarget",
      "name" : "serd",
      "path" : "Sources/serd",
      "product_memberships" : [
        "serd"
      ],
      "sources" : [
        "byte_source.c",
        "env.c",
        "n3.c",
        "node.c",
        "reader.c",
        "string.c",
        "uri.c",
        "writer.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.