The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JNI, reference master (a2901c), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 15:41:24 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/pureswift/jni.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pureswift/jni
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a2901c1 Updated for Swift 5.7
Cloned https://github.com/pureswift/jni.git
Revision (git rev-parse @):
a2901c1b7b9f1dad967517b63502174a40f4cc9b
SUCCESS checkout https://github.com/pureswift/jni.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pureswift/jni.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/12] Compiling JNI ValueType.swift
[4/12] Compiling JNI MetaClass.swift
[5/12] Compiling JNI ClassName.swift
[6/12] Emitting module JNI
[7/12] Compiling JNI JNI.swift
[8/12] Compiling JNI Package.swift
[9/12] Compiling JNI MethodSignature.swift
[10/12] Compiling JNI String.swift
[11/12] Compiling JNI Parser.swift
[12/12] Compiling JNI JNIClassNameComponent.swift
Build complete! (3.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JNI",
  "name" : "JNI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JNI",
      "targets" : [
        "JNI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JNI",
      "module_type" : "SwiftTarget",
      "name" : "JNI",
      "path" : "Sources",
      "product_memberships" : [
        "JNI"
      ],
      "sources" : [
        "ClassName.swift",
        "JNI.swift",
        "JNIClassNameComponent.swift",
        "MetaClass.swift",
        "MethodSignature.swift",
        "Package.swift",
        "Parser.swift",
        "String.swift",
        "ValueType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.