The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ChipView, reference master (71cfbf), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 08:46:23 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "chipview",
      "name": "ChipView",
      "url": "https://github.com/Ashwanikuma/ChipView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChipView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Ashwanikuma/ChipView.git
[1/13] Fetching chipview
Fetched https://github.com/Ashwanikuma/ChipView.git from cache (0.62s)
Creating working copy for https://github.com/Ashwanikuma/ChipView.git
Working copy of https://github.com/Ashwanikuma/ChipView.git resolved at master (71cfbf5)
warning: '.resolve-product-dependencies': dependency 'chipview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Ashwanikuma/ChipView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Compiling ChipView FlowLayout.swift
[5/6] Compiling ChipView ChipView.swift
[6/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,
BUILD FAILURE 6.3 macosSpm