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 JSEN, reference main (d5868d), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:45:31 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/rogerluan/JSEN.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rogerluan/JSEN
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d5868d3 Run workflow on the main branch.
Cloned https://github.com/rogerluan/JSEN.git
Revision (git rev-parse @):
d5868d3d7651c8ba2c0ac4a1935d9d134cb9aeb8
SUCCESS checkout https://github.com/rogerluan/JSEN.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rogerluan/JSEN.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling JSEN JSEN.swift
[4/9] Compiling JSEN JSEN+KeyPath.swift
[5/9] Emitting module JSEN
[6/9] Compiling JSEN JSEN+Codable.swift
[7/9] Compiling JSEN KeyPath.swift
[8/9] Compiling JSEN JSEN+SyntacticSugar.swift
[9/9] Compiling JSEN JSENRepresentable.swift
Build complete! (3.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSEN",
  "name" : "JSEN",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSEN",
      "targets" : [
        "JSEN"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSENTests",
      "module_type" : "SwiftTarget",
      "name" : "JSENTests",
      "path" : "Tests",
      "sources" : [
        "JSENCodableTests.swift",
        "JSENKeyPathTests.swift",
        "JSENRepresentableTests.swift",
        "JSENSyntacticSugarTests.swift",
        "JSENTests.swift",
        "KeyPathTests.swift"
      ],
      "target_dependencies" : [
        "JSEN"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSEN",
      "module_type" : "SwiftTarget",
      "name" : "JSEN",
      "path" : "Sources",
      "product_memberships" : [
        "JSEN"
      ],
      "sources" : [
        "JSEN+Codable.swift",
        "JSEN+KeyPath.swift",
        "JSEN+SyntacticSugar.swift",
        "JSEN.swift",
        "JSENRepresentable.swift",
        "KeyPath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.