The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LNPopupController with Swift 5.10 for macOS (Xcode) using Xcode 15.3 at master.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme LNPopupController-Package -destination platform=macos,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LeoNatan/LNPopupController.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/LeoNatan/LNPopupController
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5663838 Comment
Submodule path 'LNPopupSettings': checked out '8ab95168805498f3cce5eb77064abf19d93a56d2'
Submodule 'LNPopupSettings' (https://github.com/LeoNatan/LNPopupSettings.git) registered for path 'LNPopupSettings'
Cloning into '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupSettings'...
Cloned https://github.com/LeoNatan/LNPopupController.git
Revision (git rev-parse @):
566383812e220288fe340d7fc481ed39bae9d612
SUCCESS checkout https://github.com/LeoNatan/LNPopupController.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $workDir
https://github.com/LeoNatan/LNPopupController.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  LNPopupController: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: LNPopupController
objc[94994]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x113a840e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1145680e0). One of the two will be used. Which one is undefined.
{
  "cxx_language_standard" : "gnu++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "LNPopupController",
  "name" : "LNPopupController",
  "path" : "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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.m",
        "LNPopupController/Private/LNPopupBarAppearance.m",
        "LNPopupController/Private/LNPopupBarAppearanceChainProxy.m",
        "LNPopupController/Private/LNPopupCloseButton.m",
        "LNPopupController/Private/LNPopupContentView.m",
        "LNPopupController/Private/LNPopupController.m",
        "LNPopupController/Private/LNPopupCustomBarViewController.m",
        "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.m",
        "LNPopupController/Private/UIView+LNPopupSupportPrivate.m",
        "LNPopupController/Private/UIViewController+LNPopupSupport.m",
        "LNPopupController/Private/UIViewController+LNPopupSupportPrivate.m",
        "LNPopupController/Private/_LNPopupBackgroundShadowView.m",
        "LNPopupController/Private/_LNPopupBarBackgroundMaskView.m",
        "LNPopupController/Private/_LNPopupBarBackgroundView.m",
        "LNPopupController/Private/_LNPopupBarShadowedImageView.m",
        "LNPopupController/Private/_LNPopupSwizzlingUtils.m",
        "LNPopupController/Private/_LNPopupUIBarAppearanceProxy.m",
        "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.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LNPopupController",
      "LNPopupController-Package",
      "LNPopupController-Static"
    ]
  }
}
objc[95152]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1130c80e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112f240e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme LNPopupController-Package -destination platform=macos,arch=arm64
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme LNPopupController-Package -destination platform=macos,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  LNPopupController: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'LNPopupController-Static' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController-ObjC' in project 'LNPopupController' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x c -c /dev/null
Build description signature: 0f9465c8be145c801aa00c4b6b513c3c
Build description path: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0f9465c8be145c801aa00c4b6b513c3c.xcbuilddata
CreateBuildDirectory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache
CreateBuildDirectory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
MkDir /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/mkdir -p /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework
SymLink /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Resources Versions/Current/Resources (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Resources
MkDir /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Versions/A (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/mkdir -p /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Versions/A
MkDir /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Versions (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/mkdir -p /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Versions
SymLink /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Versions/Current A (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/ln -sfh A /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Versions/Current
SymLink /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/LNPopupController Versions/Current/LNPopupController (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/LNPopupController /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/LNPopupController
MkDir /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Versions/A/Resources (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/mkdir -p /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/LNPopupController.framework/Versions/A/Resources
WriteAuxiliaryFile /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/LNPopupController-ObjC.modulemap (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/LNPopupController-ObjC.modulemap
Copy /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LNPopupController-ObjC.modulemap /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/LNPopupController-ObjC.modulemap (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/LNPopupController-ObjC.modulemap /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController-ObjC.LinkFileList (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/LNPopupController-ObjC.LinkFileList
WriteAuxiliaryFile /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-macos10.13 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=LNPopupController_ObjC' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -g -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/Private -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/DerivedSources-normal/arm64 -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/DerivedSources/arm64 -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/DerivedSources -F/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/LNPopupController.modulemap (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/LNPopupController.modulemap
Copy /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LNPopupController.modulemap /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/LNPopupController.modulemap (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/LNPopupController.modulemap /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController-OutputFileMap.json (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController-OutputFileMap.json
WriteAuxiliaryFile /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController_const_extract_protocols.json (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController_const_extract_protocols.json
WriteAuxiliaryFile /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController.SwiftFileList (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    write-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController.SwiftFileList
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupSwizzlingUtils.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupSwizzlingUtils.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNWeakRef.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNWeakRef.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m:9:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.m:9:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
SwiftDriver LNPopupController normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LNPopupController -Onone -enforce-exclusivity\=checked @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LNPopupController-ObjC.modulemap -DXcode -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -output-file-map /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController_const_extract_protocols.json -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController-Swift.h -working-directory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.m:9:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.h:9:9: fatal error: module 'UIKit' not found
@import UIKit;
 ~~~~~~~^~~~~
1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m:9:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
objc[95168]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1108080e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1107b80e0). One of the two will be used. Which one is undefined.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-001A103E26D2001E, name:My Mac }
{ platform:tvOS Simulator, id:70405EF9-9F90-417C-9F6E-AB3B1F1D9DC7, OS:17.2, name:Apple TV }
{ platform:tvOS Simulator, id:5A5BB7E0-B90B-49A0-BBB1-943FFC27A1D4, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:B2053F29-3B9E-4DE9-85A6-E38ACA4451A3, OS:17.2, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:2937AC14-15E0-4D42-B8AA-9481941721C6, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:8CB0E68C-1668-4843-9793-1033274AEF77, OS:17.2, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:tvOS Simulator, id:12F2CDEA-21DA-4EB9-9191-18D81B6D6038, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:3ED67185-3870-4373-A65C-9E87C7BB694D, OS:1.0, name:Apple Vision Pro }
{ platform:visionOS Simulator, id:F72B4774-80F1-46B1-8438-87CC44877F81, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:C09E6AC2-CB54-425A-B2A5-6989BBD552F6, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:AC0D13ED-0C17-4393-B49C-7E77D9D536A9, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:9F3BF276-B6F8-498E-A39B-7E990D422823, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:307A0B53-641A-4BD9-AC70-1795D0990F5A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:F1090B6B-F489-45B3-998E-2B4F804B19E4, OS:10.2, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:1667D247-6F26-4CDF-8BEE-7608CA76115D, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:32473BDB-0398-4FBE-9F10-1F59EB759BBE, OS:10.2, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:0EF50BE9-DA98-47FF-A50C-13ADFA45F141, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:5CA09CC5-AC4C-4E46-B119-058DDEF07CD8, OS:10.2, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:F7F04DC6-F2F7-4C7D-A681-4CDBBEBAC095, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:6979E2A9-F51A-4C70-81EF-61FC04A6FFB0, OS:10.2, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:9FEBE2FA-B4C6-4EF7-9518-D1CC33162E5E, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:3619F637-7CC2-42C4-AE50-2BA4EFACF343, OS:10.2, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:8BA0449F-D125-45B5-8326-1BF2744151FD, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F23A4AA7-9463-412D-B832-3859C6BE279B, OS:10.2, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:E0C99BE0-D2D5-4BB3-8F87-FB5E7C2E7B54, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:D4727970-4CE3-4078-AFB3-82E06BA84CF9, OS:10.2, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:E1574FD0-AF8F-4000-A3A4-99E160EB2B93, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:FEFDEB23-F4A2-40D6-BF31-D6DAF814114F, OS:10.2, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:81C5852D-104B-4EF8-82AB-533A260025BA, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:C17E5169-BF27-402A-A3B3-BD0E2C66315A, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
{ platform:watchOS Simulator, id:FB3DD217-BE1E-45E5-9638-D38C79323506, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:8C0985BD-C231-44A9-A42A-48E32D904F22, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:B356BE2B-EFC5-41D9-851F-D3F4BE4E9E18, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:1061DA60-1B2C-43B4-8A12-AA8E17FDBF6B, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:4E3FF828-C406-4B78-9927-9C976A8B1FCB, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:25D827DD-3847-4642-8622-9336A529A407, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:C3B8C198-8013-4BE6-959F-63057EDC6035, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:EF66F110-FED0-4A49-91C4-126AC2E5240C, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:ECA6D07B-4A0E-4906-80ED-951B87F032DF, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:7D6DC3D2-B9B6-4F95-A23F-15029D0A987A, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:742F36DC-4CCD-4C21-B5A2-3A184C8FC8E2, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:8C38D4D5-D1D3-4860-84B1-0A1FB8CF28E4, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:3CA0008B-DE9E-40AE-8796-57466FEC6CB4, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:CBA75002-93AE-442A-9270-D70099CE0A53, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:698BC705-0BA2-43A3-B6BE-6DA0A57E93D3, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:508BD349-D73E-44FD-9CC7-77D01749CA1F, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:7AC01184-85A2-4585-8CB1-681C489D52AE, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:F3F94F7F-22C1-423E-9993-20876A4D535B, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:ACB7F155-FC1C-463C-9455-63BE11A7BA54, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:54F76F08-7524-4F62-A049-3CD511DF9155, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:9937A015-E1C7-43F5-87C9-53FE3A21628D, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
(4 failures)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme LNPopupController-Package -destination platform=macos,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  LNPopupController: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'LNPopupController-Static' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController' in project 'LNPopupController'
        ➜ Explicit dependency on target 'LNPopupController-ObjC' in project 'LNPopupController'
    Target 'LNPopupController-ObjC' in project 'LNPopupController' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNWeakRef.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNWeakRef.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNWeakRef.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupUIBarAppearanceProxy.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupSwizzlingUtils.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupSwizzlingUtils.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupSwizzlingUtils.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m:9:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.m:9:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.m:9:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.h:9:9: fatal error: module 'UIKit' not found
@import UIKit;
 ~~~~~~~^~~~~
1 error generated.
SwiftDriver LNPopupController normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LNPopupController' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LNPopupController -Onone -enforce-exclusivity\=checked @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LNPopupController-ObjC.modulemap -DXcode -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -output-file-map /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController_const_extract_protocols.json -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController.build/Objects-normal/arm64/LNPopupController-Swift.h -working-directory /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o -index-unit-output-path /LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m:9:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
objc[95957]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10b8640e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10c4d40e0). One of the two will be used. Which one is undefined.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-001A103E26D2001E, name:My Mac }
{ platform:tvOS Simulator, id:70405EF9-9F90-417C-9F6E-AB3B1F1D9DC7, OS:17.2, name:Apple TV }
{ platform:tvOS Simulator, id:5A5BB7E0-B90B-49A0-BBB1-943FFC27A1D4, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:B2053F29-3B9E-4DE9-85A6-E38ACA4451A3, OS:17.2, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:2937AC14-15E0-4D42-B8AA-9481941721C6, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:8CB0E68C-1668-4843-9793-1033274AEF77, OS:17.2, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:tvOS Simulator, id:12F2CDEA-21DA-4EB9-9191-18D81B6D6038, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:3ED67185-3870-4373-A65C-9E87C7BB694D, OS:1.0, name:Apple Vision Pro }
{ platform:visionOS Simulator, id:F72B4774-80F1-46B1-8438-87CC44877F81, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:C09E6AC2-CB54-425A-B2A5-6989BBD552F6, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:AC0D13ED-0C17-4393-B49C-7E77D9D536A9, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:9F3BF276-B6F8-498E-A39B-7E990D422823, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:307A0B53-641A-4BD9-AC70-1795D0990F5A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:F1090B6B-F489-45B3-998E-2B4F804B19E4, OS:10.2, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:1667D247-6F26-4CDF-8BEE-7608CA76115D, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:32473BDB-0398-4FBE-9F10-1F59EB759BBE, OS:10.2, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:0EF50BE9-DA98-47FF-A50C-13ADFA45F141, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:5CA09CC5-AC4C-4E46-B119-058DDEF07CD8, OS:10.2, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:F7F04DC6-F2F7-4C7D-A681-4CDBBEBAC095, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:6979E2A9-F51A-4C70-81EF-61FC04A6FFB0, OS:10.2, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:9FEBE2FA-B4C6-4EF7-9518-D1CC33162E5E, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:3619F637-7CC2-42C4-AE50-2BA4EFACF343, OS:10.2, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:8BA0449F-D125-45B5-8326-1BF2744151FD, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F23A4AA7-9463-412D-B832-3859C6BE279B, OS:10.2, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:E0C99BE0-D2D5-4BB3-8F87-FB5E7C2E7B54, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:D4727970-4CE3-4078-AFB3-82E06BA84CF9, OS:10.2, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:E1574FD0-AF8F-4000-A3A4-99E160EB2B93, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:FEFDEB23-F4A2-40D6-BF31-D6DAF814114F, OS:10.2, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:81C5852D-104B-4EF8-82AB-533A260025BA, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:C17E5169-BF27-402A-A3B3-BD0E2C66315A, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
{ platform:watchOS Simulator, id:FB3DD217-BE1E-45E5-9638-D38C79323506, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:8C0985BD-C231-44A9-A42A-48E32D904F22, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:B356BE2B-EFC5-41D9-851F-D3F4BE4E9E18, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:1061DA60-1B2C-43B4-8A12-AA8E17FDBF6B, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:4E3FF828-C406-4B78-9927-9C976A8B1FCB, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:25D827DD-3847-4642-8622-9336A529A407, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:C3B8C198-8013-4BE6-959F-63057EDC6035, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:EF66F110-FED0-4A49-91C4-126AC2E5240C, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:ECA6D07B-4A0E-4906-80ED-951B87F032DF, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:7D6DC3D2-B9B6-4F95-A23F-15029D0A987A, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:742F36DC-4CCD-4C21-B5A2-3A184C8FC8E2, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:8C38D4D5-D1D3-4860-84B1-0A1FB8CF28E4, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:3CA0008B-DE9E-40AE-8796-57466FEC6CB4, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:CBA75002-93AE-442A-9270-D70099CE0A53, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:698BC705-0BA2-43A3-B6BE-6DA0A57E93D3, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:508BD349-D73E-44FD-9CC7-77D01749CA1F, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:7AC01184-85A2-4585-8CB1-681C489D52AE, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:F3F94F7F-22C1-423E-9993-20876A4D535B, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:ACB7F155-FC1C-463C-9455-63BE11A7BA54, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:54F76F08-7524-4F62-A049-3CD511DF9155, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:9937A015-E1C7-43F5-87C9-53FE3A21628D, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarShadowedImageView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBarBackgroundMaskView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBarBackgroundMaskView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
	CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LNPopupController.build/Debug/LNPopupController-ObjC.build/Objects-normal/arm64/_LNPopupBackgroundShadowView.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'LNPopupController-ObjC' from project 'LNPopupController')
(4 failures)
BUILD FAILURE 5.10 macosXcodebuild

Build Machine: Mac 7