Build Information
Successful build of JJLISO8601DateFormatter, reference master (50d5ea), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 11:57:59 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/michaeleisel/JJLISO8601DateFormatter.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaeleisel/JJLISO8601DateFormatter
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 50d5ea2 bump to 0.2.0
Cloned https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Revision (git rev-parse @):
50d5ea26ffd3f82e3db8516d939d80b745e168cf
SUCCESS checkout https://github.com/michaeleisel/JJLISO8601DateFormatter.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "jjliso8601dateformatter",
"name": "JJLISO8601DateFormatter",
"url": "https://github.com/michaeleisel/JJLISO8601DateFormatter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JJLISO8601DateFormatter",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter.git
[1/1127] Fetching jjliso8601dateformatter
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter.git from cache (0.93s)
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter.git resolved at master (50d5ea2)
warning: '.resolve-product-dependencies': dependency 'jjliso8601dateformatter' 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/michaeleisel/JJLISO8601DateFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[2/4] Compiling tzdb localtime.c
/Users/admin/builder/spi-builder-workspace/Sources/JJLInternal/JJLInternal.c:22:49: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
22 | static char sItoaStrings[kJJLItoaStringsLength][kJJLItoaEachStringLength];
| ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JJLInternal/JJLInternal.c:22:26: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
22 | static char sItoaStrings[kJJLItoaStringsLength][kJJLItoaEachStringLength];
| ^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[3/4] Compiling JJLInternal JJLInternal.c
[5/6] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.swift
[6/6] Emitting module JJLISO8601DateFormatter
Build complete! (4.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JJLISO8601DateFormatter",
"name" : "JJLISO8601DateFormatter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JJLISO8601DateFormatter",
"targets" : [
"JJLISO8601DateFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "tzdb",
"module_type" : "ClangTarget",
"name" : "tzdb",
"path" : "Sources/tzdb",
"product_memberships" : [
"JJLISO8601DateFormatter"
],
"sources" : [
"localtime.c"
],
"type" : "library"
},
{
"c99name" : "JJLInternal",
"module_type" : "ClangTarget",
"name" : "JJLInternal",
"path" : "Sources/JJLInternal",
"product_memberships" : [
"JJLISO8601DateFormatter"
],
"sources" : [
"JJLInternal.c"
],
"target_dependencies" : [
"tzdb"
],
"type" : "library"
},
{
"c99name" : "JJLISO8601DateFormatterTests",
"module_type" : "SwiftTarget",
"name" : "JJLISO8601DateFormatterTests",
"path" : "Tests/JJLISO8601DateFormatterTests",
"sources" : [
"JJLISO8601DateFormatterTests.swift",
"JJLSafeIOTests.swift"
],
"target_dependencies" : [
"JJLISO8601DateFormatter"
],
"type" : "test"
},
{
"c99name" : "JJLISO8601DateFormatter",
"module_type" : "SwiftTarget",
"name" : "JJLISO8601DateFormatter",
"path" : "Sources/JJLISO8601DateFormatter",
"product_memberships" : [
"JJLISO8601DateFormatter"
],
"sources" : [
"JJLISO8601DateFormatter.swift"
],
"target_dependencies" : [
"JJLInternal"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.