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 PasscodeKit, reference main (5b3af7), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 09:47:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/PasscodeKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/PasscodeKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5b3af72 Minor config defaults update
Cloned https://github.com/divadretlaw/PasscodeKit.git
Revision (git rev-parse @):
5b3af72bb599d0ee7957efff8bd491730fffc47b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/divadretlaw/PasscodeKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/divadretlaw/PasscodeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/evgenyneu/keychain-swift.git
Fetching https://github.com/siteline/swiftui-introspect.git
Fetching https://github.com/divadretlaw/WindowSceneReader.git
[1/2201] Fetching keychain-swift
[508/12202] Fetching keychain-swift, swiftui-introspect
[509/12333] Fetching keychain-swift, swiftui-introspect, windowscenereader
Fetched https://github.com/evgenyneu/keychain-swift.git from cache (0.88s)
[1732/10132] Fetching swiftui-introspect, windowscenereader
Fetched https://github.com/divadretlaw/WindowSceneReader.git from cache (1.21s)
Fetched https://github.com/siteline/swiftui-introspect.git from cache (1.21s)
Computing version for https://github.com/evgenyneu/keychain-swift.git
Computed https://github.com/evgenyneu/keychain-swift.git at 21.0.0 (3.95s)
Computing version for https://github.com/divadretlaw/WindowSceneReader.git
Computed https://github.com/divadretlaw/WindowSceneReader.git at 3.2.0 (0.39s)
Fetching https://github.com/divadretlaw/WindowReader
[1/131] Fetching windowreader
Fetched https://github.com/divadretlaw/WindowReader from cache (0.67s)
Computing version for https://github.com/divadretlaw/WindowReader
Computed https://github.com/divadretlaw/WindowReader at 3.0.0 (1.07s)
Computing version for https://github.com/siteline/swiftui-introspect.git
warning: 'swiftui-introspect': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "swiftui-introspect",
 7 |     platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/siteline/swiftui-introspect.git at 1.3.0 (0.40s)
Creating working copy for https://github.com/evgenyneu/keychain-swift.git
Working copy of https://github.com/evgenyneu/keychain-swift.git resolved at 21.0.0
Creating working copy for https://github.com/divadretlaw/WindowSceneReader.git
Working copy of https://github.com/divadretlaw/WindowSceneReader.git resolved at 3.2.0
Creating working copy for https://github.com/divadretlaw/WindowReader
Working copy of https://github.com/divadretlaw/WindowReader resolved at 3.0.0
Creating working copy for https://github.com/siteline/swiftui-introspect.git
Working copy of https://github.com/siteline/swiftui-introspect.git resolved at 1.3.0
warning: 'swiftui-introspect': /Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-introspect/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "swiftui-introspect",
 7 |     platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
error: the library 'PasscodeCore' requires macos 10.13, but depends on the product 'WindowSceneReader' which requires macos 10.15; consider changing the library 'PasscodeCore' to require macos 10.15 or later, or the product 'WindowSceneReader' to require macos 10.13 or earlier.
error: the library 'PasscodeKit' requires macos 10.13, but depends on the product 'SwiftUIIntrospect' which requires macos 10.15; consider changing the library 'PasscodeKit' to require macos 10.15 or later, or the product 'SwiftUIIntrospect' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm