The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CountryPickerAKS, reference 0.7.0 (37bae9), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2025 12:10:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CountryPickerAKS -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aksamitsah/CountryPickerAKS.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aksamitsah/CountryPickerAKS
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 37bae95 fixed and release
Cloned https://github.com/aksamitsah/CountryPickerAKS.git
Revision (git rev-parse @):
37bae951b52484a64f96f7d717d5dcbc47e6735d
SUCCESS checkout https://github.com/aksamitsah/CountryPickerAKS.git at 0.7.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aksamitsah/CountryPickerAKS.git
https://github.com/aksamitsah/CountryPickerAKS.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CountryPickerAKS",
  "name" : "CountryPickerAKS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CountryPickerAKS",
      "targets" : [
        "CountryPickerAKS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CountryPickerAKS",
      "module_type" : "SwiftTarget",
      "name" : "CountryPickerAKS",
      "path" : "Sources/CountryPickerAKS",
      "product_memberships" : [
        "CountryPickerAKS"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle.swift",
        "CountryData.swift",
        "CountryListVC.swift",
        "CountryManager.swift",
        "CountryPickerCell.swift",
        "Extensions.swift",
        "Models.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CountryPickerAKS: /Users/admin/builder/spi-builder-workspace
resolved source packages: CountryPickerAKS
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CountryPickerAKS",
  "name" : "CountryPickerAKS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CountryPickerAKS",
      "targets" : [
        "CountryPickerAKS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CountryPickerAKS",
      "module_type" : "SwiftTarget",
      "name" : "CountryPickerAKS",
      "path" : "Sources/CountryPickerAKS",
      "product_memberships" : [
        "CountryPickerAKS"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle.swift",
        "CountryData.swift",
        "CountryListVC.swift",
        "CountryManager.swift",
        "CountryPickerCell.swift",
        "Extensions.swift",
        "Models.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CountryPickerAKS"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CountryPickerAKS -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CountryPickerAKS -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  CountryPickerAKS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'CountryPickerAKS' in project 'CountryPickerAKS'
        ➜ Explicit dependency on target 'CountryPickerAKS' in project 'CountryPickerAKS'
        ➜ Explicit dependency on target 'CountryPickerAKS_CountryPickerAKS' in project 'CountryPickerAKS'
    Target 'CountryPickerAKS' in project 'CountryPickerAKS'
        ➜ Explicit dependency on target 'CountryPickerAKS_CountryPickerAKS' in project 'CountryPickerAKS'
    Target 'CountryPickerAKS_CountryPickerAKS' in project 'CountryPickerAKS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 705fdfe4ba6432a3dd216ff66eb3a7dd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/705fdfe4ba6432a3dd216ff66eb3a7dd.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/empty-CountryPickerAKS_CountryPickerAKS.plist (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/empty-CountryPickerAKS_CountryPickerAKS.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/CountryPickerAKS_CountryPickerAKS.DependencyMetadataFileList (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/CountryPickerAKS_CountryPickerAKS.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/CountryPickerAKS_CountryPickerAKS.DependencyStaticMetadataFileList (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/CountryPickerAKS_CountryPickerAKS.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS.SwiftFileList (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS_const_extract_protocols.json (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS.SwiftConstValuesFileList (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS-OutputFileMap.json (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/resource_bundle_accessor.swift (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS.LinkFileList (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/Objects-normal/arm64/CountryPickerAKS.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/CountryPickerAKS.modulemap (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/CountryPickerAKS.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/CountryPickerAKS.DependencyStaticMetadataFileList (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/CountryPickerAKS.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/CountryPickerAKS.DependencyMetadataFileList (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/CountryPickerAKS.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPickerAKS_CountryPickerAKS.bundle/Contents/Resources (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPickerAKS_CountryPickerAKS.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPickerAKS_CountryPickerAKS.bundle/Contents (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPickerAKS_CountryPickerAKS.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPickerAKS_CountryPickerAKS.bundle (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPickerAKS_CountryPickerAKS.bundle
CompileStoryboard /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module CountryPickerAKS_CountryPickerAKS --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/Storyboard-SBPartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard --compilation-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build
/* com.apple.ibtool.document.warnings */
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard:tPI-De-J4W: warning: Estimated section header height before iOS 11.0 [5]
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard:tPI-De-J4W: warning: Estimated section footer height before iOS 11.0 [5]
/* com.apple.ibtool.errors */
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard: error: iOS storyboards do not support target device type "mac".
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_output/unthinned (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_output/unthinned
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_output/thinned (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_output/thinned
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CountryPickerAKS.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/CountryPickerAKS.modulemap (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/CountryPickerAKS.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPickerAKS_CountryPickerAKS.bundle/Contents/Resources /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_generated_info.plist_thinned --enable-on-demand-resources NO --development-region en --target-device mac --minimum-deployment-target 10.13 --platform macosx
GenerateAssetSymbols /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/assetcatalog_dependencies --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/assetcatalog_generated_info.plist --enable-on-demand-resources NO --development-region en --target-device mac --minimum-deployment-target 10.13 --platform macosx --bundle-identifier spi-builder-workspace.CountryPickerAKS --generate-swift-asset-symbol-extensions NO --generate-swift-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols.swift --generate-objc-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols.h --generate-asset-symbol-index /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols-Index.plist
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:029c29641457b3eecd7b8c95c40a44abd666ab9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:029c29641457b3eecd7b8c95c40a44abd666ab9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:029c29641457b3eecd7b8c95c40a44abd666ab9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:029c29641457b3eecd7b8c95c40a44abd666ab9c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	CompileStoryboard /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
	Building workspace spi-builder-workspace with scheme CountryPickerAKS
(2 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CountryPickerAKS: /Users/admin/builder/spi-builder-workspace
resolved source packages: CountryPickerAKS
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CountryPickerAKS",
  "name" : "CountryPickerAKS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CountryPickerAKS",
      "targets" : [
        "CountryPickerAKS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CountryPickerAKS",
      "module_type" : "SwiftTarget",
      "name" : "CountryPickerAKS",
      "path" : "Sources/CountryPickerAKS",
      "product_memberships" : [
        "CountryPickerAKS"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle.swift",
        "CountryData.swift",
        "CountryListVC.swift",
        "CountryManager.swift",
        "CountryPickerCell.swift",
        "Extensions.swift",
        "Models.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CountryPickerAKS"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CountryPickerAKS -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CountryPickerAKS -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  CountryPickerAKS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'CountryPickerAKS' in project 'CountryPickerAKS'
        ➜ Explicit dependency on target 'CountryPickerAKS' in project 'CountryPickerAKS'
        ➜ Explicit dependency on target 'CountryPickerAKS_CountryPickerAKS' in project 'CountryPickerAKS'
    Target 'CountryPickerAKS' in project 'CountryPickerAKS'
        ➜ Explicit dependency on target 'CountryPickerAKS_CountryPickerAKS' in project 'CountryPickerAKS'
    Target 'CountryPickerAKS_CountryPickerAKS' in project 'CountryPickerAKS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b4084a2bbbd5c4b59108e77a20fbd3b8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b4084a2bbbd5c4b59108e77a20fbd3b8.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CompileStoryboard /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module CountryPickerAKS_CountryPickerAKS --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/Storyboard-SBPartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard --compilation-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build
/* com.apple.ibtool.document.warnings */
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard:tPI-De-J4W: warning: Estimated section header height before iOS 11.0 [5]
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard:tPI-De-J4W: warning: Estimated section footer height before iOS 11.0 [5]
/* com.apple.ibtool.errors */
/Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard: error: iOS storyboards do not support target device type "mac".
GenerateAssetSymbols /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets (in target 'CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/assetcatalog_dependencies --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/assetcatalog_generated_info.plist --enable-on-demand-resources NO --development-region en --target-device mac --minimum-deployment-target 10.13 --platform macosx --bundle-identifier spi-builder-workspace.CountryPickerAKS --generate-swift-asset-symbol-extensions NO --generate-swift-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols.swift --generate-objc-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols.h --generate-asset-symbol-index /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols.h
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS.build/DerivedSources/GeneratedAssetSymbols.swift
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPickerAKS_CountryPickerAKS.bundle/Contents/Resources /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPickerAKS.build/Debug/CountryPickerAKS_CountryPickerAKS.build/assetcatalog_generated_info.plist_thinned --enable-on-demand-resources NO --development-region en --target-device mac --minimum-deployment-target 10.13 --platform macosx
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:029c29641457b3eecd7b8c95c40a44abd666ab9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:029c29641457b3eecd7b8c95c40a44abd666ab9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:029c29641457b3eecd7b8c95c40a44abd666ab9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:029c29641457b3eecd7b8c95c40a44abd666ab9c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	CompileStoryboard /Users/admin/builder/spi-builder-workspace/Sources/CountryPickerAKS/Resources/Storyboard.storyboard (in target 'CountryPickerAKS_CountryPickerAKS' from project 'CountryPickerAKS')
	Building workspace spi-builder-workspace with scheme CountryPickerAKS
(2 failures)
BUILD FAILURE 6.1 macosXcodebuild