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 CountryPicker, reference master (6724de), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 15 Jun 2025 19:30:28 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 platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 6724deb Merge pull request #129 from SURYAKANTSHARMA/refactor/sdk-swift6-update
Cloned https://github.com/suryakantsharma/countrypicker.git
Revision (git rev-parse @):
6724debeadd600e76c446c73535bbd6c09617989
SUCCESS checkout https://github.com/suryakantsharma/countrypicker.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
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" : "CountryPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "CountryPickerTests",
      "path" : "Tests/CountryPickerTests",
      "sources" : [
        "CountryManagerTests.swift",
        "CountryTests.swift"
      ],
      "target_dependencies" : [
        "CountryPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CountryPicker",
      "module_type" : "SwiftTarget",
      "name" : "CountryPicker",
      "path" : "Sources/CountryPicker",
      "product_memberships" : [
        "CountryPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/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" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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" : "CountryPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "CountryPickerTests",
      "path" : "Tests/CountryPickerTests",
      "sources" : [
        "CountryManagerTests.swift",
        "CountryTests.swift"
      ],
      "target_dependencies" : [
        "CountryPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CountryPicker",
      "module_type" : "SwiftTarget",
      "name" : "CountryPicker",
      "path" : "Sources/CountryPicker",
      "product_memberships" : [
        "CountryPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/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" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "CountryPicker",
    "schemes" : [
      "CountryPicker",
      "CountryPickerTests"
    ],
    "targets" : [
      "CountryPicker",
      "CountryPickerTests"
    ]
  }
}
{
  "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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
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/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: 4e2f7d390ca479b5eaae1230dcaf9daf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4e2f7d390ca479b5eaae1230dcaf9daf.xcbuilddata
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
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/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/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/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/CountryPicker.build/Debug/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/CountryPicker_CountryPicker.build/CountryPicker_CountryPicker.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker_CountryPicker.build/CountryPicker_CountryPicker.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/Objects-normal/arm64/CountryPicker-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/Objects-normal/arm64/CountryPicker.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/CountryPicker.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/CountryPicker.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/CountryPicker.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPicker_CountryPicker.bundle/Contents (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/CountryPicker_CountryPicker.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/CountryPicker_CountryPicker.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPicker_CountryPicker.bundle/Contents/Resources (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/CountryPicker_CountryPicker.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CountryPicker.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/CountryPicker.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPicker_CountryPicker.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPicker_CountryPicker.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPicker_CountryPicker.bundle/Contents/Resources/CountryPickerController.bundle /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/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/Sources/CountryPicker/CountryPickerController.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPicker_CountryPicker.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/CountryPicker_CountryPicker.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/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/CountryPicker.build/Objects-normal/arm64/CountryPicker.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/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 -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/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/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/Sources/CountryPicker/Configuration.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/Sources/CountryPicker/CountryPickerView.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.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/Sources/CountryPicker/Constant.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Constant.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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/SectionMapper.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/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 -profile-generate -profile-coverage-mapping -swift-version 6 -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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryPicker -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker.abi.json
EmitSwiftModule normal arm64 (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:15:27: error: 'Font' is only available in macOS 10.15 or newer
    public let labelFont: Font
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:16:28: error: 'Color' is only available in macOS 10.15 or newer
    public let labelColor: Color
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:17:28: error: 'Font' is only available in macOS 10.15 or newer
    public let detailFont: Font
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:18:29: error: 'Color' is only available in macOS 10.15 or newer
    public let detailColor: Color
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:25:20: error: 'Font' is only available in macOS 10.15 or newer
        labelFont: Font = .title2,
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:26:21: error: 'Color' is only available in macOS 10.15 or newer
        labelColor: Color = .primary,
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:27:21: error: 'Font' is only available in macOS 10.15 or newer
        detailFont: Font = .footnote,
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:28:22: error: 'Color' is only available in macOS 10.15 or newer
        detailColor: Color = .secondary,
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:25:28: error: 'title2' is only available in macOS 11.0 or newer
        labelFont: Font = .title2,
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:26:30: error: 'primary' is only available in macOS 10.15 or newer
        labelColor: Color = .primary,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:27:29: error: 'footnote' is only available in macOS 10.15 or newer
        detailFont: Font = .footnote,
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:28:31: error: 'secondary' is only available in macOS 10.15 or newer
        detailColor: Color = .secondary,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Country.swift:38:20: error: cannot find type 'UIImage' in scope
    open var flag: UIImage? {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Country.swift:55:24: error: cannot find type 'UIImage' in scope
    private var image: UIImage?
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift:17:40: error: 'ObservableObject' is only available in macOS 10.15 or newer
public protocol CountryListDataSource: ObservableObject {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift:17:17: note: add @available attribute to enclosing protocol
public protocol CountryListDataSource: ObservableObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift:56:6: error: 'Published' is only available in macOS 10.15 or newer
    @Published public var countries = [Country]()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift:53:14: note: add @available attribute to enclosing class
public class CountryManager: CountryListDataSource {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:21:20: error: 'presentationMode' is only available in macOS 10.15 or newer
    @Environment(\.presentationMode) var presentationMode
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:21:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.presentationMode) var presentationMode
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:23:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var filterCountries = [Country]()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:24:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var applySearch = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:25:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var searchText = ""
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:26:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding private var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:38:27: error: 'Binding' is only available in macOS 10.15 or newer
         selectedCountry: Binding<Country>) {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:36:5: note: add @available attribute to enclosing initializer
    init(manager: any CountryListDataSource = CountryManager.shared,
    ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:44:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:44:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:83:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:77:8: note: add @available attribute to enclosing struct
struct CountryCell: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:85:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:85:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:77:8: note: add @available attribute to enclosing struct
struct CountryCell: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:133:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:133:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:132:8: note: add @available attribute to enclosing struct
struct CountryPickerView_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:12:6: error: 'ObservedObject' is only available in macOS 10.15 or newer
    @ObservedObject public var viewModel: CountryPickerWheelViewModel
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:13:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding public var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:15:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:15:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:31:34: error: 'Binding' is only available in macOS 10.15 or newer
    public init(selectedCountry: Binding<Country>, viewModel: CountryPickerWheelViewModel? = nil) {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:31:12: note: add @available attribute to enclosing initializer
    public init(selectedCountry: Binding<Country>, viewModel: CountryPickerWheelViewModel? = nil) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:42:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:42:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:38:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelItem: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:54:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:54:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:53:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelViewModel.swift:12:43: error: 'ObservableObject' is only available in macOS 10.15 or newer
public class CountryPickerWheelViewModel: ObservableObject {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelViewModel.swift:12:14: note: add @available attribute to enclosing class
public class CountryPickerWheelViewModel: ObservableObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift:13:6: error: 'Published' is only available in macOS 10.15 or newer
    @Published var sections: [Section] = []
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift:11:7: note: add @available attribute to enclosing class
class CountryPickerWithSectionViewModel: ObservableObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift:14:6: error: 'Published' is only available in macOS 10.15 or newer
    @Published var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift:11:7: note: add @available attribute to enclosing class
class CountryPickerWithSectionViewModel: ObservableObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:12:20: error: 'presentationMode' is only available in macOS 10.15 or newer
    @Environment(\.presentationMode) var presentationMode
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:12:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.presentationMode) var presentationMode
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:14:6: error: 'ObservedObject' is only available in macOS 10.15 or newer
    @ObservedObject var viewModel: CountryPickerWithSectionViewModel
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:15:6: error: 'State' is only available in macOS 10.15 or newer
    @State var searchText: String
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:16:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding private var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:23:27: error: 'Binding' is only available in macOS 10.15 or newer
         selectedCountry: Binding<Country>) {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:20:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:30:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:30:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:89:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:89:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:88:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:102:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:102:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:98:8: note: add @available attribute to enclosing struct
struct SectionIndexView: View {
       ^
SwiftCompile normal arm64 Compiling\ CountryPickerWithSections.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.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/Sources/CountryPicker/Country.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Country.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/Sources/CountryPicker/CountryPickerWheelView.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.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/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/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/Sources/CountryPicker/SectionMapper.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/SectionMapper.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/Sources/CountryPicker/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.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/Sources/CountryPicker/CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CountryPicker (in target 'CountryPicker' from project 'CountryPicker')
	EmitSwiftModule normal arm64 (in target 'CountryPicker' from project 'CountryPicker')
	SwiftCompile normal arm64 Compiling\ CountryPickerWheelViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
	Building workspace spi-builder-workspace with scheme CountryPicker
(4 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" : "CountryPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "CountryPickerTests",
      "path" : "Tests/CountryPickerTests",
      "sources" : [
        "CountryManagerTests.swift",
        "CountryTests.swift"
      ],
      "target_dependencies" : [
        "CountryPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CountryPicker",
      "module_type" : "SwiftTarget",
      "name" : "CountryPicker",
      "path" : "Sources/CountryPicker",
      "product_memberships" : [
        "CountryPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/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" : "6.0"
}
{
  "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 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 CountryPicker -destination platform=macOS,arch=arm64
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/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: 03d21611e98056a1232e2ed47747ff9f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/03d21611e98056a1232e2ed47747ff9f.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
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPicker_CountryPicker.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker_CountryPicker.build/empty-CountryPicker_CountryPicker.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CountryPicker_CountryPicker.bundle/Contents/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/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 -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/CountryPicker.build/Objects-normal/arm64/CountryPicker_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/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\ CountryPickerWheelView.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.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/Sources/CountryPicker/CountryPickerView.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/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/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/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/Sources/CountryPicker/Configuration.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/Sources/CountryPicker/CountryPickerWheelViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelViewModel.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/Sources/CountryPicker/Constant.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Constant.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/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.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/Sources/CountryPicker/CountryPickerWithSections.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.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/Sources/CountryPicker/SectionMapper.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/SectionMapper.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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/SectionMapper.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/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 -profile-generate -profile-coverage-mapping -swift-version 6 -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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryPicker -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryPicker.build/Debug/CountryPicker.build/Objects-normal/arm64/CountryPicker.abi.json
EmitSwiftModule normal arm64 (in target 'CountryPicker' from project 'CountryPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:15:27: error: 'Font' is only available in macOS 10.15 or newer
    public let labelFont: Font
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:16:28: error: 'Color' is only available in macOS 10.15 or newer
    public let labelColor: Color
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:17:28: error: 'Font' is only available in macOS 10.15 or newer
    public let detailFont: Font
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:18:29: error: 'Color' is only available in macOS 10.15 or newer
    public let detailColor: Color
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:25:20: error: 'Font' is only available in macOS 10.15 or newer
        labelFont: Font = .title2,
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:26:21: error: 'Color' is only available in macOS 10.15 or newer
        labelColor: Color = .primary,
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:27:21: error: 'Font' is only available in macOS 10.15 or newer
        detailFont: Font = .footnote,
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:28:22: error: 'Color' is only available in macOS 10.15 or newer
        detailColor: Color = .secondary,
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:25:28: error: 'title2' is only available in macOS 11.0 or newer
        labelFont: Font = .title2,
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:26:30: error: 'primary' is only available in macOS 10.15 or newer
        labelColor: Color = .primary,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:27:29: error: 'footnote' is only available in macOS 10.15 or newer
        detailFont: Font = .footnote,
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:28:31: error: 'secondary' is only available in macOS 10.15 or newer
        detailColor: Color = .secondary,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:23:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Configuration.swift:12:8: note: add @available attribute to enclosing struct
struct Configuration {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Country.swift:38:20: error: cannot find type 'UIImage' in scope
    open var flag: UIImage? {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Country.swift:55:24: error: cannot find type 'UIImage' in scope
    private var image: UIImage?
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift:17:40: error: 'ObservableObject' is only available in macOS 10.15 or newer
public protocol CountryListDataSource: ObservableObject {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift:17:17: note: add @available attribute to enclosing protocol
public protocol CountryListDataSource: ObservableObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift:56:6: error: 'Published' is only available in macOS 10.15 or newer
    @Published public var countries = [Country]()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift:53:14: note: add @available attribute to enclosing class
public class CountryManager: CountryListDataSource {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:21:20: error: 'presentationMode' is only available in macOS 10.15 or newer
    @Environment(\.presentationMode) var presentationMode
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:21:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.presentationMode) var presentationMode
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:23:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var filterCountries = [Country]()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:24:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var applySearch = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:25:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var searchText = ""
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:26:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding private var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:38:27: error: 'Binding' is only available in macOS 10.15 or newer
         selectedCountry: Binding<Country>) {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:36:5: note: add @available attribute to enclosing initializer
    init(manager: any CountryListDataSource = CountryManager.shared,
    ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:44:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:44:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:19:8: note: add @available attribute to enclosing struct
struct CountryPickerView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:83:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:77:8: note: add @available attribute to enclosing struct
struct CountryCell: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:85:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:85:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:77:8: note: add @available attribute to enclosing struct
struct CountryCell: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:133:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:133:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerView.swift:132:8: note: add @available attribute to enclosing struct
struct CountryPickerView_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:12:6: error: 'ObservedObject' is only available in macOS 10.15 or newer
    @ObservedObject public var viewModel: CountryPickerWheelViewModel
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:13:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding public var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:15:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:15:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:31:34: error: 'Binding' is only available in macOS 10.15 or newer
    public init(selectedCountry: Binding<Country>, viewModel: CountryPickerWheelViewModel? = nil) {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:31:12: note: add @available attribute to enclosing initializer
    public init(selectedCountry: Binding<Country>, viewModel: CountryPickerWheelViewModel? = nil) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:42:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:42:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:38:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelItem: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:54:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:54:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelView.swift:53:8: note: add @available attribute to enclosing struct
struct CountryPickerWheelView_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelViewModel.swift:12:43: error: 'ObservableObject' is only available in macOS 10.15 or newer
public class CountryPickerWheelViewModel: ObservableObject {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWheelViewModel.swift:12:14: note: add @available attribute to enclosing class
public class CountryPickerWheelViewModel: ObservableObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift:13:6: error: 'Published' is only available in macOS 10.15 or newer
    @Published var sections: [Section] = []
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift:11:7: note: add @available attribute to enclosing class
class CountryPickerWithSectionViewModel: ObservableObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift:14:6: error: 'Published' is only available in macOS 10.15 or newer
    @Published var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSectionViewModel.swift:11:7: note: add @available attribute to enclosing class
class CountryPickerWithSectionViewModel: ObservableObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:12:20: error: 'presentationMode' is only available in macOS 10.15 or newer
    @Environment(\.presentationMode) var presentationMode
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:12:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.presentationMode) var presentationMode
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:14:6: error: 'ObservedObject' is only available in macOS 10.15 or newer
    @ObservedObject var viewModel: CountryPickerWithSectionViewModel
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:15:6: error: 'State' is only available in macOS 10.15 or newer
    @State var searchText: String
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:16:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding private var selectedCountry: Country
     ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:23:27: error: 'Binding' is only available in macOS 10.15 or newer
         selectedCountry: Binding<Country>) {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:20:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:30:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:30:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:10:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:89:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:89:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:88:8: note: add @available attribute to enclosing struct
struct CountryPickerWithSections_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:102:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:102:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryPickerWithSections.swift:98:8: note: add @available attribute to enclosing struct
struct SectionIndexView: View {
       ^
SwiftCompile normal arm64 Compiling\ CountryManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.swift (in target 'CountryPicker' from project 'CountryPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/CountryManager.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/Sources/CountryPicker/Country.swift (in target 'CountryPicker' from project 'CountryPicker')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CountryPicker (in target 'CountryPicker' from project 'CountryPicker')
	EmitSwiftModule normal arm64 (in target 'CountryPicker' from project 'CountryPicker')
	SwiftCompile normal arm64 Compiling\ Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryPicker/Country.swift (in target 'CountryPicker' from project 'CountryPicker')
	Building workspace spi-builder-workspace with scheme CountryPicker
(4 failures)
BUILD FAILURE 6.1 macosXcodebuild