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 CustomToolTip, reference 1.0.3 (370678), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:04:27 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/chipjarred/CustomToolTip.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chipjarred/CustomToolTip
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 370678c Changed dependency on SwizzleHelper to use explicit version rather than named branch.
Cloned https://github.com/chipjarred/CustomToolTip.git
Revision (git rev-parse @):
370678c439eaac158928a70a802affbb55d95c02
SUCCESS checkout https://github.com/chipjarred/CustomToolTip.git at 1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/chipjarred/CustomToolTip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling SwizzleHelperObjC swizzleHelper.m
[5/7] Compiling SwizzleHelper NSObject+Swizzling.swift
[6/7] Compiling SwizzleHelper NSObject+AssociatedObjects.swift
[7/7] Emitting module SwizzleHelper
[8/16] Compiling CustomToolTip NSTrackingArea+Extension.swift
[9/16] Compiling CustomToolTip ToolTipControl.swift
[10/16] Compiling CustomToolTip NSImage+Extension.swift
[11/16] Compiling CustomToolTip NSCursor+Extension.swift
[12/16] Compiling CustomToolTip NSBitmapImageRep+Extension.swift
[13/16] Compiling CustomToolTip CustomToolTipWindow.swift
[14/16] Compiling CustomToolTip NSView+CustomToolTip.swift
[15/16] Emitting module CustomToolTip
[16/16] Compiling CustomToolTip Debugging.swift
Build complete! (11.79s)
Fetching https://github.com/chipjarred/SwizzleHelper.git
[1/158] Fetching swizzlehelper
Fetched https://github.com/chipjarred/SwizzleHelper.git from cache (0.61s)
Computing version for https://github.com/chipjarred/SwizzleHelper.git
Computed https://github.com/chipjarred/SwizzleHelper.git at 1.0.2 (1.13s)
Creating working copy for https://github.com/chipjarred/SwizzleHelper.git
Working copy of https://github.com/chipjarred/SwizzleHelper.git resolved at 1.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swizzlehelper",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/chipjarred/SwizzleHelper.git"
    }
  ],
  "manifest_display_name" : "CustomToolTip",
  "name" : "CustomToolTip",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "CustomToolTip",
      "targets" : [
        "CustomToolTip"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomToolTipTests",
      "module_type" : "SwiftTarget",
      "name" : "CustomToolTipTests",
      "path" : "Tests/CustomToolTipTests",
      "sources" : [
        "CustomToolTipTests.swift"
      ],
      "target_dependencies" : [
        "CustomToolTip"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CustomToolTip",
      "module_type" : "SwiftTarget",
      "name" : "CustomToolTip",
      "path" : "Sources/CustomToolTip",
      "product_dependencies" : [
        "SwizzleHelper"
      ],
      "product_memberships" : [
        "CustomToolTip"
      ],
      "sources" : [
        "CustomToolTipWindow.swift",
        "Debugging.swift",
        "NSBitmapImageRep+Extension.swift",
        "NSCursor+Extension.swift",
        "NSImage+Extension.swift",
        "NSTrackingArea+Extension.swift",
        "NSView+CustomToolTip.swift",
        "ToolTipControl.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.