The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FeaturesKit, reference main (ef049a), with Swift 6.0 for macOS (SPM) on 23 Jan 2026 05:32:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamfootdev/FeaturesKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamfootdev/FeaturesKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ef049a1 Added a small amount of padding under the safe area bar
Cloned https://github.com/adamfootdev/FeaturesKit.git
Revision (git rev-parse @):
ef049a140f4ad3873ab1fcc23eaa50b8720e7b83
SUCCESS checkout https://github.com/adamfootdev/FeaturesKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/adamfootdev/FeaturesKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying Info.plist
[1/5] Copying PrivacyInfo.xcprivacy
[2/5] Copying Localizable.xcstrings
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/15] Compiling FeaturesKit resource_bundle_accessor.swift
[7/15] Compiling FeaturesKit FeaturesListView.swift
[8/15] Compiling FeaturesKit ContinueButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/FeaturesKit/Views/ContinueButton.swift:26:31: error: reference to member 'glassProminent' cannot be resolved without a contextual type
24 |         if #available(iOS 26.0, macOS 26.0, watchOS 26.0, *) {
25 |             button
26 |                 .buttonStyle(.glassProminent)
   |                               `- error: reference to member 'glassProminent' cannot be resolved without a contextual type
27 |                 #if os(iOS)
28 |                 .controlSize(.extraLarge)
[9/15] Compiling FeaturesKit FKTitlePosition.swift
[10/15] Compiling FeaturesKit FKItem.swift
[11/15] Emitting module FeaturesKit
[12/15] Compiling FeaturesKit FKConfiguration.swift
[13/15] Compiling FeaturesKit FKTitleStyle.swift
[14/15] Compiling FeaturesKit FeatureItemRow.swift
[15/15] Compiling FeaturesKit FeaturesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FeaturesKit/Activities/FeaturesView.swift:32:18: error: value of type 'some View' has no member 'safeAreaBar'
 30 |         if #available(iOS 26.0, macOS 26.0, visionOS 26.0, *) {
 31 |             featuresView
 32 |                 .safeAreaBar(edge: .bottom) {
    |                  `- error: value of type 'some View' has no member 'safeAreaBar'
 33 |                     continueButton
 34 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/FeaturesKit/Activities/FeaturesView.swift:32:37: error: cannot infer contextual base in reference to member 'bottom'
 30 |         if #available(iOS 26.0, macOS 26.0, visionOS 26.0, *) {
 31 |             featuresView
 32 |                 .safeAreaBar(edge: .bottom) {
    |                                     `- error: cannot infer contextual base in reference to member 'bottom'
 33 |                     continueButton
 34 |                 }
BUILD FAILURE 6.0 macosSpm