Build Information
Successful build of Jar, reference 0.0.2 (df0fd4), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 14:19:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageRepository/Jar.swift.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageRepository/Jar.swift
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at df0fd4f added hello world jar
Cloned https://github.com/SwiftPackageRepository/Jar.swift.git
Revision (git rev-parse @):
df0fd4fedbe5861e61c0b9031a8a2f878813ae8b
SUCCESS checkout https://github.com/SwiftPackageRepository/Jar.swift.git at 0.0.2
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "jar.swift",
"name": "Jar",
"url": "https://github.com/SwiftPackageRepository/Jar.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Jar.swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SwiftPackageRepository/Jar.swift.git
[1/120] Fetching jar.swift
Fetched https://github.com/SwiftPackageRepository/Jar.swift.git from cache (0.65s)
Creating working copy for https://github.com/SwiftPackageRepository/Jar.swift.git
Working copy of https://github.com/SwiftPackageRepository/Jar.swift.git resolved at 0.0.2 (df0fd4f)
warning: '.resolve-product-dependencies': dependency 'jar.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SwiftPackageRepository/Jar.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling Jar JavaVirtualMachineParser.swift
[4/11] Compiling Jar Java.swift
[5/11] Compiling Jar JavaVirtualMachine.swift
[6/11] Compiling Jar OSLog+Extensions.swift
[7/11] Compiling Jar NSRegularExpression+Extensions.swift
[8/11] Emitting module Jar
[9/11] Compiling Jar NSTextCheckingResult+Extensions.swift
[10/11] Compiling Jar Executable.swift
[11/11] Compiling Jar Jar.swift
Build complete! (5.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Jar",
"name" : "Jar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Jar",
"targets" : [
"Jar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JarTests",
"module_type" : "SwiftTarget",
"name" : "JarTests",
"path" : "Tests/JarTests",
"sources" : [
"JarTests.swift"
],
"target_dependencies" : [
"Jar"
],
"type" : "test"
},
{
"c99name" : "Jar",
"module_type" : "SwiftTarget",
"name" : "Jar",
"path" : "Sources/Jar",
"product_memberships" : [
"Jar"
],
"sources" : [
"Executable.swift",
"Extensions/NSRegularExpression+Extensions.swift",
"Extensions/NSTextCheckingResult+Extensions.swift",
"Extensions/OSLog+Extensions.swift",
"Jar.swift",
"Java.swift",
"JavaVirtualMachine.swift",
"JavaVirtualMachineParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.