The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build LNPopupController, reference 3.0.7 (e14712), with Swift 6.1 for macOS (SPM) on 1 May 2025 08:19:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LeoNatan/LNPopupController.git
Reference: 3.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LeoNatan/LNPopupController
 * tag               3.0.7      -> FETCH_HEAD
HEAD is now at e14712b 3.0.7
Submodule path 'LNPopupSettings': checked out '6d5428faa04677a8e6d80fdba8b71b0cc4316aaa'
Submodule 'LNPopupSettings' (https://LeoNatan@github.com/LeoNatan/LNPopupSettings.git) registered for path 'LNPopupSettings'
Cloning into '/Users/admin/builder/spi-builder-workspace/LNPopupSettings'...
Cloned https://github.com/LeoNatan/LNPopupController.git
Revision (git rev-parse @):
e14712b8077f9d25c2b70d23241e922537673338
SUCCESS checkout https://github.com/LeoNatan/LNPopupController.git at 3.0.7
========================================
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": "lnpopupcontroller",
      "name": "LNPopupController",
      "url": "https://github.com/LeoNatan/LNPopupController.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LNPopupController",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LeoNatan/LNPopupController.git
[1/9136] Fetching lnpopupcontroller
Fetched https://github.com/LeoNatan/LNPopupController.git from cache (7.02s)
Creating working copy for https://github.com/LeoNatan/LNPopupController.git
Working copy of https://github.com/LeoNatan/LNPopupController.git resolved at 3.0.7 (e14712b)
warning: '.resolve-product-dependencies': dependency 'lnpopupcontroller' 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/LeoNatan/LNPopupController.git
https://github.com/LeoNatan/LNPopupController.git
{
  "cxx_language_standard" : "gnu++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "LNPopupController",
  "name" : "LNPopupController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LNPopupController",
      "targets" : [
        "LNPopupController",
        "LNPopupController-ObjC"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "LNPopupController-Static",
      "targets" : [
        "LNPopupController",
        "LNPopupController-ObjC"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LNPopupController_ObjC",
      "module_type" : "ClangTarget",
      "name" : "LNPopupController-ObjC",
      "path" : "LNPopupController",
      "product_memberships" : [
        "LNPopupController",
        "LNPopupController-Static"
      ],
      "sources" : [
        "LNPopupController/Private/LNChevronView.m",
        "LNPopupController/Private/LNForwardingDelegate.m",
        "LNPopupController/Private/LNMath.m",
        "LNPopupController/Private/LNPopupBar.mm",
        "LNPopupController/Private/LNPopupBarAppearance.mm",
        "LNPopupController/Private/LNPopupBarAppearanceChainProxy.m",
        "LNPopupController/Private/LNPopupBarExtras.mm",
        "LNPopupController/Private/LNPopupCloseButton.mm",
        "LNPopupController/Private/LNPopupContentView.m",
        "LNPopupController/Private/LNPopupController.mm",
        "LNPopupController/Private/LNPopupCustomBarViewController.m",
        "LNPopupController/Private/LNPopupDebug.m",
        "LNPopupController/Private/LNPopupImageView.mm",
        "LNPopupController/Private/LNPopupInteractionPanGestureRecognizer.m",
        "LNPopupController/Private/LNPopupItem.m",
        "LNPopupController/Private/LNPopupLongPressGestureRecognizer.m",
        "LNPopupController/Private/LNPopupOpenTapGestureRecognizer.m",
        "LNPopupController/Private/MarqueeLabel.m",
        "LNPopupController/Private/NSAttributedString+LNPopupSupport.m",
        "LNPopupController/Private/UIContextMenuInteraction+LNPopupSupportPrivate.mm",
        "LNPopupController/Private/UIView+LNPopupSupportPrivate.mm",
        "LNPopupController/Private/UIViewController+LNPopupSupport.mm",
        "LNPopupController/Private/UIViewController+LNPopupSupportPrivate.mm",
        "LNPopupController/Private/_LNPopupAddressInfo.mm",
        "LNPopupController/Private/_LNPopupBackgroundShadowView.m",
        "LNPopupController/Private/_LNPopupBarBackgroundMaskView.m",
        "LNPopupController/Private/_LNPopupBarBackgroundView.m",
        "LNPopupController/Private/_LNPopupSwizzlingUtils.m",
        "LNPopupController/Private/_LNPopupTransitionAnimator.mm",
        "LNPopupController/Private/_LNPopupTransitionCloseAnimator.m",
        "LNPopupController/Private/_LNPopupTransitionGenericCloseAnimator.m",
        "LNPopupController/Private/_LNPopupTransitionGenericOpenAnimator.m",
        "LNPopupController/Private/_LNPopupTransitionOpenAnimator.m",
        "LNPopupController/Private/_LNPopupTransitionPreferredCloseAnimator.mm",
        "LNPopupController/Private/_LNPopupTransitionPreferredOpenAnimator.mm",
        "LNPopupController/Private/_LNPopupTransitionView.mm",
        "LNPopupController/Private/_LNPopupUIBarAppearanceProxy.mm",
        "LNPopupController/Private/_LNWeakRef.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LNPopupController",
      "module_type" : "SwiftTarget",
      "name" : "LNPopupController",
      "path" : "LNPCSwiftRefinements",
      "product_memberships" : [
        "LNPopupController",
        "LNPopupController-Static"
      ],
      "sources" : [
        "SwiftRefinements.swift"
      ],
      "target_dependencies" : [
        "LNPopupController-ObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/44] Write swift-version-2F0A5646E1D333AE.txt
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearance+Private.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[1/44] Compiling LNPopupBarAppearance.mm
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarExtras.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[1/44] Compiling LNPopupBarExtras.mm
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupBar.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[1/44] Compiling LNPopupBar.mm
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCloseButton+Private.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupCloseButton.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[1/44] Compiling _LNWeakRef.m
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupContentView.m:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupController.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[1/44] Compiling LNPopupCloseButton.mm
[1/44] Compiling LNPopupContentView.m
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.m:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupBarAppearanceChainProxy.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[1/44] Compiling LNPopupBarAppearanceChainProxy.m
[1/44] Compiling LNForwardingDelegate.m
[1/44] Compiling LNMath.m
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCustomBarViewController.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/LNPopupCustomBarViewController+Private.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/include/LNPopupController/LNPopupItem.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[1/44] Compiling LNPopupCustomBarViewController.m
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionPreferredCloseAnimator.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionPreferredCloseAnimator.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionCloseAnimator.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/44] Compiling _LNPopupTransitionPreferredCloseAnimator.mm
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionOpenAnimator.m:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionOpenAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/44] Compiling _LNPopupTransitionOpenAnimator.m
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionGenericCloseAnimator.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionGenericCloseAnimator.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionCloseAnimator.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/44] Compiling _LNPopupTransitionGenericCloseAnimator.m
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionCloseAnimator.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionCloseAnimator.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/44] Compiling _LNPopupTransitionCloseAnimator.m
[0/44] Compiling _LNPopupUIBarAppearanceProxy.mm
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionAnimator.mm:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/44] Compiling _LNPopupTransitionAnimator.mm
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionGenericOpenAnimator.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionGenericOpenAnimator.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionOpenAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/44] Compiling _LNPopupTransitionGenericOpenAnimator.m
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionPreferredOpenAnimator.mm:9:
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionPreferredOpenAnimator.h:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionOpenAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/44] Compiling _LNPopupTransitionPreferredOpenAnimator.mm
In file included from /Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionView.mm:9:
/Users/admin/builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupTransitionView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/44] Compiling _LNPopupTransitionView.mm
[0/44] Compiling _LNWeakRef.m
BUILD FAILURE 6.1 macosSpm