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 MijickPopups, reference main (b7cdd1), with Swift 6.1 for macOS (SPM) on 14 May 2025 18:29:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mijick/Popups.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mijick/Popups
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b7cdd14 Update README
Cloned https://github.com/Mijick/Popups.git
Revision (git rev-parse @):
b7cdd1493a2f63e62f7e05e7a5dd7e5ca2f4b786
SUCCESS checkout https://github.com/Mijick/Popups.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "popups",
      "name": "MijickPopups",
      "url": "https://github.com/Mijick/Popups.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Popups",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Mijick/Popups.git
[1/13583] Fetching popups
Fetched https://github.com/Mijick/Popups.git from cache (1.10s)
Creating working copy for https://github.com/Mijick/Popups.git
Working copy of https://github.com/Mijick/Popups.git resolved at main (b7cdd14)
warning: '.resolve-product-dependencies': dependency 'popups' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Mijick/Popups.git
https://github.com/Mijick/Popups.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MijickPopups",
  "name" : "MijickPopups",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MijickPopups",
      "targets" : [
        "MijickPopups"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "MijickPopupsTests",
      "module_type" : "SwiftTarget",
      "name" : "MijickPopupsTests",
      "path" : "Tests",
      "sources" : [
        "Tests+PopupID.swift",
        "Tests+PopupStack.swift",
        "Tests+ViewModel+PopupCenterStack.swift",
        "Tests+ViewModel+PopupVerticalStack.swift"
      ],
      "target_dependencies" : [
        "MijickPopups"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MijickPopups",
      "module_type" : "SwiftTarget",
      "name" : "MijickPopups",
      "path" : "Sources",
      "product_memberships" : [
        "MijickPopups"
      ],
      "sources" : [
        "Internal/Configurables/Global/GlobalConfig+Center.swift",
        "Internal/Configurables/Global/GlobalConfig+Vertical.swift",
        "Internal/Configurables/Global/GlobalConfig.swift",
        "Internal/Configurables/Local/LocalConfig+Center.swift",
        "Internal/Configurables/Local/LocalConfig+Vertical.swift",
        "Internal/Configurables/Local/LocalConfig.swift",
        "Internal/Containers/GlobalConfigContainer.swift",
        "Internal/Containers/PopupStack.swift",
        "Internal/Containers/PopupStackContainer.swift",
        "Internal/Extensions/Animation++.swift",
        "Internal/Extensions/Array++.swift",
        "Internal/Extensions/EdgeInsets++.swift",
        "Internal/Extensions/Task++.swift",
        "Internal/Extensions/View+Background.swift",
        "Internal/Extensions/View+Gestures.swift",
        "Internal/Extensions/View+Keyboard.swift",
        "Internal/Extensions/View+ReadHeight.swift",
        "Internal/Extensions/View+tvOS.swift",
        "Internal/Models/ActivePopupProperties.swift",
        "Internal/Models/AnyPopup.swift",
        "Internal/Models/AnyPopupConfig.swift",
        "Internal/Models/ID+Popup.swift",
        "Internal/Models/Screen.swift",
        "Internal/Models/StackPriority.swift",
        "Internal/UI/PopupCenterStackView.swift",
        "Internal/UI/PopupVerticalStackView.swift",
        "Internal/UI/PopupView.swift",
        "Internal/Utilities/Logger.swift",
        "Internal/Utilities/PopupActionScheduler.swift",
        "Internal/Utilities/PopupAlignment.swift",
        "Internal/View Models/ViewModel+CentreStack.swift",
        "Internal/View Models/ViewModel+VerticalStack.swift",
        "Internal/View Models/ViewModel.swift",
        "Public/Dismiss/Public+Dismiss+PopupStack.swift",
        "Public/Dismiss/Public+Dismiss+View.swift",
        "Public/Popup/Public+Popup+Config.swift",
        "Public/Popup/Public+Popup+Main.swift",
        "Public/Popup/Public+Popup+Utilities.swift",
        "Public/Present/Public+Present+Popup.swift",
        "Public/Setup/Public+Setup+Config.swift",
        "Public/Setup/Public+Setup+ConfigContainer.swift",
        "Public/Setup/Public+Setup+PopupStackID.swift",
        "Public/Setup/Public+Setup+SceneDelegate.swift",
        "Public/Setup/Public+Setup+View.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/43] Emitting module MijickPopups
[4/47] Compiling MijickPopups PopupCenterStackView.swift
[5/47] Compiling MijickPopups PopupVerticalStackView.swift
[6/47] Compiling MijickPopups PopupView.swift
[7/47] Compiling MijickPopups Logger.swift
[8/47] Compiling MijickPopups Public+Setup+ConfigContainer.swift
[9/47] Compiling MijickPopups Public+Setup+PopupStackID.swift
[10/47] Compiling MijickPopups Public+Setup+SceneDelegate.swift
[11/47] Compiling MijickPopups Public+Setup+View.swift
[12/47] Compiling MijickPopups Array++.swift
[13/47] Compiling MijickPopups EdgeInsets++.swift
[14/47] Compiling MijickPopups Task++.swift
[15/47] Compiling MijickPopups View+Background.swift
[16/47] Compiling MijickPopups View+Gestures.swift
[17/47] Compiling MijickPopups LocalConfig.swift
[18/47] Compiling MijickPopups GlobalConfigContainer.swift
[19/47] Compiling MijickPopups PopupStack.swift
[20/47] Compiling MijickPopups PopupStackContainer.swift
[21/47] Compiling MijickPopups Animation++.swift
[22/47] Compiling MijickPopups ViewModel.swift
[23/47] Compiling MijickPopups Public+Dismiss+PopupStack.swift
[24/47] Compiling MijickPopups Public+Dismiss+View.swift
[25/47] Compiling MijickPopups Public+Popup+Config.swift
[26/47] Compiling MijickPopups AnyPopupConfig.swift
[27/47] Compiling MijickPopups ID+Popup.swift
[28/47] Compiling MijickPopups Screen.swift
[29/47] Compiling MijickPopups StackPriority.swift
[30/47] Compiling MijickPopups View+Keyboard.swift
[31/47] Compiling MijickPopups View+ReadHeight.swift
[32/47] Compiling MijickPopups View+tvOS.swift
[33/47] Compiling MijickPopups ActivePopupProperties.swift
[34/47] Compiling MijickPopups AnyPopup.swift
[35/47] Compiling MijickPopups Public+Popup+Main.swift
[36/47] Compiling MijickPopups Public+Popup+Utilities.swift
[37/47] Compiling MijickPopups Public+Present+Popup.swift
[38/47] Compiling MijickPopups Public+Setup+Config.swift
[39/47] Compiling MijickPopups GlobalConfig+Center.swift
[40/47] Compiling MijickPopups GlobalConfig+Vertical.swift
[41/47] Compiling MijickPopups GlobalConfig.swift
[42/47] Compiling MijickPopups LocalConfig+Center.swift
[43/47] Compiling MijickPopups LocalConfig+Vertical.swift
[44/47] Compiling MijickPopups PopupActionScheduler.swift
[45/47] Compiling MijickPopups PopupAlignment.swift
[46/47] Compiling MijickPopups ViewModel+CentreStack.swift
[47/47] Compiling MijickPopups ViewModel+VerticalStack.swift
Build complete! (11.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MijickPopups",
  "name" : "MijickPopups",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MijickPopups",
      "targets" : [
        "MijickPopups"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "MijickPopupsTests",
      "module_type" : "SwiftTarget",
      "name" : "MijickPopupsTests",
      "path" : "Tests",
      "sources" : [
        "Tests+PopupID.swift",
        "Tests+PopupStack.swift",
        "Tests+ViewModel+PopupCenterStack.swift",
        "Tests+ViewModel+PopupVerticalStack.swift"
      ],
      "target_dependencies" : [
        "MijickPopups"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MijickPopups",
      "module_type" : "SwiftTarget",
      "name" : "MijickPopups",
      "path" : "Sources",
      "product_memberships" : [
        "MijickPopups"
      ],
      "sources" : [
        "Internal/Configurables/Global/GlobalConfig+Center.swift",
        "Internal/Configurables/Global/GlobalConfig+Vertical.swift",
        "Internal/Configurables/Global/GlobalConfig.swift",
        "Internal/Configurables/Local/LocalConfig+Center.swift",
        "Internal/Configurables/Local/LocalConfig+Vertical.swift",
        "Internal/Configurables/Local/LocalConfig.swift",
        "Internal/Containers/GlobalConfigContainer.swift",
        "Internal/Containers/PopupStack.swift",
        "Internal/Containers/PopupStackContainer.swift",
        "Internal/Extensions/Animation++.swift",
        "Internal/Extensions/Array++.swift",
        "Internal/Extensions/EdgeInsets++.swift",
        "Internal/Extensions/Task++.swift",
        "Internal/Extensions/View+Background.swift",
        "Internal/Extensions/View+Gestures.swift",
        "Internal/Extensions/View+Keyboard.swift",
        "Internal/Extensions/View+ReadHeight.swift",
        "Internal/Extensions/View+tvOS.swift",
        "Internal/Models/ActivePopupProperties.swift",
        "Internal/Models/AnyPopup.swift",
        "Internal/Models/AnyPopupConfig.swift",
        "Internal/Models/ID+Popup.swift",
        "Internal/Models/Screen.swift",
        "Internal/Models/StackPriority.swift",
        "Internal/UI/PopupCenterStackView.swift",
        "Internal/UI/PopupVerticalStackView.swift",
        "Internal/UI/PopupView.swift",
        "Internal/Utilities/Logger.swift",
        "Internal/Utilities/PopupActionScheduler.swift",
        "Internal/Utilities/PopupAlignment.swift",
        "Internal/View Models/ViewModel+CentreStack.swift",
        "Internal/View Models/ViewModel+VerticalStack.swift",
        "Internal/View Models/ViewModel.swift",
        "Public/Dismiss/Public+Dismiss+PopupStack.swift",
        "Public/Dismiss/Public+Dismiss+View.swift",
        "Public/Popup/Public+Popup+Config.swift",
        "Public/Popup/Public+Popup+Main.swift",
        "Public/Popup/Public+Popup+Utilities.swift",
        "Public/Present/Public+Present+Popup.swift",
        "Public/Setup/Public+Setup+Config.swift",
        "Public/Setup/Public+Setup+ConfigContainer.swift",
        "Public/Setup/Public+Setup+PopupStackID.swift",
        "Public/Setup/Public+Setup+SceneDelegate.swift",
        "Public/Setup/Public+Setup+View.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.