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 JNI, reference master (a2901c), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 12:44:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.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
========================================
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": "jni",
      "name": "JNI",
      "url": "https://github.com/pureswift/jni.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/jni",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/pureswift/jni.git
[1/109] Fetching jni
Fetched https://github.com/pureswift/jni.git from cache (0.69s)
Creating working copy for https://github.com/pureswift/jni.git
Working copy of https://github.com/pureswift/jni.git resolved at master (a2901c1)
warning: '.resolve-product-dependencies': dependency 'jni' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pureswift/jni.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/12] Compiling JNI Parser.swift
[4/12] Compiling JNI Package.swift
[5/12] Compiling JNI MethodSignature.swift
[6/12] Compiling JNI ValueType.swift
[7/12] Compiling JNI JNIClassNameComponent.swift
[8/12] Compiling JNI MetaClass.swift
[9/12] Compiling JNI JNI.swift
[10/12] Compiling JNI String.swift
[11/12] Compiling JNI ClassName.swift
[12/12] Emitting module JNI
Build complete! (10.28s)
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.