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 FeaturesKit, reference 2.0.2 (7c9901), with Swift 6.0 for macOS (SPM) on 18 Aug 2025 21:15:00 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamfootdev/FeaturesKit.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamfootdev/FeaturesKit
 * tag               2.0.2      -> FETCH_HEAD
HEAD is now at 7c9901a Updated styling
Cloned https://github.com/adamfootdev/FeaturesKit.git
Revision (git rev-parse @):
7c9901aa4b01d8e88550618e2a4acbf28c615ad7
SUCCESS checkout https://github.com/adamfootdev/FeaturesKit.git at 2.0.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] Copying Info.plist
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[3/5] Copying Localizable.xcstrings
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/13] Compiling FeaturesKit resource_bundle_accessor.swift
[7/13] Compiling FeaturesKit FeatureItemRow.swift
[8/13] Compiling FeaturesKit FKItem.swift
[9/13] Emitting module FeaturesKit
[10/13] Compiling FeaturesKit FeaturesView.swift
[11/13] Compiling FeaturesKit FKConfiguration.swift
[12/13] Compiling FeaturesKit FeaturesListView.swift
[13/13] 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)
BUILD FAILURE 6.0 macosSpm