Build Information
Failed to build FeaturesKit, reference 2.1.2 (ef049a), with Swift 6.0 for macOS (SPM) on 23 Jan 2026 05:22:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamfootdev/FeaturesKit.git
Reference: 2.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamfootdev/FeaturesKit
* tag 2.1.2 -> FETCH_HEAD
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 2.1.2
========================================
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 Localizable.xcstrings
[1/5] Copying Info.plist
[1/5] Copying PrivacyInfo.xcprivacy
[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] Compiling FeaturesKit FKConfiguration.swift
[12/15] Emitting module FeaturesKit
[13/15] Compiling FeaturesKit FeatureItemRow.swift
[14/15] Compiling FeaturesKit FKTitleStyle.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