The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Ashwanikuma/ChipView.git
https://github.com/Ashwanikuma/ChipView.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ChipView",
  "name" : "ChipView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ChipView",
      "targets" : [
        "ChipView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChipViewTests",
      "module_type" : "SwiftTarget",
      "name" : "ChipViewTests",
      "path" : "Tests",
      "sources" : [
        "FlowLayoutTests.swift"
      ],
      "target_dependencies" : [
        "ChipView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChipView",
      "module_type" : "SwiftTarget",
      "name" : "ChipView",
      "path" : "Sources",
      "product_memberships" : [
        "ChipView"
      ],
      "sources" : [
        "ChipView.swift",
        "FlowLayout.swift",
        "View+ChipStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.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,
[4/6] Compiling ChipView ChipView.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/6] Compiling ChipView FlowLayout.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,
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling ChipView FlowLayout.swift
[3/5] 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/5] Compiling ChipView ChipView.swift
[5/5] 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.1 macosSpm