The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-noise, reference master (6f21d3), with Swift 6.1 for macOS (SPM) on 29 Apr 2026 23:23:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/tayloraswift/swift-noise.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/swift-noise
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6f21d38 [autosync]
Cloned https://github.com/tayloraswift/swift-noise.git
Revision (git rev-parse @):
6f21d385f957cffc30903ba878f348d99169594e
SUCCESS checkout https://github.com/tayloraswift/swift-noise.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tayloraswift/swift-noise.git
https://github.com/tayloraswift/swift-noise.git
{
  "dependencies" : [
    {
      "identity" : "dollup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/dollup"
    },
    {
      "identity" : "swift-png",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-png"
    }
  ],
  "manifest_display_name" : "swift-noise",
  "name" : "swift-noise",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.3"
    },
    {
      "name" : "ios",
      "version" : "16.4"
    },
    {
      "name" : "tvos",
      "version" : "16.4"
    },
    {
      "name" : "watchos",
      "version" : "9.4"
    }
  ],
  "products" : [
    {
      "name" : "Noise",
      "targets" : [
        "Noise"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "generate-noise",
      "targets" : [
        "GenNoise"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NoiseTests",
      "module_type" : "SwiftTarget",
      "name" : "NoiseTests",
      "path" : "Tests/NoiseTests",
      "sources" : [
        "ConsistentPRNGTests.swift"
      ],
      "target_dependencies" : [
        "Noise"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Noise",
      "module_type" : "SwiftTarget",
      "name" : "Noise",
      "path" : "Sources/Noise",
      "product_memberships" : [
        "Noise",
        "generate-noise"
      ],
      "sources" : [
        "cell.swift",
        "compounds.swift",
        "disk.swift",
        "gradient.swift",
        "hash.swift",
        "noise.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenNoise",
      "module_type" : "SwiftTarget",
      "name" : "GenNoise",
      "path" : "Sources/GenNoise",
      "product_dependencies" : [
        "PNG"
      ],
      "product_memberships" : [
        "generate-noise"
      ],
      "sources" : [
        "banners.swift",
        "calibrate.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Noise"
      ],
      "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
Fetching https://github.com/tayloraswift/swift-png
Fetching https://github.com/ordo-one/dollup
[1/35] Fetching dollup
[36/7530] Fetching dollup, swift-png
Fetched https://github.com/ordo-one/dollup from cache (23.00s)
Fetched https://github.com/tayloraswift/swift-png from cache (23.00s)
Computing version for https://github.com/ordo-one/dollup
error: Dependencies could not be resolved because 'dollup' contains incompatible tools version (6.2.0) and root depends on 'dollup' 1.0.1..<2.0.0.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/ordo-one/dollup
Updating https://github.com/tayloraswift/swift-png
Updated https://github.com/ordo-one/dollup (0.49s)
Updated https://github.com/tayloraswift/swift-png (0.50s)
Computing version for https://github.com/ordo-one/dollup
error: Dependencies could not be resolved because 'dollup' contains incompatible tools version (6.2.0) and root depends on 'dollup' 1.0.1..<2.0.0.
BUILD FAILURE 6.1 macosSpm