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 ContrastKit, reference main (9d8865), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 05:54:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/ContrastKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/ContrastKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d88652 Delete Documentation directory
Cloned https://github.com/markbattistella/ContrastKit.git
Revision (git rev-parse @):
9d88652723f702167ec8a6d1bdcc8801cfed5ed8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/ContrastKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/markbattistella/ContrastKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling ContrastKit ContrastLevel.swift
[4/12] Compiling ContrastKit PreviewTesting.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContrastKit/UITesting/PreviewTesting.swift:112:24: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
110 |             shade
111 |             VStack {
112 |                 Text("\(level)")
    |                        `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
113 |                 Text(info)
114 |             }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/12] Compiling ContrastKit ColorLevel.swift
[6/12] Compiling ContrastKit Color+Ext.swift
[7/12] Compiling ContrastKit AgnosticColor.swift
[8/12] Compiling ContrastKit Color+Convenience.swift
[9/12] Compiling ContrastKit UIColor+Ext.swift
[10/12] Emitting module ContrastKit
[11/12] Compiling ContrastKit Example+SwiftUI.swift
[12/12] Compiling ContrastKit Color+Helpers.swift
Build complete! (7.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ContrastKit",
  "name" : "ContrastKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ContrastKit",
      "targets" : [
        "ContrastKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ContrastKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ContrastKitTests",
      "path" : "Tests",
      "sources" : [
        "ContrastKitTests/ContrastKitTests.swift"
      ],
      "target_dependencies" : [
        "ContrastKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ContrastKit",
      "module_type" : "SwiftTarget",
      "name" : "ContrastKit",
      "path" : "Sources",
      "product_memberships" : [
        "ContrastKit"
      ],
      "sources" : [
        "ContrastKit/Internal/Color+Helpers.swift",
        "ContrastKit/Internal/UIColor+Ext.swift",
        "ContrastKit/Public/AgnosticColor.swift",
        "ContrastKit/Public/Color+Convenience.swift",
        "ContrastKit/Public/Color+Ext.swift",
        "ContrastKit/Public/ColorLevel.swift",
        "ContrastKit/Public/ContrastLevel.swift",
        "ContrastKit/UITesting/Example+SwiftUI.swift",
        "ContrastKit/UITesting/PreviewTesting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.