The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ColorPopoverWell, reference main (6cd59e), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 18:27:31 UTC.

Swift 6 data race errors: 0

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/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 6cd59ec chore: update pre-commit hooks (#48)
Cloned https://github.com/KarlKraft/ColorPopoverWell.git
Revision (git rev-parse @):
6cd59ec7a9582fbf6b01cad32506e6f153b24420
SUCCESS checkout https://github.com/KarlKraft/ColorPopoverWell.git at main
========================================
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": "colorpopoverwell",
      "name": "ColorPopoverWell",
      "url": "https://github.com/KarlKraft/ColorPopoverWell.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ColorPopoverWell",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/KarlKraft/ColorPopoverWell.git
[1/517] Fetching colorpopoverwell
Fetched https://github.com/KarlKraft/ColorPopoverWell.git from cache (0.96s)
Creating working copy for https://github.com/KarlKraft/ColorPopoverWell.git
Working copy of https://github.com/KarlKraft/ColorPopoverWell.git resolved at main (6cd59ec)
warning: '.resolve-product-dependencies': dependency 'colorpopoverwell' 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/KarlKraft/ColorPopoverWell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying ColorPopoverWell.xib
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling ColorPopoverWell ColorPopoverSwatch.swift
[5/9] Compiling ColorPopoverWell PaintCode.swift
[6/9] Compiling ColorPopoverWell ColorPopoverGradientSwatch.swift
[7/9] Compiling ColorPopoverWell resource_bundle_accessor.swift
[8/9] Compiling ColorPopoverWell ColorPopoverWell.swift
[9/9] Emitting module ColorPopoverWell
Build complete! (8.12s)
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.