The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ShrinkItArchive, reference master (948037), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 09:13:05 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bastie/ShrinkItArchive.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bastie/ShrinkItArchive
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9480374 move to JavApi 0.20.0
Cloned https://github.com/bastie/ShrinkItArchive.git
Revision (git rev-parse @):
948037425a2c5669f2a37b20cce0a3d056fa18e8
SUCCESS checkout https://github.com/bastie/ShrinkItArchive.git at master
Fetching https://github.com/bastie/JavApi4Swift.git
[1/31254] Fetching javapi4swift
Fetched https://github.com/bastie/JavApi4Swift.git from cache (2.42s)
Computing version for https://github.com/bastie/JavApi4Swift.git
Computed https://github.com/bastie/JavApi4Swift.git at 0.25.0 (2.93s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.25.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": "shrinkitarchive",
      "name": "ShrinkItArchive",
      "url": "https://github.com/bastie/ShrinkItArchive.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShrinkItArchive",
      "dependencies": [
        {
          "identity": "javapi4swift",
          "name": "JavApi⁴Swift",
          "url": "https://github.com/bastie/JavApi4Swift.git",
          "version": "0.25.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JavApi4Swift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bastie/ShrinkItArchive.git
[1/698] Fetching shrinkitarchive
Fetched https://github.com/bastie/ShrinkItArchive.git from cache (0.84s)
Fetching https://github.com/bastie/JavApi4Swift.git from cache
Fetched https://github.com/bastie/JavApi4Swift.git from cache (0.52s)
Computing version for https://github.com/bastie/JavApi4Swift.git
Computed https://github.com/bastie/JavApi4Swift.git at 0.25.0 (0.58s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.25.0
Creating working copy for https://github.com/bastie/ShrinkItArchive.git
Working copy of https://github.com/bastie/ShrinkItArchive.git resolved at master (9480374)
Found 1 product dependencies
  - JavApi⁴Swift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bastie/ShrinkItArchive.git
https://github.com/bastie/ShrinkItArchive.git
{
  "dependencies" : [
    {
      "identity" : "javapi4swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.20.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bastie/JavApi4Swift.git"
    }
  ],
  "manifest_display_name" : "ShrinkItArchive",
  "name" : "ShrinkItArchive",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ShrinkItArchive",
      "targets" : [
        "ShrinkItArchive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NufxScan",
      "targets" : [
        "NufxScan"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShrinkItArchiveTests",
      "module_type" : "SwiftTarget",
      "name" : "ShrinkItArchiveTests",
      "path" : "Tests/ShrinkItArchiveTests",
      "sources" : [
        "CRC16Test.swift",
        "MasterHeaderBlockTest.swift",
        "TestHelper.swift"
      ],
      "target_dependencies" : [
        "ShrinkItArchive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShrinkItArchive",
      "module_type" : "SwiftTarget",
      "name" : "ShrinkItArchive",
      "path" : "Sources/ShrinkItArchive",
      "product_dependencies" : [
        "JavApi"
      ],
      "product_memberships" : [
        "ShrinkItArchive",
        "NufxScan"
      ],
      "sources" : [
        "CRC16.swift",
        "HeaderBlock.swift",
        "HeaderConstants.swift",
        "MasterHeaderBlock.swift",
        "NuFileArchive.swift",
        "ShrinkItArchiveIntQueue.swift",
        "ThreadClass.swift",
        "ThreadFormat.swift",
        "ThreadKind.swift",
        "ThreadRecord.swift",
        "TimeRec.swift",
        "io/BitConstants.swift",
        "io/BitInputStream.swift",
        "io/BitOutputStream.swift",
        "io/ByteConstants.swift",
        "io/LittleEndianByteInputStream.swift",
        "io/LittleEndianByteOutputStream.swift",
        "io/LzwInputStream.swift",
        "io/LzwOutputStream.swift",
        "io/NufxLzw1InputStream.swift",
        "io/NufxLzw2InputStream.swift",
        "io/RleInputStream.swift",
        "io/RleOutputStream.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NufxScan",
      "module_type" : "SwiftTarget",
      "name" : "NufxScan",
      "path" : "Sources/NufxScan",
      "product_dependencies" : [
        "JavApi"
      ],
      "product_memberships" : [
        "NufxScan"
      ],
      "sources" : [
        "NuFxFileFilter.swift",
        "NufxScan.swift"
      ],
      "target_dependencies" : [
        "ShrinkItArchive"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
error: the executable 'NufxScan' requires macos 13.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the executable 'NufxScan' to require macos 15.0 or later, or the product 'JavApi' to require macos 13.0 or earlier.
error: the library 'ShrinkItArchive' requires macos 13.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the library 'ShrinkItArchive' to require macos 15.0 or later, or the product 'JavApi' to require macos 13.0 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the executable 'NufxScan' requires macos 13.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the executable 'NufxScan' to require macos 15.0 or later, or the product 'JavApi' to require macos 13.0 or earlier.
error: the library 'ShrinkItArchive' requires macos 13.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the library 'ShrinkItArchive' to require macos 15.0 or later, or the product 'JavApi' to require macos 13.0 or earlier.
BUILD FAILURE 6.1 macosSpm