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 PopUp, reference 1.0.0 (84353a), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:34:08 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/maxgribov/PopUp.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxgribov/PopUp
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 84353a5 update README settings info with links
Cloned https://github.com/maxgribov/PopUp.git
Revision (git rev-parse @):
84353a537969466aef6d86d906c00031b2626e11
SUCCESS checkout https://github.com/maxgribov/PopUp.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/maxgribov/PopUp.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/11] Compiling PopUp DismissAnimation.swift
[4/11] Compiling PopUp PresentAnimation.swift
[5/11] Compiling PopUp DismissOnBackgroundTap.swift
[6/11] Compiling PopUp BackgroundMaterial.swift
[7/11] Compiling PopUp View+ext.swift
[8/11] Compiling PopUp PopUpViewModifier.swift
[9/11] Compiling PopUp Animation+ext.swift
[10/11] Emitting module PopUp
[11/11] Compiling PopUp PopUp.swift
Build complete! (9.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PopUp",
  "name" : "PopUp",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "PopUp",
      "targets" : [
        "PopUp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PopUp",
      "module_type" : "SwiftTarget",
      "name" : "PopUp",
      "path" : "Sources",
      "product_memberships" : [
        "PopUp"
      ],
      "sources" : [
        "Popup/Animation+ext.swift",
        "Popup/PopUp.swift",
        "Popup/PopUpViewModifier.swift",
        "Popup/Settings/BackgroundMaterial.swift",
        "Popup/Settings/DismissAnimation.swift",
        "Popup/Settings/DismissOnBackgroundTap.swift",
        "Popup/Settings/PresentAnimation.swift",
        "Popup/View+ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.