The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CustomToolTip, reference main (370678), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 15:29:05 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/chipjarred/CustomToolTip.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chipjarred/CustomToolTip
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
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.27s)
Creating working copy for https://github.com/chipjarred/SwizzleHelper.git
Working copy of https://github.com/chipjarred/SwizzleHelper.git resolved at 1.0.2
========================================
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": "customtooltip",
      "name": "CustomToolTip",
      "url": "https://github.com/chipjarred/CustomToolTip.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CustomToolTip",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swizzlehelper",
          "name": "SwizzleHelper",
          "url": "https://github.com/chipjarred/SwizzleHelper.git",
          "version": "1.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwizzleHelper",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/chipjarred/CustomToolTip.git
[1/193] Fetching customtooltip
Fetched https://github.com/chipjarred/CustomToolTip.git from cache (0.76s)
Fetching https://github.com/chipjarred/SwizzleHelper.git from cache
Fetched https://github.com/chipjarred/SwizzleHelper.git from cache (0.42s)
Computing version for https://github.com/chipjarred/SwizzleHelper.git
Computed https://github.com/chipjarred/SwizzleHelper.git at 1.0.2 (0.48s)
Creating working copy for https://github.com/chipjarred/SwizzleHelper.git
Working copy of https://github.com/chipjarred/SwizzleHelper.git resolved at 1.0.2
Creating working copy for https://github.com/chipjarred/CustomToolTip.git
Working copy of https://github.com/chipjarred/CustomToolTip.git resolved at main (370678c)
warning: '.resolve-product-dependencies': dependency 'customtooltip' is not used by any target
Found 1 product dependencies
  - SwizzleHelper
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/chipjarred/CustomToolTip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version--6988338F2F200930.txt
[3/4] Compiling SwizzleHelperObjC swizzleHelper.m
[5/7] Compiling SwizzleHelper NSObject+Swizzling.swift
[6/7] Emitting module SwizzleHelper
[7/7] Compiling SwizzleHelper NSObject+AssociatedObjects.swift
[8/16] Compiling CustomToolTip NSTrackingArea+Extension.swift
[9/16] Compiling CustomToolTip NSImage+Extension.swift
[10/16] Compiling CustomToolTip ToolTipControl.swift
[11/16] Compiling CustomToolTip NSView+CustomToolTip.swift
[12/16] Compiling CustomToolTip NSBitmapImageRep+Extension.swift
[13/16] Compiling CustomToolTip CustomToolTipWindow.swift
[14/16] Compiling CustomToolTip Debugging.swift
[15/16] Emitting module CustomToolTip
[16/16] Compiling CustomToolTip NSCursor+Extension.swift
Build complete! (11.26s)
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.