The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JJLISO8601DateFormatter, reference 0.2.0 (50d5ea), with Swift 6.2 for macOS (SPM) on 7 Feb 2026 04:37:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaeleisel/JJLISO8601DateFormatter
 * tag               0.2.0      -> FETCH_HEAD
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 0.2.0
========================================
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": "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter.git
[1/1127] Fetching jjliso8601dateformatter
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter.git from cache (1.14s)
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter.git resolved at 0.2.0 (50d5ea2)
warning: '.resolve-product-dependencies': dependency 'jjliso8601dateformatter' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-49B95AFC49DCD68C.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] Emitting module JJLISO8601DateFormatter
[6/6] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.swift
Build complete! (3.83s)
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.