The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build MultiPicker, reference main (2201cb), with Swift 5.9 for macOS (SPM) on 5 May 2025 05:54:55 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toastersocks/MultiPicker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toastersocks/MultiPicker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2201cb0 Fix errors building with Swift compiler versions < 6.0
Cloned https://github.com/toastersocks/MultiPicker.git
Revision (git rev-parse @):
2201cb04de77147778b351b71fcda030fb7ac6a2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/toastersocks/MultiPicker.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/toastersocks/MultiPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling Helpers Variadic.swift
[2/11] Compiling Flow SupportingTypes.swift
[3/11] Emitting module Flow
[4/11] Compiling Flow PreviewCode.swift
[5/11] Compiling Flow Flow.swift
[6/11] Compiling Helpers Extensions.swift
[7/11] Compiling Helpers Backport.swift
[8/11] Compiling Helpers Backports.swift
[9/11] Emitting module Helpers
[10/11] Compiling Helpers PreviewHelpers.swift
[11/11] Compiling Helpers Combine+.swift
[12/15] Compiling MultiPicker SupportingTypes.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/15] Compiling MultiPicker PreviewSupport.swift
[14/15] Emitting module MultiPicker
/Users/admin/builder/spi-builder-workspace/Sources/MultiPicker/MultiPicker.swift:6:8: error: macOS not currently supported
#error("macOS not currently supported")
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[15/15] Compiling MultiPicker MultiPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/MultiPicker/MultiPicker.swift:6:8: error: macOS not currently supported
#error("macOS not currently supported")
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MultiPicker/MultiPicker.swift:470:35: error: 'navigationLink' is unavailable in macOS
                    .pickerStyle(.navigationLink)
                                  ^~~~~~~~~~~~~~
SwiftUI.PickerStyle:4:23: note: 'navigationLink' has been explicitly marked unavailable here
    public static var navigationLink: NavigationLinkPickerStyle { get }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MultiPicker/MultiPicker.swift:531:35: error: 'navigationLink' is unavailable in macOS
                    .pickerStyle(.navigationLink)
                                  ^~~~~~~~~~~~~~
SwiftUI.PickerStyle:4:23: note: 'navigationLink' has been explicitly marked unavailable here
    public static var navigationLink: NavigationLinkPickerStyle { get }
                      ^
error: fatalError
Fetching https://github.com/toastersocks/Helpers.git
Fetching https://github.com/toastersocks/Flow.git
[1/334] Fetching flow
[205/443] Fetching flow, helpers
Fetched https://github.com/toastersocks/Helpers.git (1.39s)
Fetched https://github.com/toastersocks/Flow.git (1.39s)
Computing version for https://github.com/toastersocks/Flow.git
Computed https://github.com/toastersocks/Flow.git at 1.2.3 (0.34s)
Computing version for https://github.com/toastersocks/Helpers.git
Computed https://github.com/toastersocks/Helpers.git at 0.7.0 (2.67s)
Creating working copy for https://github.com/toastersocks/Helpers.git
Working copy of https://github.com/toastersocks/Helpers.git resolved at 0.7.0
Creating working copy for https://github.com/toastersocks/Flow.git
Working copy of https://github.com/toastersocks/Flow.git resolved at 1.2.3
BUILD FAILURE 5.9 macosSpm