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 Nextbike, reference master (4066a8), with Swift 6.1 for tvOS using Xcode 16.3 on 29 Apr 2025 06:41:40 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/Nextbike.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/Nextbike
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4066a8f Add links to API documentations
Cloned https://github.com/kiliankoe/Nextbike.git
Revision (git rev-parse @):
4066a8f2a466703803590a1cd347d4aa8876c1e9
SUCCESS checkout https://github.com/kiliankoe/Nextbike.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/Nextbike.git
https://github.com/kiliankoe/Nextbike.git
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    }
  ],
  "manifest_display_name" : "Nextbike",
  "name" : "Nextbike",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Nextbike",
      "targets" : [
        "Nextbike"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NextbikeTests",
      "module_type" : "SwiftTarget",
      "name" : "NextbikeTests",
      "path" : "Tests/NextbikeTests",
      "sources" : [
        "NextbikeTests.swift"
      ],
      "target_dependencies" : [
        "Nextbike"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Nextbike",
      "module_type" : "SwiftTarget",
      "name" : "Nextbike",
      "path" : "Sources/Nextbike",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "Nextbike"
      ],
      "sources" : [
        "Endpoints/Bikes.swift",
        "Endpoints/Maps.swift",
        "Models/City.swift",
        "Models/Country.swift",
        "Models/FlexzoneResponse.swift",
        "Models/Place.swift",
        "Network/Endpoint.swift",
        "Network/NetworkManager.swift",
        "Nextbike.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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
Fetching from https://github.com/Flight-School/AnyCodable
Creating working copy of package ‘AnyCodable’
Checking out 0.6.7 of package ‘AnyCodable’
Resolved source packages:
  AnyCodable: https://github.com/Flight-School/AnyCodable @ 0.6.7
resolved source packages: AnyCodable
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    }
  ],
  "manifest_display_name" : "Nextbike",
  "name" : "Nextbike",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Nextbike",
      "targets" : [
        "Nextbike"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NextbikeTests",
      "module_type" : "SwiftTarget",
      "name" : "NextbikeTests",
      "path" : "Tests/NextbikeTests",
      "sources" : [
        "NextbikeTests.swift"
      ],
      "target_dependencies" : [
        "Nextbike"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Nextbike",
      "module_type" : "SwiftTarget",
      "name" : "Nextbike",
      "path" : "Sources/Nextbike",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "Nextbike"
      ],
      "sources" : [
        "Endpoints/Bikes.swift",
        "Endpoints/Maps.swift",
        "Models/City.swift",
        "Models/Country.swift",
        "Models/FlexzoneResponse.swift",
        "Models/Place.swift",
        "Network/Endpoint.swift",
        "Network/NetworkManager.swift",
        "Nextbike.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Nextbike",
    "schemes" : [
      "Nextbike-Package"
    ],
    "targets" : [
      "NextbikeTests",
      "Nextbike"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Nextbike-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Nextbike-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  AnyCodable: https://github.com/Flight-School/AnyCodable @ 0.6.7
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'Nextbike' in project 'Nextbike'
        ➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
    Target 'AnyCodable' in project 'AnyCodable'
        ➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
    Target 'AnyCodable' in project 'AnyCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ef3030565fd8f22e42206aa2ac91220b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ef3030565fd8f22e42206aa2ac91220b.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.modulemap (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftFileList (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftConstValuesFileList (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.LinkFileList (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike-OutputFileMap.json (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Nextbike.DependencyStaticMetadataFileList (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Nextbike.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Nextbike.DependencyMetadataFileList (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Nextbike.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Nextbike.framework/Headers (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Nextbike.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.modulemap (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    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/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Nextbike.framework (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Nextbike.framework
SwiftDriver AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj/.stats/stats-1745908891086439-swift-frontend-AnyCodable-AnyCodable.swift-arm64_apple_tvos12.0-o-Onone-4233279549.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5018 seconds (4.1923 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0201 (  6.0%)   0.0403 ( 23.8%)   0.0603 ( 12.0%)   1.8616 ( 44.4%)  parse-and-resolve-imports
   0.0199 (  6.0%)   0.0400 ( 23.6%)   0.0599 ( 11.9%)   1.8612 ( 44.4%)  Import resolution
   0.0755 ( 22.7%)   0.0225 ( 13.3%)   0.0980 ( 19.5%)   0.0983 (  2.3%)  build-rewrite-system
   0.0017 (  0.5%)   0.0107 (  6.3%)   0.0124 (  2.5%)   0.0970 (  2.3%)  load-stdlib
   0.0578 ( 17.4%)   0.0131 (  7.7%)   0.0709 ( 14.1%)   0.0719 (  1.7%)  perform-sema
   0.0577 ( 17.4%)   0.0130 (  7.7%)   0.0707 ( 14.1%)   0.0715 (  1.7%)  Type checking and Semantic analysis
   0.0405 ( 12.2%)   0.0071 (  4.2%)   0.0476 (  9.5%)   0.0481 (  1.1%)  typecheck-stmt
   0.0129 (  3.9%)   0.0100 (  5.9%)   0.0229 (  4.6%)   0.0229 (  0.5%)  import-clang-decl
   0.0164 (  4.9%)   0.0056 (  3.3%)   0.0220 (  4.4%)   0.0224 (  0.5%)  typecheck-decl
   0.0054 (  1.6%)   0.0030 (  1.7%)   0.0084 (  1.7%)   0.0084 (  0.2%)  IRGen
   0.0071 (  2.1%)   0.0004 (  0.2%)   0.0075 (  1.5%)   0.0074 (  0.2%)  precheck-target
   0.0054 (  1.6%)   0.0015 (  0.9%)   0.0068 (  1.4%)   0.0068 (  0.2%)  SILGen
   0.0042 (  1.3%)   0.0012 (  0.7%)   0.0054 (  1.1%)   0.0054 (  0.1%)  SILGen-function
   0.0043 (  1.3%)   0.0000 (  0.0%)   0.0044 (  0.9%)   0.0044 (  0.1%)  SIL optimization
   0.0025 (  0.8%)   0.0008 (  0.5%)   0.0033 (  0.7%)   0.0037 (  0.1%)  typecheck-expr
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0001 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3323 (100.0%)   0.1695 (100.0%)   0.5018 (100.0%)   4.1923 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3162 seconds (3.2289 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8811 (100.0%)   0.4351 (100.0%)   1.3162 (100.0%)   3.2289 (100.0%)  Building Target
   0.8811 (100.0%)   0.4351 (100.0%)   1.3162 (100.0%)   3.2289 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj/.stats/stats-1745908891086716-swift-frontend-AnyCodable-all-arm64_apple_tvos12.0-swiftmodule-Onone-50001263.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2005 seconds (3.5790 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0174 ( 16.7%)   0.0167 ( 17.3%)   0.0340 ( 17.0%)   1.6273 ( 45.5%)  parse-and-resolve-imports
   0.0172 ( 16.6%)   0.0166 ( 17.2%)   0.0338 ( 16.9%)   1.6271 ( 45.5%)  Import resolution
   0.0019 (  1.8%)   0.0077 (  8.0%)   0.0096 (  4.8%)   0.1605 (  4.5%)  load-stdlib
   0.0183 ( 17.6%)   0.0141 ( 14.6%)   0.0324 ( 16.2%)   0.0459 (  1.3%)  perform-sema
   0.0182 ( 17.6%)   0.0141 ( 14.6%)   0.0323 ( 16.1%)   0.0458 (  1.3%)  Type checking and Semantic analysis
   0.0181 ( 17.4%)   0.0139 ( 14.4%)   0.0320 ( 16.0%)   0.0455 (  1.3%)  typecheck-decl
   0.0028 (  2.7%)   0.0044 (  4.5%)   0.0071 (  3.6%)   0.0075 (  0.2%)  SIL optimization
   0.0041 (  3.9%)   0.0011 (  1.2%)   0.0052 (  2.6%)   0.0052 (  0.1%)  build-rewrite-system
   0.0028 (  2.6%)   0.0025 (  2.6%)   0.0052 (  2.6%)   0.0052 (  0.1%)  SILGen
   0.0008 (  0.8%)   0.0021 (  2.2%)   0.0029 (  1.5%)   0.0033 (  0.1%)  Serialization, swiftmodule
   0.0010 (  1.0%)   0.0018 (  1.8%)   0.0028 (  1.4%)   0.0028 (  0.1%)  import-clang-decl
   0.0006 (  0.6%)   0.0008 (  0.8%)   0.0014 (  0.7%)   0.0014 (  0.0%)  SILGen-function
   0.0002 (  0.1%)   0.0007 (  0.7%)   0.0008 (  0.4%)   0.0008 (  0.0%)  Serialization, swiftdoc
   0.0003 (  0.3%)   0.0001 (  0.1%)   0.0004 (  0.2%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.2%)   0.0001 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1039 (100.0%)   0.0966 (100.0%)   0.2005 (100.0%)   3.5790 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0988 seconds (1.8589 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0459 (100.0%)   0.0529 (100.0%)   0.0988 (100.0%)   1.8589 (100.0%)  Building Target
   0.0459 (100.0%)   0.0529 (100.0%)   0.0988 (100.0%)   1.8589 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj

SwiftCompile normal arm64 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj/.stats/stats-1745908891086442-swift-frontend-AnyCodable-AnyEncodable.swift-arm64_apple_tvos12.0-o-Onone-3971933147.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5433 seconds (3.9522 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0191 (  5.3%)   0.0350 ( 19.0%)   0.0542 ( 10.0%)   1.7053 ( 43.1%)  parse-and-resolve-imports
   0.0190 (  5.3%)   0.0349 ( 18.9%)   0.0539 (  9.9%)   1.7051 ( 43.1%)  Import resolution
   0.0782 ( 21.8%)   0.0242 ( 13.1%)   0.1024 ( 18.9%)   0.1024 (  2.6%)  build-rewrite-system
   0.0018 (  0.5%)   0.0090 (  4.9%)   0.0108 (  2.0%)   0.0940 (  2.4%)  load-stdlib
   0.0587 ( 16.4%)   0.0133 (  7.2%)   0.0721 ( 13.3%)   0.0797 (  2.0%)  perform-sema
   0.0586 ( 16.3%)   0.0133 (  7.2%)   0.0720 ( 13.2%)   0.0796 (  2.0%)  Type checking and Semantic analysis
   0.0422 ( 11.8%)   0.0059 (  3.2%)   0.0481 (  8.9%)   0.0482 (  1.2%)  typecheck-stmt
   0.0157 (  4.4%)   0.0070 (  3.8%)   0.0228 (  4.2%)   0.0304 (  0.8%)  typecheck-decl
   0.0092 (  2.6%)   0.0209 ( 11.3%)   0.0300 (  5.5%)   0.0302 (  0.8%)  IRGen
   0.0121 (  3.4%)   0.0131 (  7.1%)   0.0252 (  4.6%)   0.0253 (  0.6%)  import-clang-decl
   0.0158 (  4.4%)   0.0034 (  1.8%)   0.0192 (  3.5%)   0.0192 (  0.5%)  typecheck-expr
   0.0067 (  1.9%)   0.0012 (  0.7%)   0.0079 (  1.5%)   0.0079 (  0.2%)  SILGen
   0.0066 (  1.8%)   0.0009 (  0.5%)   0.0075 (  1.4%)   0.0075 (  0.2%)  precheck-target
   0.0067 (  1.9%)   0.0004 (  0.2%)   0.0071 (  1.3%)   0.0071 (  0.2%)  SIL optimization
   0.0057 (  1.6%)   0.0010 (  0.5%)   0.0066 (  1.2%)   0.0066 (  0.2%)  SILGen-function
   0.0017 (  0.5%)   0.0008 (  0.4%)   0.0025 (  0.5%)   0.0025 (  0.1%)  typecheck-expr-pattern
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.3587 (100.0%)   0.1846 (100.0%)   0.5433 (100.0%)   3.9522 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4394 seconds (3.2308 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9448 (100.0%)   0.4946 (100.0%)   1.4394 (100.0%)   3.2308 (100.0%)  Building Target
   0.9448 (100.0%)   0.4946 (100.0%)   1.4394 (100.0%)   3.2308 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj/.stats/stats-1745908891086444-swift-frontend-AnyCodable-AnyDecodable.swift-arm64_apple_tvos12.0-o-Onone-2283247240.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.3837 seconds (3.9047 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0485 ( 44.4%)   0.4281 ( 41.8%)   1.4766 ( 43.6%)   1.6990 ( 43.5%)  parse-and-resolve-imports
   1.0484 ( 44.4%)   0.4279 ( 41.8%)   1.4763 ( 43.6%)   1.6987 ( 43.5%)  Import resolution
   0.0781 (  3.3%)   0.0202 (  2.0%)   0.0982 (  2.9%)   0.0982 (  2.5%)  build-rewrite-system
   0.0148 (  0.6%)   0.0424 (  4.1%)   0.0572 (  1.7%)   0.0863 (  2.2%)  load-stdlib
   0.0426 (  1.8%)   0.0171 (  1.7%)   0.0597 (  1.8%)   0.0751 (  1.9%)  perform-sema
   0.0426 (  1.8%)   0.0171 (  1.7%)   0.0597 (  1.8%)   0.0750 (  1.9%)  Type checking and Semantic analysis
   0.0066 (  0.3%)   0.0401 (  3.9%)   0.0467 (  1.4%)   0.0471 (  1.2%)  IRGen
   0.0125 (  0.5%)   0.0135 (  1.3%)   0.0260 (  0.8%)   0.0413 (  1.1%)  typecheck-decl
   0.0296 (  1.3%)   0.0039 (  0.4%)   0.0336 (  1.0%)   0.0340 (  0.9%)  typecheck-stmt
   0.0110 (  0.5%)   0.0081 (  0.8%)   0.0192 (  0.6%)   0.0192 (  0.5%)  import-clang-decl
   0.0069 (  0.3%)   0.0022 (  0.2%)   0.0092 (  0.3%)   0.0095 (  0.2%)  typecheck-expr
   0.0051 (  0.2%)   0.0003 (  0.0%)   0.0054 (  0.2%)   0.0054 (  0.1%)  SIL optimization
   0.0051 (  0.2%)   0.0002 (  0.0%)   0.0053 (  0.2%)   0.0053 (  0.1%)  precheck-target
   0.0043 (  0.2%)   0.0008 (  0.1%)   0.0051 (  0.2%)   0.0051 (  0.1%)  SILGen
   0.0037 (  0.2%)   0.0008 (  0.1%)   0.0045 (  0.1%)   0.0045 (  0.1%)  SILGen-function
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.3607 (100.0%)   1.0230 (100.0%)   3.3837 (100.0%)   3.9047 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9062 seconds (3.2261 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9461 (100.0%)   0.9600 (100.0%)   2.9062 (100.0%)   3.2261 (100.0%)  Building Target
   1.9461 (100.0%)   0.9600 (100.0%)   2.9062 (100.0%)   3.2261 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj

SwiftDriverJobDiscovery normal arm64 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AnyCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver Nextbike normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Nextbike -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike-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/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ NetworkManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ FlexzoneResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Bikes.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift (in target 'Nextbike' from project 'Nextbike')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908893072291-swift-frontend-Nextbike-Bikes.swift-arm64_apple_tvos9.0-o-Onone-1710619077.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3345 seconds (5.8782 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0792 ( 49.0%)   0.0849 ( 49.0%)   0.1641 ( 49.0%)   2.9292 ( 49.8%)  parse-and-resolve-imports
   0.0791 ( 49.0%)   0.0847 ( 48.9%)   0.1638 ( 49.0%)   2.9289 ( 49.8%)  Import resolution
   0.0011 (  0.7%)   0.0024 (  1.4%)   0.0035 (  1.0%)   0.0169 (  0.3%)  load-stdlib
   0.0008 (  0.5%)   0.0004 (  0.2%)   0.0012 (  0.4%)   0.0012 (  0.0%)  perform-sema
   0.0007 (  0.4%)   0.0004 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  Type checking and Semantic analysis
   0.0006 (  0.4%)   0.0003 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.0%)  typecheck-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1614 (100.0%)   0.1730 (100.0%)   0.3345 (100.0%)   5.8782 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2328 seconds (3.0114 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1362 (100.0%)   0.0966 (100.0%)   0.2328 (100.0%)   3.0114 (100.0%)  Building Target
   0.1362 (100.0%)   0.0966 (100.0%)   0.2328 (100.0%)   3.0114 (100.0%)  Total
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Nextbike.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/City.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Place.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Bikes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Bikes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Bikes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Bikes.dia -target arm64-apple-tvos9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -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 -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 -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources -module-name Nextbike -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Bikes.o -index-unit-output-path /Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Bikes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift:10:8: error: compiling for tvOS 9.0, but module 'AnyCodable' has a minimum deployment target of tvOS 12.0: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftmodule
import AnyCodable
       ^
SwiftCompile normal arm64 Compiling\ Country.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal arm64 Compiling\ City.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/City.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/City.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/Endpoint.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/Endpoint.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Nextbike (in target 'Nextbike' from project 'Nextbike')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908894398583-swift-frontend-Nextbike-all-arm64_apple_tvos9.0-swiftmodule-Onone-1858609720.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3139 seconds (3.4381 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0266 ( 14.2%)   0.0368 ( 29.0%)   0.0634 ( 20.2%)   1.6255 ( 47.3%)  parse-and-resolve-imports
   0.0265 ( 14.2%)   0.0367 ( 28.9%)   0.0632 ( 20.1%)   1.6253 ( 47.3%)  Import resolution
   0.0403 ( 21.6%)   0.0151 ( 11.9%)   0.0554 ( 17.7%)   0.0554 (  1.6%)  perform-sema
   0.0402 ( 21.5%)   0.0150 ( 11.8%)   0.0552 ( 17.6%)   0.0552 (  1.6%)  Type checking and Semantic analysis
   0.0397 ( 21.2%)   0.0148 ( 11.6%)   0.0545 ( 17.4%)   0.0545 (  1.6%)  typecheck-decl
   0.0044 (  2.4%)   0.0050 (  4.0%)   0.0094 (  3.0%)   0.0094 (  0.3%)  import-clang-decl
   0.0043 (  2.3%)   0.0012 (  0.9%)   0.0055 (  1.8%)   0.0055 (  0.2%)  typecheck-expr
   0.0036 (  1.9%)   0.0009 (  0.7%)   0.0046 (  1.5%)   0.0046 (  0.1%)  build-rewrite-system
   0.0010 (  0.5%)   0.0015 (  1.2%)   0.0025 (  0.8%)   0.0025 (  0.1%)  load-stdlib
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1868 (100.0%)   0.1271 (100.0%)   0.3139 (100.0%)   3.4381 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1233 seconds (1.6854 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0684 (100.0%)   0.0548 (100.0%)   0.1233 (100.0%)   1.6854 (100.0%)  Building Target
   0.0684 (100.0%)   0.0548 (100.0%)   0.1233 (100.0%)   1.6854 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift:10:8: error: compiling for tvOS 9.0, but module 'AnyCodable' has a minimum deployment target of tvOS 12.0: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftmodule
import AnyCodable
       ^
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ Place.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Place.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Place.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ Maps.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Nextbike' from project 'Nextbike')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Bikes.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift (in target 'Nextbike' from project 'Nextbike')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift (in target 'Nextbike' from project 'Nextbike')
	EmitSwiftModule normal arm64 (in target 'Nextbike' from project 'Nextbike')
	Building project Nextbike with scheme Nextbike-Package
(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:
  AnyCodable: https://github.com/Flight-School/AnyCodable @ 0.6.7
resolved source packages: AnyCodable
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    }
  ],
  "manifest_display_name" : "Nextbike",
  "name" : "Nextbike",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Nextbike",
      "targets" : [
        "Nextbike"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NextbikeTests",
      "module_type" : "SwiftTarget",
      "name" : "NextbikeTests",
      "path" : "Tests/NextbikeTests",
      "sources" : [
        "NextbikeTests.swift"
      ],
      "target_dependencies" : [
        "Nextbike"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Nextbike",
      "module_type" : "SwiftTarget",
      "name" : "Nextbike",
      "path" : "Sources/Nextbike",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "Nextbike"
      ],
      "sources" : [
        "Endpoints/Bikes.swift",
        "Endpoints/Maps.swift",
        "Models/City.swift",
        "Models/Country.swift",
        "Models/FlexzoneResponse.swift",
        "Models/Place.swift",
        "Network/Endpoint.swift",
        "Network/NetworkManager.swift",
        "Nextbike.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Nextbike",
    "schemes" : [
      "Nextbike-Package"
    ],
    "targets" : [
      "NextbikeTests",
      "Nextbike"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Nextbike-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Nextbike-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  AnyCodable: https://github.com/Flight-School/AnyCodable @ 0.6.7
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'Nextbike' in project 'Nextbike'
        ➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
    Target 'AnyCodable' in project 'AnyCodable'
        ➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
    Target 'AnyCodable' in project 'AnyCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 975e8d5aa48f18dab3ef1fa0cff38e6a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/975e8d5aa48f18dab3ef1fa0cff38e6a.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj

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

SwiftCompile normal arm64 Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj

SwiftCompile normal arm64 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj

SwiftDriverJobDiscovery normal arm64 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriver Nextbike normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Nextbike -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftFileList -DSWIFT_PACKAGE -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike-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/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ FlexzoneResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

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

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

SwiftCompile normal arm64 Compiling\ NetworkManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Country.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift (in target 'Nextbike' from project 'Nextbike')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Nextbike.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/City.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Place.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Country.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Country.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Country.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Country.dia -target arm64-apple-tvos9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -empty-abi-descriptor -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 -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 -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/DerivedSources -module-name Nextbike -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Country.o -index-unit-output-path /Nextbike.build/Debug-appletvos/Nextbike.build/Objects-normal/arm64/Country.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift:10:8: error: compiling for tvOS 9.0, but module 'AnyCodable' has a minimum deployment target of tvOS 12.0: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftmodule
import AnyCodable
       ^
SwiftCompile normal arm64 Compiling\ Maps.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/Endpoint.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/Endpoint.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Bikes.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/FlexzoneResponse.swift:10:8: error: compiling for tvOS 9.0, but module 'AnyCodable' has a minimum deployment target of tvOS 12.0: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftmodule
import AnyCodable
       ^
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ Place.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Place.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Place.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ City.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/City.swift (in target 'Nextbike' from project 'Nextbike')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/City.swift (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Nextbike' from project 'Nextbike')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Country.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift (in target 'Nextbike' from project 'Nextbike')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift (in target 'Nextbike' from project 'Nextbike')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Bikes.swift (in target 'Nextbike' from project 'Nextbike')
	Building project Nextbike with scheme Nextbike-Package
(4 failures)
BUILD FAILURE 6.1 tvOS