The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build CountryPicker, reference master (871a46), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 19:08:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CountryPicker -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/suryakantsharma/countrypicker.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/suryakantsharma/countrypicker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 871a46f Merge pull request #127 from HernanPaez/master
Cloned https://github.com/suryakantsharma/countrypicker.git
Revision (git rev-parse @):
871a46f264d4e3cf368923d714631b917a9e20e6
SUCCESS checkout https://github.com/suryakantsharma/countrypicker.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/suryakantsharma/countrypicker.git
https://github.com/suryakantsharma/countrypicker.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CountryPicker",
  "name" : "CountryPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "CountryPicker",
      "targets" : [
        "CountryPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CountryPicker",
      "module_type" : "SwiftTarget",
      "name" : "CountryPicker",
      "path" : "CountryPicker/Sources",
      "product_memberships" : [
        "CountryPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerController.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration.swift",
        "Constant.swift",
        "Country.swift",
        "CountryManager.swift",
        "CountryPickerView.swift",
        "CountryPickerWheelView.swift",
        "CountryPickerWheelViewModel.swift",
        "CountryPickerWithSectionViewModel.swift",
        "CountryPickerWithSections.swift",
        "SectionMapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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:
  CountryPicker: /Users/admin/builder/spi-builder-workspace
resolved source packages: CountryPicker
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CountryPicker",
  "name" : "CountryPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "CountryPicker",
      "targets" : [
        "CountryPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CountryPicker",
      "module_type" : "SwiftTarget",
      "name" : "CountryPicker",
      "path" : "CountryPicker/Sources",
      "product_memberships" : [
        "CountryPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerController.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration.swift",
        "Constant.swift",
        "Country.swift",
        "CountryManager.swift",
        "CountryPickerView.swift",
        "CountryPickerWheelView.swift",
        "CountryPickerWheelViewModel.swift",
        "CountryPickerWithSectionViewModel.swift",
        "CountryPickerWithSections.swift",
        "SectionMapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CountryPicker"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CountryPicker -destination generic/platform=tvOS 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 CountryPicker -destination generic/platform=tvOS "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:
  CountryPicker: /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 'CountryPicker' in project 'CountryPicker'
        ➜ Explicit dependency on target 'CountryPicker' in project 'CountryPicker'
        ➜ Explicit dependency on target 'CountryPicker_CountryPicker' in project 'CountryPicker'
    Target 'CountryPicker' in project 'CountryPicker'
        ➜ Explicit dependency on target 'CountryPicker_CountryPicker' in project 'CountryPicker'
    Target 'CountryPicker_CountryPicker' in project 'CountryPicker' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 0a7e93d27b74d67f62ad12b962b7630a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0a7e93d27b74d67f62ad12b962b7630a.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/CountryPicker.modulemap (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/CountryPicker.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/CountryPicker_CountryPicker.DependencyStaticMetadataFileList (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/CountryPicker_CountryPicker.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-OutputFileMap.json (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftConstValuesFileList (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftFileList (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.LinkFileList (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/CountryPicker_CountryPicker.DependencyMetadataFileList (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/CountryPicker_CountryPicker.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/CountryPicker.DependencyStaticMetadataFileList (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/CountryPicker.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/CountryPicker.DependencyMetadataFileList (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/CountryPicker.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CountryPicker.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/CountryPicker.modulemap (in target 'CountryPicker' from project 'CountryPicker')
    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/CountryPicker.build/Debug-appletvos/CountryPicker.build/CountryPicker.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle/CountryPickerController.bundle /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerController.bundle (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    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/CountryPicker/Sources/CountryPickerController.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle
SwiftDriver CountryPicker normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CountryPicker -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CountryPickerView.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerView.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerView.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Configuration.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Configuration.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Configuration.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Country.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Country.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Country.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryManager.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Configuration.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Constant.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Country.swift -primary-file /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerView.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelView.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelViewModel.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSections.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/SectionMapper.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.dia -target arm64-apple-tvos15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryPicker -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.o -index-unit-output-path /CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:58:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'CountryManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared: CountryManager = {
                      ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:48:12: note: class 'CountryManager' does not conform to the 'Sendable' protocol
open class CountryManager: CountryListDataSource {
           ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:58:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared: CountryManager = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared: CountryManager = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:238:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension String: Error {}
^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:238:1: note: add '@retroactive' to silence this warning
extension String: Error {}
^                 ~~~~~
                  @retroactive Error
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:239:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension String: LocalizedError {
^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:239:1: note: add '@retroactive' to silence this warning
extension String: LocalizedError {
^                 ~~~~~~~~~~~~~~
                  @retroactive LocalizedError
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:73:52: error: 'language' is only available in tvOS 16 or newer
            guard let countryCode = Locale.current.language.region?.identifier else {
                                                   ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:73:52: note: add 'if #available' version check
            guard let countryCode = Locale.current.language.region?.identifier else {
                                                   ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:71:14: note: add @available attribute to enclosing property
    open var currentCountry: Country? {
             ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:48:12: note: add @available attribute to enclosing class
open class CountryManager: CountryListDataSource {
           ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:73:61: error: 'region' is only available in tvOS 16 or newer
            guard let countryCode = Locale.current.language.region?.identifier else {
                                                            ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:73:61: note: add 'if #available' version check
            guard let countryCode = Locale.current.language.region?.identifier else {
                                                            ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:71:14: note: add @available attribute to enclosing property
    open var currentCountry: Country? {
             ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:48:12: note: add @available attribute to enclosing class
open class CountryManager: CountryListDataSource {
           ^
SwiftCompile normal arm64 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Constant.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Constant.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryPickerWheelViewModel.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryPickerWheelView.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelView.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelView.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryPickerWithSections.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSections.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSections.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryPickerWithSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSectionViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSectionViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CountryPicker (in target 'CountryPicker' from project 'CountryPicker')
EmitSwiftModule normal arm64 (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:58:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'CountryManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared: CountryManager = {
                      ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:48:12: note: class 'CountryManager' does not conform to the 'Sendable' protocol
open class CountryManager: CountryListDataSource {
           ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:58:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared: CountryManager = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared: CountryManager = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:238:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension String: Error {}
^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:238:1: note: add '@retroactive' to silence this warning
extension String: Error {}
^                 ~~~~~
                  @retroactive Error
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:239:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension String: LocalizedError {
^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:239:1: note: add '@retroactive' to silence this warning
extension String: LocalizedError {
^                 ~~~~~~~~~~~~~~
                  @retroactive LocalizedError
SwiftCompile normal arm64 Compiling\ SectionMapper.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/SectionMapper.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/SectionMapper.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for CountryPicker (in target 'CountryPicker' from project 'CountryPicker')
SwiftDriver\ Compilation\ Requirements CountryPicker normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CountryPicker -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CountryPickerWithSectionViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CountryPicker-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-Swift.h (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CountryPicker-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftmodule (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftdoc (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.abi.json (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftsourceinfo (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SectionMapper.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftDriverJobDiscovery normal arm64 Compiling Constant.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftDriverJobDiscovery normal arm64 Compiling CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftDriverJobDiscovery normal arm64 Compiling Country.swift (in target 'CountryPicker' from project 'CountryPicker')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ CountryManager.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
	Building workspace spi-builder-workspace with scheme CountryPicker
(3 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:
  CountryPicker: /Users/admin/builder/spi-builder-workspace
resolved source packages: CountryPicker
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CountryPicker",
  "name" : "CountryPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "CountryPicker",
      "targets" : [
        "CountryPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CountryPicker",
      "module_type" : "SwiftTarget",
      "name" : "CountryPicker",
      "path" : "CountryPicker/Sources",
      "product_memberships" : [
        "CountryPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerController.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration.swift",
        "Constant.swift",
        "Country.swift",
        "CountryManager.swift",
        "CountryPickerView.swift",
        "CountryPickerWheelView.swift",
        "CountryPickerWheelViewModel.swift",
        "CountryPickerWithSectionViewModel.swift",
        "CountryPickerWithSections.swift",
        "SectionMapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CountryPicker"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CountryPicker -destination generic/platform=tvOS
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 CountryPicker -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  CountryPicker: /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 'CountryPicker' in project 'CountryPicker'
        ➜ Explicit dependency on target 'CountryPicker' in project 'CountryPicker'
        ➜ Explicit dependency on target 'CountryPicker_CountryPicker' in project 'CountryPicker'
    Target 'CountryPicker' in project 'CountryPicker'
        ➜ Explicit dependency on target 'CountryPicker_CountryPicker' in project 'CountryPicker'
    Target 'CountryPicker_CountryPicker' in project 'CountryPicker' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 06c29dfab0beb44f92f4587ada297c57
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/06c29dfab0beb44f92f4587ada297c57.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist (in target 'CountryPicker_CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CountryPicker_CountryPicker.bundle/Info.plist
SwiftDriver CountryPicker normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CountryPicker -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Configuration.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Configuration.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Configuration.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Constant.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Constant.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryPickerWheelView.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelView.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelView.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CountryPicker (in target 'CountryPicker' from project 'CountryPicker')
EmitSwiftModule normal arm64 (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryPickerWheelViewModel.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryPickerWithSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSectionViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSectionViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SectionMapper.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/SectionMapper.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/SectionMapper.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryPickerView.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerView.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerView.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Country.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Country.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Country.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountryManager.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Configuration.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Constant.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/Country.swift -primary-file /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerView.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelView.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWheelViewModel.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSections.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/SectionMapper.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.dia -target arm64-apple-tvos15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryPicker -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.o -index-unit-output-path /CountryPicker.build/Debug-appletvos/CountryPicker.build/Objects-normal/arm64/CountryManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:238:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension String: Error {}
^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:238:1: note: add '@retroactive' to silence this warning
extension String: Error {}
^                 ~~~~~
                  @retroactive Error
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:239:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension String: LocalizedError {
^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:239:1: note: add '@retroactive' to silence this warning
extension String: LocalizedError {
^                 ~~~~~~~~~~~~~~
                  @retroactive LocalizedError
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:73:52: error: 'language' is only available in tvOS 16 or newer
            guard let countryCode = Locale.current.language.region?.identifier else {
                                                   ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:73:52: note: add 'if #available' version check
            guard let countryCode = Locale.current.language.region?.identifier else {
                                                   ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:71:14: note: add @available attribute to enclosing property
    open var currentCountry: Country? {
             ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:48:12: note: add @available attribute to enclosing class
open class CountryManager: CountryListDataSource {
           ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:73:61: error: 'region' is only available in tvOS 16 or newer
            guard let countryCode = Locale.current.language.region?.identifier else {
                                                            ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:73:61: note: add 'if #available' version check
            guard let countryCode = Locale.current.language.region?.identifier else {
                                                            ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:71:14: note: add @available attribute to enclosing property
    open var currentCountry: Country? {
             ^
/Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift:48:12: note: add @available attribute to enclosing class
open class CountryManager: CountryListDataSource {
           ^
SwiftCompile normal arm64 Compiling\ CountryPickerWithSections.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryPickerWithSections.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftDriverJobDiscovery normal arm64 Compiling CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftDriverJobDiscovery normal arm64 Compiling Constant.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftDriverJobDiscovery normal arm64 Compiling CountryPickerWithSectionViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ CountryManager.swift /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CountryPicker/Sources/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
	Building workspace spi-builder-workspace with scheme CountryPicker
(3 failures)
BUILD FAILURE 6.1 tvOS