The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build tzf, reference main (4868f5), with Swift 6.1 for visionOS using Xcode 16.3 on 2 Dec 2025 07:46:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SPIManifest -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ringsaturn/tzf-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ringsaturn/tzf-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4868f58 Bump actions/checkout from 5 to 6 in the dependencies group (#7)
Submodule path 'tzf-rel-lite': checked out '6aee6124513508021599b1646637578dedad4484'
Submodule 'tzf-rel-lite' (https://github.com/ringsaturn/tzf-rel-lite) registered for path 'tzf-rel-lite'
Cloning into '/Users/admin/builder/spi-builder-workspace/tzf-rel-lite'...
Cloned https://github.com/ringsaturn/tzf-swift.git
Revision (git rev-parse @):
4868f58324a0e2f768418ff295f77fcfdd244ffb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ringsaturn/tzf-swift.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ringsaturn/tzf-swift.git
https://github.com/ringsaturn/tzf-swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "revision" : [
          "e76a44f"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    },
    {
      "identity" : "cities-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ringsaturn/cities-swift.git"
    },
    {
      "identity" : "swifttimezonelookup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git"
    }
  ],
  "manifest_display_name" : "tzf",
  "name" : "tzf",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "tzf",
      "targets" : [
        "tzf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TimezoneFinderBenchmarks",
      "targets" : [
        "TimezoneFinderBenchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tzfTests",
      "module_type" : "SwiftTarget",
      "name" : "tzfTests",
      "path" : "Tests/tzfTests",
      "product_dependencies" : [
        "Testing",
        "Cities"
      ],
      "sources" : [
        "FindersTests.swift",
        "tzfTests.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "tzf",
      "module_type" : "SwiftTarget",
      "name" : "tzf",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.bin",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.preindex.bin",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "gen/tzf/v1/tzinfo.pb.swift",
        "tzf/Finders.swift"
      ],
      "target_dependencies" : [
        "geometry"
      ],
      "type" : "library"
    },
    {
      "c99name" : "geometry",
      "module_type" : "SwiftTarget",
      "name" : "geometry",
      "path" : "Sources/geometry",
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "geo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TimezoneFinderBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "TimezoneFinderBenchmarks",
      "path" : "Benchmarks/TimezoneFinderBenchmarks",
      "product_dependencies" : [
        "Benchmark",
        "Cities",
        "SwiftTimeZoneLookup",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "TimezoneFinderBenchmarks.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "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/apple/swift-testing.git
Fetching from https://github.com/ordo-one/package-benchmark
Fetching from https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Fetching from https://github.com/ringsaturn/cities-swift.git
Fetching from https://github.com/apple/swift-protobuf.git (cached)
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Fetching from https://github.com/ordo-one/TextTable.git
Fetching from https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching from https://github.com/ordo-one/package-jemalloc.git
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/apple/swift-numerics (cached)
Creating working copy of package ‘swift-system’
Checking out 1.6.3 of package ‘swift-system’
Creating working copy of package ‘package-benchmark’
Checking out 1.29.6 of package ‘package-benchmark’
Creating working copy of package ‘TextTable’
Checking out 0.0.2 of package ‘TextTable’
Creating working copy of package ‘swift-syntax’
Checking out 601.0.1 of package ‘swift-syntax’
Creating working copy of package ‘SwiftTimeZoneLookup’
Checking out 1.0.7 of package ‘SwiftTimeZoneLookup’
Creating working copy of package ‘hdrhistogram-swift’
Checking out 0.1.3 of package ‘hdrhistogram-swift’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘cities-swift’
Checking out 0.1.1 of package ‘cities-swift’
Creating working copy of package ‘swift-testing’
Checking out e76a44f (e76a44f) of package ‘swift-testing’
Creating working copy of package ‘swift-atomics’
Checking out 1.3.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.2 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-protobuf’
Checking out 1.33.3 of package ‘swift-protobuf’
Creating working copy of package ‘package-jemalloc’
Checking out 1.0.0 of package ‘package-jemalloc’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install jemalloc using your system-packager:
    brew install jemalloc
Resolve Package Graph
you may be able to install jemalloc using your system-packager:
    brew install jemalloc
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.2
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
  tzf: /Users/admin/builder/spi-builder-workspace
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.33.3
  swift-testing: https://github.com/apple/swift-testing.git @ e76a44f (e76a44f)
  TextTable: https://github.com/ordo-one/TextTable.git @ 0.0.2
  SwiftTimeZoneLookup: https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git @ 1.0.7
  package-histogram: https://github.com/HdrHistogram/hdrhistogram-swift.git @ 0.1.3
  jemalloc: https://github.com/ordo-one/package-jemalloc.git @ 1.0.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.3
  Cities: https://github.com/ringsaturn/cities-swift.git @ 0.1.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  Benchmark: https://github.com/ordo-one/package-benchmark @ 1.29.6
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
resolved source packages: swift-argument-parser, swift-syntax, tzf, SwiftProtobuf, swift-testing, TextTable, SwiftTimeZoneLookup, package-histogram, jemalloc, swift-system, Cities, swift-atomics, Benchmark, swift-numerics
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SPIManifest -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SPIManifest -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  package-histogram: https://github.com/HdrHistogram/hdrhistogram-swift.git @ 0.1.3
  swift-system: https://github.com/apple/swift-system.git @ 1.6.3
  TextTable: https://github.com/ordo-one/TextTable.git @ 0.0.2
  SwiftTimeZoneLookup: https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git @ 1.0.7
  Cities: https://github.com/ringsaturn/cities-swift.git @ 0.1.1
  tzf: /Users/admin/builder/spi-builder-workspace
  swift-testing: https://github.com/apple/swift-testing.git @ e76a44f (e76a44f)
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.33.3
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
  Benchmark: https://github.com/ordo-one/package-benchmark @ 1.29.6
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.2
2025-12-01 23:45:56.014 xcodebuild[1408:6954] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-01-12_23-45-0056.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "SPIManifest". The "-list" option can be used to find the names of the schemes in the workspace.
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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install jemalloc using your system-packager:
    brew install jemalloc
Resolved source packages:
  swift-system: https://github.com/apple/swift-system.git @ 1.6.3
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
  swift-testing: https://github.com/apple/swift-testing.git @ e76a44f (e76a44f)
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  TextTable: https://github.com/ordo-one/TextTable.git @ 0.0.2
  Benchmark: https://github.com/ordo-one/package-benchmark @ 1.29.6
  jemalloc: https://github.com/ordo-one/package-jemalloc.git @ 1.0.0
  SwiftTimeZoneLookup: https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git @ 1.0.7
  Cities: https://github.com/ringsaturn/cities-swift.git @ 0.1.1
  tzf: /Users/admin/builder/spi-builder-workspace
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.33.3
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.2
  package-histogram: https://github.com/HdrHistogram/hdrhistogram-swift.git @ 0.1.3
resolved source packages: swift-system, swift-syntax, swift-testing, swift-atomics, TextTable, Benchmark, jemalloc, SwiftTimeZoneLookup, Cities, tzf, SwiftProtobuf, swift-numerics, swift-argument-parser, package-histogram
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SPIManifest -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SPIManifest -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.33.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.2
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
  tzf: /Users/admin/builder/spi-builder-workspace
  SwiftTimeZoneLookup: https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git @ 1.0.7
  TextTable: https://github.com/ordo-one/TextTable.git @ 0.0.2
  package-histogram: https://github.com/HdrHistogram/hdrhistogram-swift.git @ 0.1.3
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-testing: https://github.com/apple/swift-testing.git @ e76a44f (e76a44f)
  swift-system: https://github.com/apple/swift-system.git @ 1.6.3
  Benchmark: https://github.com/ordo-one/package-benchmark @ 1.29.6
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
  Cities: https://github.com/ringsaturn/cities-swift.git @ 0.1.1
2025-12-01 23:46:32.321 xcodebuild[1682:8273] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-01-12_23-46-0032.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "SPIManifest". The "-list" option can be used to find the names of the schemes in the workspace.
BUILD FAILURE 6.1 visionOS