The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HelpView, reference main (9346e9), with Swift 6.0 for macOS (SPM) on 1 May 2026 00:29:55 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hayek/HelpView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hayek/HelpView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9346e95 Redesign UI in modern Apple style and add AI retrieval
Cloned https://github.com/hayek/HelpView.git
Revision (git rev-parse @):
9346e952053dab1dd667ff87e067c24eafaa7991
SUCCESS checkout https://github.com/hayek/HelpView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/hayek/HelpView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Localizable.xcstrings
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/13] Compiling HelpView ViewComponents.swift
/Users/admin/builder/spi-builder-workspace/Sources/HelpView/Internal/ViewComponents.swift:487:39: error: reference to member 'glass' cannot be resolved without a contextual type
485 |                         .padding()
486 |                         .buttonBorderShape(.circle)
487 |                         .buttonStyle(.glass)
    |                                       `- error: reference to member 'glass' cannot be resolved without a contextual type
488 |                     } else {
489 |                         Button {
[5/14] Compiling HelpView Models.swift
[6/14] Compiling HelpView AppleIntelligenceLoader.swift
[7/14] Compiling HelpView AIHelper.swift
[8/14] Compiling HelpView FAQLoader.swift
[9/14] Compiling HelpView Localization.swift
[10/14] Compiling HelpView FAQListViewModel.swift
[11/14] Emitting module HelpView
[12/14] Compiling HelpView HelpContentView.swift
[13/14] Compiling HelpView HelpViewButton.swift
[14/14] Compiling HelpView resource_bundle_accessor.swift
BUILD FAILURE 6.0 macosSpm