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 FloatingFilter, reference 0.8.0 (853901), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 13:05:45 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/CleanCocoa/FloatingFilter.git
Reference: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/FloatingFilter
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at 853901e make ItemFilter injectable
Cloned https://github.com/CleanCocoa/FloatingFilter.git
Revision (git rev-parse @):
853901ef2510b79e4e6c0e287c621f4e02a729d4
SUCCESS checkout https://github.com/CleanCocoa/FloatingFilter.git at 0.8.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CleanCocoa/FloatingFilter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying ItemsViewController.xib
[1/5] Copying FilterViewController.xib
[1/5] Write sources
[3/5] Copying Assets.xcassets
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/24] Compiling FloatingFilter Collection+indexed.swift
[7/24] Compiling FloatingFilter ItemCellView.swift
[8/24] Compiling FloatingFilter FilterWindowController.swift
[9/24] Compiling FloatingFilter NSStackView+convenience.swift
[10/24] Compiling FloatingFilter NSView+addConstraintsToFillSuperview.swift
[11/24] Compiling FloatingFilter WindowHoldingService.swift
[12/24] Compiling FloatingFilter NSTableView+ArrowKeyableTextFieldDelegate.swift
[13/24] Compiling FloatingFilter NSTableView+sendDoubleAction.swift
[14/24] Compiling FloatingFilter ItemsViewController.swift
[15/24] Compiling FloatingFilter KeyEventForwardingTableView.swift
[16/25] Compiling FloatingFilter Bundle+current.swift
[17/25] Compiling FloatingFilter FilterInteractor.swift
[18/25] Compiling FloatingFilter FilterViewController.swift
[19/25] Compiling FloatingFilter FloatingFilterModule.swift
[20/25] Compiling FloatingFilter FuzzyMatching.swift
[21/25] Compiling FloatingFilter Item.swift
[22/25] Compiling FloatingFilter ArrowKeyableTextField.swift
[23/25] Compiling FloatingFilter AutoGrowingTextField.swift
[24/25] Emitting module FloatingFilter
[25/25] Compiling FloatingFilter resource_bundle_accessor.swift
Build complete! (6.93s)
warning: 'spi-builder-workspace': Source files for target FloatingFilterTests should be located under 'Tests/FloatingFilterTests', or a custom sources path can be set with the 'path' property in Package.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/FloatingFilter/Resources/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FloatingFilter",
  "name" : "FloatingFilter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "FloatingFilter",
      "targets" : [
        "FloatingFilter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FloatingFilter",
      "module_type" : "SwiftTarget",
      "name" : "FloatingFilter",
      "path" : "Sources/FloatingFilter",
      "product_memberships" : [
        "FloatingFilter"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FloatingFilter/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FloatingFilter/Resources/FilterViewController.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FloatingFilter/Resources/ItemsViewController.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+current.swift",
        "FilterInteractor.swift",
        "Filtering/ArrowKeyableTextField.swift",
        "Filtering/AutoGrowingTextField.swift",
        "Filtering/FilterViewController.swift",
        "FloatingFilterModule.swift",
        "FuzzyMatching.swift",
        "Item.swift",
        "Items/Collection+indexed.swift",
        "Items/ItemCellView.swift",
        "Items/ItemsViewController.swift",
        "Items/KeyEventForwardingTableView.swift",
        "Items/NSTableView+ArrowKeyableTextFieldDelegate.swift",
        "Items/NSTableView+sendDoubleAction.swift",
        "Window/FilterWindowController.swift",
        "Window/NSStackView+convenience.swift",
        "Window/NSView+addConstraintsToFillSuperview.swift",
        "Window/WindowHoldingService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
warning: 'spi-builder-workspace': Source files for target FloatingFilterTests should be located under 'Tests/FloatingFilterTests', or a custom sources path can be set with the 'path' property in Package.swift
Done.