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

Successful build of ColorPopoverWell, reference main (60c4d5), with Swift 6.0 for macOS (SPM) on 18 Aug 2025 21:19:06 UTC.

Swift 6 data race errors: 0

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/KarlKraft/ColorPopoverWell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KarlKraft/ColorPopoverWell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 60c4d5a Merge pull request #36 from KarlKraft/dependabot/github_actions/actions/checkout-5
Cloned https://github.com/KarlKraft/ColorPopoverWell.git
Revision (git rev-parse @):
60c4d5aab7aac74e0d24b2a3761a9405cb798a4e
SUCCESS checkout https://github.com/KarlKraft/ColorPopoverWell.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/KarlKraft/ColorPopoverWell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying ColorPopoverWell.xib
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/9] Compiling ColorPopoverWell resource_bundle_accessor.swift
[5/9] Compiling ColorPopoverWell PaintCode.swift
[6/9] Compiling ColorPopoverWell ColorPopoverGradientSwatch.swift
[7/9] Compiling ColorPopoverWell ColorPopoverSwatch.swift
[8/9] Emitting module ColorPopoverWell
[9/9] Compiling ColorPopoverWell ColorPopoverWell.swift
Build complete! (7.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorPopoverWell",
  "name" : "ColorPopoverWell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "ColorPopoverWell",
      "targets" : [
        "ColorPopoverWell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorPopoverWellTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorPopoverWellTests",
      "path" : "Tests/ColorPopoverWellTests",
      "sources" : [
        "ColorPopoverWellTests.swift"
      ],
      "target_dependencies" : [
        "ColorPopoverWell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorPopoverWell",
      "module_type" : "SwiftTarget",
      "name" : "ColorPopoverWell",
      "path" : "Sources/ColorPopoverWell",
      "product_memberships" : [
        "ColorPopoverWell"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ColorPopoverWell/Resources/ColorPopoverWell.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ColorPopoverWell.swift",
        "Internal/ColorPopoverGradientSwatch.swift",
        "Internal/ColorPopoverSwatch.swift",
        "Internal/PaintCode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.