Build Information
Failed to build ChipView, reference master (71cfbf), with Swift 6.2 for macOS (SPM) on 20 Apr 2026 08:46:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ashwanikuma/ChipView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ashwanikuma/ChipView
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 71cfbf5 Update Package.swift
Cloned https://github.com/Ashwanikuma/ChipView.git
Revision (git rev-parse @):
71cfbf50a72de0348e6796166eb8a8e4ab2c6f2e
SUCCESS checkout https://github.com/Ashwanikuma/ChipView.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Ashwanikuma/ChipView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Compiling ChipView FlowLayout.swift
[4/6] Emitting module ChipView
/Users/admin/builder/spi-builder-workspace/Sources/View+ChipStyle.swift:14:36: error: reference to member 'systemGray5' cannot be resolved without a contextual type
12 | /// ```
13 | func chipStyle(
14 | background: Color = Color(.systemGray5),
| `- error: reference to member 'systemGray5' cannot be resolved without a contextual type
15 | foreground: Color = .primary,
16 | cornerRadius: CGFloat = 20,
[5/6] Compiling ChipView ChipView.swift
[6/6] Compiling ChipView View+ChipStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/View+ChipStyle.swift:14:36: error: reference to member 'systemGray5' cannot be resolved without a contextual type
12 | /// ```
13 | func chipStyle(
14 | background: Color = Color(.systemGray5),
| `- error: reference to member 'systemGray5' cannot be resolved without a contextual type
15 | foreground: Color = .primary,
16 | cornerRadius: CGFloat = 20,
BUILD FAILURE 6.2 macosSpm