The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LocationFormatter, reference 1.1.1 (d0a45f), with Swift 6.3 for iOS using Xcode 26.4 on 14 Apr 2026 04:38:12 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/salishseasoftware/LocationFormatter.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/salishseasoftware/LocationFormatter
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at d0a45f9 Merge pull request #4 from salishseasoftware/geoURI
Cloned https://github.com/salishseasoftware/LocationFormatter.git
Revision (git rev-parse @):
d0a45f9a2471b20e0af4792533d79a469d86fc61
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/salishseasoftware/LocationFormatter.git at 1.1.1
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/salishseasoftware/LocationFormatter.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/wtw-software/UTMConversion
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘UTMConversion’
Checking out 1.5.0 of package ‘UTMConversion’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
  LocationFormatter: /Users/admin/builder/spi-builder-workspace
  UTMConversion: https://github.com/wtw-software/UTMConversion @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
resolved source packages: LocationFormatter, UTMConversion, SymbolKit, SwiftDocCPlugin
2026-04-14 00:37:13.638 xcodebuild[525:3011] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "utmconversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wtw-software/UTMConversion"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "LocationFormatter",
  "name" : "LocationFormatter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "LocationFormatter",
      "targets" : [
        "LocationFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocationFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "LocationFormatterTests",
      "path" : "Tests/LocationFormatterTests",
      "sources" : [
        "CLLocationCoordinate2DTests.swift",
        "CLLocationTests.swift",
        "Formatters/GeoURILocationFormatterTests.swift",
        "Formatters/LocationCoordinateFormatterTests.swift",
        "Formatters/LocationDegreesFormatterTests.swift",
        "Formatters/UTMCoordinateFormatterTests.swift",
        "LocationTestHelpers.swift"
      ],
      "target_dependencies" : [
        "LocationFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocationFormatter",
      "module_type" : "SwiftTarget",
      "name" : "LocationFormatter",
      "path" : "Sources/LocationFormatter",
      "product_dependencies" : [
        "UTMConversion"
      ],
      "product_memberships" : [
        "LocationFormatter"
      ],
      "sources" : [
        "CoordinateFormat.swift",
        "CoordinateHemisphere.swift",
        "CoordinateOrientation.swift",
        "CoordinateSymbol.swift",
        "DegreesFormat.swift",
        "DisplayOptions.swift",
        "Extensions/CLLocation.swift",
        "Extensions/CLLocationCoordinate2D.swift",
        "Extensions/Double.swift",
        "Extensions/Formatter.swift",
        "Extensions/String.swift",
        "Formatters/GeoURILocationFormatter+CLLocationCoordinate2D.swift",
        "Formatters/GeoURILocationFormatter.swift",
        "Formatters/LocationCoordinateFormatter.swift",
        "Formatters/LocationDegreesFormatter.swift",
        "Formatters/UTMCoordinateFormatter.swift",
        "GeoURIFormatOptions.swift",
        "ParsingError.swift",
        "ParsingOptions.swift",
        "SymbolStyle.swift",
        "UTMLatitudeBand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LocationFormatter"
    ]
  }
}
2026-04-14 00:37:35.780 xcodebuild[827:4821] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LocationFormatter -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.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 LocationFormatter -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  UTMConversion: https://github.com/wtw-software/UTMConversion @ 1.5.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  LocationFormatter: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'LocationFormatter' in project 'LocationFormatter'
        ➜ Explicit dependency on target 'LocationFormatter' in project 'LocationFormatter'
        ➜ Explicit dependency on target 'UTMConversion' in project 'UTMConversion'
    Target 'LocationFormatter' in project 'LocationFormatter'
        ➜ Explicit dependency on target 'UTMConversion' in project 'UTMConversion'
    Target 'UTMConversion' in project 'UTMConversion'
        ➜ Explicit dependency on target 'UTMConversion' in project 'UTMConversion'
    Target 'UTMConversion' in project 'UTMConversion' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: db45d0139892dc7808b724f9231adaae
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/db45d0139892dc7808b724f9231adaae.xcbuilddata
error: The package product 'UTMConversion' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'LocationFormatter' from project 'LocationFormatter')
2026-04-14 00:37:44.471 xcodebuild[940:5592] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme LocationFormatter
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  LocationFormatter: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
  UTMConversion: https://github.com/wtw-software/UTMConversion @ 1.5.0
resolved source packages: LocationFormatter, SymbolKit, SwiftDocCPlugin, UTMConversion
2026-04-14 00:37:58.180 xcodebuild[1079:6489] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "utmconversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wtw-software/UTMConversion"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "LocationFormatter",
  "name" : "LocationFormatter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "LocationFormatter",
      "targets" : [
        "LocationFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocationFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "LocationFormatterTests",
      "path" : "Tests/LocationFormatterTests",
      "sources" : [
        "CLLocationCoordinate2DTests.swift",
        "CLLocationTests.swift",
        "Formatters/GeoURILocationFormatterTests.swift",
        "Formatters/LocationCoordinateFormatterTests.swift",
        "Formatters/LocationDegreesFormatterTests.swift",
        "Formatters/UTMCoordinateFormatterTests.swift",
        "LocationTestHelpers.swift"
      ],
      "target_dependencies" : [
        "LocationFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocationFormatter",
      "module_type" : "SwiftTarget",
      "name" : "LocationFormatter",
      "path" : "Sources/LocationFormatter",
      "product_dependencies" : [
        "UTMConversion"
      ],
      "product_memberships" : [
        "LocationFormatter"
      ],
      "sources" : [
        "CoordinateFormat.swift",
        "CoordinateHemisphere.swift",
        "CoordinateOrientation.swift",
        "CoordinateSymbol.swift",
        "DegreesFormat.swift",
        "DisplayOptions.swift",
        "Extensions/CLLocation.swift",
        "Extensions/CLLocationCoordinate2D.swift",
        "Extensions/Double.swift",
        "Extensions/Formatter.swift",
        "Extensions/String.swift",
        "Formatters/GeoURILocationFormatter+CLLocationCoordinate2D.swift",
        "Formatters/GeoURILocationFormatter.swift",
        "Formatters/LocationCoordinateFormatter.swift",
        "Formatters/LocationDegreesFormatter.swift",
        "Formatters/UTMCoordinateFormatter.swift",
        "GeoURIFormatOptions.swift",
        "ParsingError.swift",
        "ParsingOptions.swift",
        "SymbolStyle.swift",
        "UTMLatitudeBand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LocationFormatter"
    ]
  }
}
2026-04-14 00:38:05.264 xcodebuild[1138:6880] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LocationFormatter -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.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 LocationFormatter -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
  UTMConversion: https://github.com/wtw-software/UTMConversion @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  LocationFormatter: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'LocationFormatter' in project 'LocationFormatter'
        ➜ Explicit dependency on target 'LocationFormatter' in project 'LocationFormatter'
        ➜ Explicit dependency on target 'UTMConversion' in project 'UTMConversion'
    Target 'LocationFormatter' in project 'LocationFormatter'
        ➜ Explicit dependency on target 'UTMConversion' in project 'UTMConversion'
    Target 'UTMConversion' in project 'UTMConversion'
        ➜ Explicit dependency on target 'UTMConversion' in project 'UTMConversion'
    Target 'UTMConversion' in project 'UTMConversion' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: db45d0139892dc7808b724f9231adaae
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/db45d0139892dc7808b724f9231adaae.xcbuilddata
error: The package product 'UTMConversion' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0 (in target 'LocationFormatter' from project 'LocationFormatter')
2026-04-14 00:38:11.916 xcodebuild[1190:7240] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme LocationFormatter
(1 failure)
BUILD FAILURE 6.3 iOS