The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-noise, reference master (6f21d3), with Swift 6.1 for tvOS using Xcode 16.3 on 29 Apr 2026 23:21:45 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

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:         tvOS
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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/tayloraswift/swift-png
Fetching from https://github.com/ordo-one/dollup
Resolve Package Graph
Updating from https://github.com/ordo-one/dollup
Updating from https://github.com/tayloraswift/swift-png
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-29 16:21:43.953 xcodebuild[519:2953] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-29-04_16-21-0043.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies 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.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/ordo-one/dollup
Updating from https://github.com/tayloraswift/swift-png
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-29 16:21:45.171 xcodebuild[728:4055] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-29-04_16-21-0045.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies 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 tvOS