The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ASCII-Data²JavApi, reference master (43d79b), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 00:41:45 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bastie/ASCII-Data2JavApi.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bastie/ASCII-Data2JavApi
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 43d79bf Swift 6
Cloned https://github.com/bastie/ASCII-Data2JavApi.git
Revision (git rev-parse @):
43d79bf0d4a27f88cb7f202a0be0539e765273cf
SUCCESS checkout https://github.com/bastie/ASCII-Data2JavApi.git at master
Fetching https://github.com/bastie/JavApi4Swift.git
[1/31553] Fetching javapi4swift
Fetched https://github.com/bastie/JavApi4Swift.git from cache (5.11s)
Computing version for https://github.com/bastie/JavApi4Swift.git
Computed https://github.com/bastie/JavApi4Swift.git at 0.26.1 (5.69s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.26.1
========================================
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": "ascii-data2javapi",
      "name": "ASCII-Data²JavApi",
      "url": "https://github.com/bastie/ASCII-Data2JavApi.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ASCII-Data2JavApi",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "javapi4swift",
          "name": "JavApi⁴Swift",
          "url": "https://github.com/bastie/JavApi4Swift.git",
          "version": "0.26.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JavApi4Swift",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bastie/ASCII-Data2JavApi.git
[1/611] Fetching ascii-data2javapi
Fetched https://github.com/bastie/ASCII-Data2JavApi.git from cache (0.71s)
Fetching https://github.com/bastie/JavApi4Swift.git from cache
Fetched https://github.com/bastie/JavApi4Swift.git from cache (0.44s)
Computing version for https://github.com/bastie/JavApi4Swift.git
Computed https://github.com/bastie/JavApi4Swift.git at 0.26.1 (0.50s)
Creating working copy for https://github.com/bastie/ASCII-Data2JavApi.git
Working copy of https://github.com/bastie/ASCII-Data2JavApi.git resolved at master (43d79bf)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.26.1
warning: '.resolve-product-dependencies': dependency 'ascii-data2javapi' is not used by any target
Found 1 product dependencies
  - JavApi⁴Swift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bastie/ASCII-Data2JavApi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'ASCII-Data2JavApi' requires macos 13.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the library 'ASCII-Data2JavApi' to require macos 15.0 or later, or the product 'JavApi' to require macos 13.0 or earlier.
error: the test 'ASCII-Data2JavApiTests' requires macos 14.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the test 'ASCII-Data2JavApiTests' to require macos 15.0 or later, or the product 'JavApi' to require macos 14.0 or earlier.
BUILD FAILURE 6.3 macosSpm