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 RKUtils, reference main (b73180), with Swift 5.10 for macOS (SPM) on 16 Jun 2025 07:56:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TheRakiburKhan/RKUtils.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TheRakiburKhan/RKUtils
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b731803 Documentation added
Cloned https://github.com/TheRakiburKhan/RKUtils.git
Revision (git rev-parse @):
b7318037312f3fdc3a48dae50704993c8f945ccb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TheRakiburKhan/RKUtils.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/TheRakiburKhan/RKUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.wa2bPi/vfs.yaml", "-L", "/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk", "-F", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk", "-package-description-version", "5.7.0", "/Users/admin/builder/spi-builder-workspace/Package@swift-5.7.swift", "-Xfrontend", "-disable-implicit-concurrency-module-import", "-Xfrontend", "-disable-implicit-string-processing-module-import", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.myDEiW/spi-builder-workspace-manifest"])
error: fatalError
/Users/admin/builder/spi-builder-workspace/Package@swift-5.7.swift:9:75: error: 'visionOS' is unavailable
    platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v5), .tvOS(.v13), .visionOS(.v1), .macCatalyst(.v13)],
                                                                          ^~~~~~~~
PackageDescription.SupportedPlatform:15:24: note: 'visionOS' was introduced in PackageDescription 5.9
    public static func visionOS(_ version: SupportedPlatform.VisionOSVersion) -> SupportedPlatform
                       ^
/Users/admin/builder/spi-builder-workspace/Package@swift-5.7.swift:9:85: error: 'v1' is unavailable
    platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v5), .tvOS(.v13), .visionOS(.v1), .macCatalyst(.v13)],
                                                                                    ^~
PackageDescription.SupportedPlatform:103:27: note: 'v1' was introduced in PackageDescription 5.9
        public static let v1: SupportedPlatform.VisionOSVersion
                          ^
BUILD FAILURE 5.10 macosSpm