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 Drops, reference 1.7.0 (a183ee), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 14:20:03 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/omaralbeik/Drops.git
Reference: 1.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omaralbeik/Drops
 * tag               1.7.0      -> FETCH_HEAD
HEAD is now at a183ee6 Fix iOS 17 crash (#48)
Cloned https://github.com/omaralbeik/Drops.git
Revision (git rev-parse @):
a183ee6f79f21c940092a19c2cba756555422371
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/omaralbeik/Drops.git at 1.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/omaralbeik/Drops.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 Drops Animator.swift
[4/12] Emitting module Drops
[5/12] Compiling Drops Weak.swift
[6/12] Compiling Drops PassthroughView.swift
[7/12] Compiling Drops Drops.swift
[8/12] Compiling Drops Drop.swift
[9/12] Compiling Drops AnimationContext.swift
[10/12] Compiling Drops DropView.swift
[11/12] Compiling Drops PassthroughWindow.swift
[12/12] Compiling Drops Presenter.swift
[13/13] Compiling Drops WindowViewController.swift
Build complete! (1.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Drops",
  "name" : "Drops",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Drops",
      "targets" : [
        "Drops"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DropsTests",
      "module_type" : "SwiftTarget",
      "name" : "DropsTests",
      "path" : "Tests",
      "sources" : [
        "AnimatorTests.swift",
        "DropTests.swift",
        "DropViewTests.swift",
        "DropsTests.swift",
        "PassthroughViewTests.swift",
        "PassthroughWindowTests.swift",
        "PresenterTests.swift",
        "TestAnimatorDelegate.swift",
        "WeakTests.swift",
        "WindowViewControllerTests.swift"
      ],
      "target_dependencies" : [
        "Drops"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Drops",
      "module_type" : "SwiftTarget",
      "name" : "Drops",
      "path" : "Sources",
      "product_memberships" : [
        "Drops"
      ],
      "sources" : [
        "AnimationContext.swift",
        "Animator.swift",
        "Drop.swift",
        "DropView.swift",
        "Drops.swift",
        "PassthroughView.swift",
        "PassthroughWindow.swift",
        "Presenter.swift",
        "Weak.swift",
        "WindowViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.