The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GradientEditor, reference main (9cef58), with Swift 6.2 for macOS (SPM) on 12 Nov 2025 01:25:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JoshuaSullivan/GradientEditor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JoshuaSullivan/GradientEditor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9cef58d Mark Phase 4 complete in TODO file
Cloned https://github.com/JoshuaSullivan/GradientEditor.git
Revision (git rev-parse @):
9cef58d1597296ec52a15cb5f516233fc6b0d242
SUCCESS checkout https://github.com/JoshuaSullivan/GradientEditor.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",
  "dependencies": [
    {
      "identity": "gradienteditor",
      "name": "GradientEditor",
      "url": "https://github.com/JoshuaSullivan/GradientEditor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GradientEditor",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/JoshuaSullivan/GradientEditor.git
[1/448] Fetching gradienteditor
Fetched https://github.com/JoshuaSullivan/GradientEditor.git from cache (1.18s)
Creating working copy for https://github.com/JoshuaSullivan/GradientEditor.git
Working copy of https://github.com/JoshuaSullivan/GradientEditor.git resolved at main (9cef58d)
warning: '.resolve-product-dependencies': dependency 'gradienteditor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JoshuaSullivan/GradientEditor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying Localizable.xcstrings
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/31] Emitting module GradientEditor
[5/34] Compiling GradientEditor AccessibilityIdentifiers.swift
[6/34] Compiling GradientEditor AccessibilityLabels.swift
[7/34] Compiling GradientEditor AppKitGradientEditorDelegate.swift
[8/34] Compiling GradientEditor GradientStripView.swift
[9/34] Compiling GradientEditor SchemeMetadataEditorView.swift
[10/34] Compiling GradientEditor resource_bundle_accessor.swift
[11/34] Compiling GradientEditor DragHandle.swift
[12/34] Compiling GradientEditor DragHandleShape.swift
[13/34] Compiling GradientEditor GradientEditView.swift
[14/34] Compiling GradientEditor AppKitGradientEditorViewController.swift
[15/34] Compiling GradientEditor CGColor+Presets.swift
[16/34] Compiling GradientEditor ColorMap+PlatformConversions.swift
[17/34] Compiling GradientEditor DragHandleViewModel.swift
[18/34] Compiling GradientEditor GradientEditViewModel.swift
[19/34] Compiling GradientEditor ColorStopEditorView.swift
[20/34] Compiling GradientEditor GradientEditorDelegate.swift
[21/34] Compiling GradientEditor GradientEditorViewController.swift
[22/34] Compiling GradientEditor ColorStopEditorViewModel.swift
[23/34] Compiling GradientEditor PinchGestureModifier.swift
[24/34] Compiling GradientEditor GradientEditor.swift
[25/34] Compiling GradientEditor LocalizedStringKey+GradientEditor.swift
[26/34] Compiling GradientEditor GradientLayoutGeometry.swift
[27/34] Compiling GradientEditor ColorProvider.swift
[28/34] Compiling GradientEditor DefaultColorProvider.swift
[29/34] Compiling GradientEditor ColorMap.swift
[30/34] Compiling GradientEditor ColorStop.swift
[31/34] Compiling GradientEditor ColorStopType.swift
[32/34] Compiling GradientEditor GradientColorScheme.swift
[33/34] Compiling GradientEditor GradientEditorError.swift
[34/34] Compiling GradientEditor GradientEditorResult.swift
Build complete! (8.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GradientEditor",
  "name" : "GradientEditor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "GradientEditor",
      "targets" : [
        "GradientEditor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GradientEditorTests",
      "module_type" : "SwiftTarget",
      "name" : "GradientEditorTests",
      "path" : "Tests/GradientEditorTests",
      "sources" : [
        "AppKitTests.swift",
        "ColorMapTests.swift",
        "ColorStopEditorViewModelTests.swift",
        "ColorStopTests.swift",
        "ColorStopTypeTests.swift",
        "DefaultColorProviderTests.swift",
        "GradientEditViewModelTests.swift",
        "GradientEditorTests.swift",
        "GradientLayoutGeometryTests.swift",
        "IntegrationTests.swift",
        "PlatformConversionTests.swift",
        "UIKitTests.swift",
        "ViewTests.swift"
      ],
      "target_dependencies" : [
        "GradientEditor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GradientEditor",
      "module_type" : "SwiftTarget",
      "name" : "GradientEditor",
      "path" : "Sources/GradientEditor",
      "product_memberships" : [
        "GradientEditor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GradientEditor/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Accessibility/AccessibilityIdentifiers.swift",
        "Accessibility/AccessibilityLabels.swift",
        "AppKit/AppKitGradientEditorDelegate.swift",
        "AppKit/AppKitGradientEditorViewController.swift",
        "Extensions/CGColor+Presets.swift",
        "Extensions/ColorMap+PlatformConversions.swift",
        "Gestures/PinchGestureModifier.swift",
        "GradientEditor.swift",
        "Localization/LocalizedStringKey+GradientEditor.swift",
        "Models/ColorMap.swift",
        "Models/ColorStop.swift",
        "Models/ColorStopType.swift",
        "Models/GradientColorScheme.swift",
        "Models/GradientEditorError.swift",
        "Models/GradientEditorResult.swift",
        "Models/GradientLayoutGeometry.swift",
        "Protocols/ColorProvider.swift",
        "Protocols/DefaultColorProvider.swift",
        "UIKit/GradientEditorDelegate.swift",
        "UIKit/GradientEditorViewController.swift",
        "ViewModels/ColorStopEditorViewModel.swift",
        "ViewModels/DragHandleViewModel.swift",
        "ViewModels/GradientEditViewModel.swift",
        "Views/ColorStopEditorView.swift",
        "Views/DragHandle.swift",
        "Views/DragHandleShape.swift",
        "Views/GradientEditView.swift",
        "Views/GradientStripView.swift",
        "Views/SchemeMetadataEditorView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.