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

Successful build of Nextbike, reference master (4066a8), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 06:42:03 UTC.

Swift 6 data race errors: 0

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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build 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:         macosXcodebuild
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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Nextbike-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 20c3cb614eb0ef1e45f35d51a18a683b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/20c3cb614eb0ef1e45f35d51a18a683b.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/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
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/Nextbike.build/Nextbike.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/Nextbike.build/Objects-normal/arm64/Nextbike-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/Nextbike.build/Objects-normal/arm64/Nextbike.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/Nextbike.build/Nextbike.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/AnyCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/AnyCodable.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Nextbike Versions/Current/Nextbike (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Nextbike /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Nextbike
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Resources Versions/Current/Resources (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/Current A (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Modules Versions/Current/Modules (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Headers Versions/Current/Headers (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A (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/Nextbike.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions (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/Nextbike.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Nextbike.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Resources (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/Nextbike.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/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/Nextbike.framework/Versions/A/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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\ 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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj/.stats/stats-1745908915340798-swift-frontend-AnyCodable-AnyDecodable.swift-arm64_apple_macos10.13-o-Onone-1525716323.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4850 seconds (4.9407 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0289 (  9.1%)   0.0344 ( 20.5%)   0.0633 ( 13.1%)   2.2820 ( 46.2%)  parse-and-resolve-imports
   0.0287 (  9.1%)   0.0343 ( 20.5%)   0.0631 ( 13.0%)   2.2817 ( 46.2%)  Import resolution
   0.0753 ( 23.7%)   0.0203 ( 12.1%)   0.0955 ( 19.7%)   0.0955 (  1.9%)  build-rewrite-system
   0.0118 (  3.7%)   0.0323 ( 19.2%)   0.0441 (  9.1%)   0.0612 (  1.2%)  load-stdlib
   0.0427 ( 13.5%)   0.0093 (  5.5%)   0.0520 ( 10.7%)   0.0523 (  1.1%)  perform-sema
   0.0427 ( 13.5%)   0.0093 (  5.5%)   0.0519 ( 10.7%)   0.0522 (  1.1%)  Type checking and Semantic analysis
   0.0310 (  9.8%)   0.0056 (  3.3%)   0.0366 (  7.5%)   0.0368 (  0.7%)  typecheck-stmt
   0.0117 (  3.7%)   0.0094 (  5.6%)   0.0211 (  4.4%)   0.0211 (  0.4%)  import-clang-decl
   0.0113 (  3.6%)   0.0033 (  2.0%)   0.0146 (  3.0%)   0.0146 (  0.3%)  typecheck-decl
   0.0080 (  2.5%)   0.0030 (  1.8%)   0.0110 (  2.3%)   0.0109 (  0.2%)  typecheck-expr
   0.0059 (  1.9%)   0.0038 (  2.3%)   0.0098 (  2.0%)   0.0102 (  0.2%)  IRGen
   0.0053 (  1.7%)   0.0003 (  0.2%)   0.0055 (  1.1%)   0.0055 (  0.1%)  precheck-target
   0.0044 (  1.4%)   0.0010 (  0.6%)   0.0053 (  1.1%)   0.0053 (  0.1%)  SILGen
   0.0049 (  1.5%)   0.0003 (  0.2%)   0.0052 (  1.1%)   0.0052 (  0.1%)  SIL optimization
   0.0037 (  1.2%)   0.0009 (  0.5%)   0.0046 (  1.0%)   0.0046 (  0.1%)  SILGen-function
   0.0009 (  0.3%)   0.0004 (  0.2%)   0.0013 (  0.3%)   0.0013 (  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%)  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.3171 (100.0%)   0.1678 (100.0%)   0.4850 (100.0%)   4.9407 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7952 seconds (4.0579 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1358 (100.0%)   0.6594 (100.0%)   1.7952 (100.0%)   4.0579 (100.0%)  Building Target
   1.1358 (100.0%)   0.6594 (100.0%)   1.7952 (100.0%)   4.0579 (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-1745908915340797-swift-frontend-AnyCodable-all-arm64_apple_macos10.13-swiftmodule-Onone-1393047016.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.0816 seconds (4.5857 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5451 ( 49.0%)   0.4479 ( 48.1%)   1.9930 ( 48.8%)   2.2165 ( 48.3%)  parse-and-resolve-imports
   1.5450 ( 49.0%)   0.4477 ( 48.1%)   1.9927 ( 48.8%)   2.2163 ( 48.3%)  Import resolution
   0.0013 (  0.0%)   0.0064 (  0.7%)   0.0077 (  0.2%)   0.0638 (  1.4%)  load-stdlib
   0.0160 (  0.5%)   0.0061 (  0.7%)   0.0221 (  0.5%)   0.0221 (  0.5%)  perform-sema
   0.0159 (  0.5%)   0.0061 (  0.7%)   0.0221 (  0.5%)   0.0221 (  0.5%)  Type checking and Semantic analysis
   0.0158 (  0.5%)   0.0060 (  0.6%)   0.0218 (  0.5%)   0.0218 (  0.5%)  typecheck-decl
   0.0026 (  0.1%)   0.0036 (  0.4%)   0.0062 (  0.2%)   0.0065 (  0.1%)  SIL optimization
   0.0024 (  0.1%)   0.0018 (  0.2%)   0.0041 (  0.1%)   0.0045 (  0.1%)  SILGen
   0.0038 (  0.1%)   0.0006 (  0.1%)   0.0044 (  0.1%)   0.0044 (  0.1%)  build-rewrite-system
   0.0007 (  0.0%)   0.0017 (  0.2%)   0.0025 (  0.1%)   0.0028 (  0.1%)  Serialization, swiftmodule
   0.0010 (  0.0%)   0.0015 (  0.2%)   0.0026 (  0.1%)   0.0026 (  0.1%)  import-clang-decl
   0.0005 (  0.0%)   0.0006 (  0.1%)   0.0011 (  0.0%)   0.0011 (  0.0%)  SILGen-function
   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0008 (  0.0%)   0.0008 (  0.0%)  Serialization, swiftdoc
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   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%)  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%)  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
   3.1508 (100.0%)   0.9308 (100.0%)   4.0816 (100.0%)   4.5857 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0403 seconds (2.3211 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5701 (100.0%)   0.4702 (100.0%)   2.0403 (100.0%)   2.3211 (100.0%)  Building Target
   1.5701 (100.0%)   0.4702 (100.0%)   2.0403 (100.0%)   2.3211 (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\ 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-1745908915340871-swift-frontend-AnyCodable-AnyCodable.swift-arm64_apple_macos10.13-o-Onone-2522529142.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4223 seconds (5.2878 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0221 (  7.2%)   0.0256 ( 21.9%)   0.0477 ( 11.3%)   2.4433 ( 46.2%)  parse-and-resolve-imports
   0.0219 (  7.2%)   0.0255 ( 21.8%)   0.0474 ( 11.2%)   2.4430 ( 46.2%)  Import resolution
   0.0724 ( 23.7%)   0.0198 ( 17.0%)   0.0923 ( 21.9%)   0.0922 (  1.7%)  build-rewrite-system
   0.0012 (  0.4%)   0.0037 (  3.1%)   0.0049 (  1.2%)   0.0793 (  1.5%)  load-stdlib
   0.0498 ( 16.3%)   0.0093 (  7.9%)   0.0591 ( 14.0%)   0.0591 (  1.1%)  perform-sema
   0.0497 ( 16.3%)   0.0093 (  7.9%)   0.0590 ( 14.0%)   0.0590 (  1.1%)  Type checking and Semantic analysis
   0.0359 ( 11.8%)   0.0055 (  4.7%)   0.0414 (  9.8%)   0.0414 (  0.8%)  typecheck-stmt
   0.0120 (  3.9%)   0.0092 (  7.8%)   0.0212 (  5.0%)   0.0212 (  0.4%)  import-clang-decl
   0.0133 (  4.4%)   0.0037 (  3.1%)   0.0170 (  4.0%)   0.0170 (  0.3%)  typecheck-decl
   0.0056 (  1.8%)   0.0026 (  2.2%)   0.0082 (  1.9%)   0.0082 (  0.2%)  IRGen
   0.0067 (  2.2%)   0.0004 (  0.3%)   0.0071 (  1.7%)   0.0071 (  0.1%)  precheck-target
   0.0046 (  1.5%)   0.0011 (  0.9%)   0.0057 (  1.3%)   0.0057 (  0.1%)  SILGen
   0.0035 (  1.1%)   0.0009 (  0.8%)   0.0044 (  1.0%)   0.0044 (  0.1%)  SILGen-function
   0.0040 (  1.3%)   0.0000 (  0.0%)   0.0040 (  1.0%)   0.0040 (  0.1%)  SIL optimization
   0.0014 (  0.5%)   0.0003 (  0.2%)   0.0017 (  0.4%)   0.0017 (  0.0%)  typecheck-expr
   0.0007 (  0.2%)   0.0002 (  0.2%)   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%)  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.3053 (100.0%)   0.1171 (100.0%)   0.4223 (100.0%)   5.2878 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5805 seconds (4.0604 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0424 (100.0%)   0.5382 (100.0%)   1.5805 (100.0%)   4.0604 (100.0%)  Building Target
   1.0424 (100.0%)   0.5382 (100.0%)   1.5805 (100.0%)   4.0604 (100.0%)  Total
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-1745908915340799-swift-frontend-AnyCodable-AnyEncodable.swift-arm64_apple_macos10.13-o-Onone-1842618063.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5088 seconds (5.2729 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0234 (  6.5%)   0.0383 ( 25.2%)   0.0617 ( 12.1%)   2.4078 ( 45.7%)  parse-and-resolve-imports
   0.0232 (  6.5%)   0.0382 ( 25.1%)   0.0614 ( 12.1%)   2.4075 ( 45.7%)  Import resolution
   0.0713 ( 20.0%)   0.0198 ( 13.0%)   0.0911 ( 17.9%)   0.0910 (  1.7%)  build-rewrite-system
   0.0014 (  0.4%)   0.0046 (  3.0%)   0.0060 (  1.2%)   0.0780 (  1.5%)  load-stdlib
   0.0574 ( 16.1%)   0.0108 (  7.1%)   0.0682 ( 13.4%)   0.0682 (  1.3%)  perform-sema
   0.0573 ( 16.1%)   0.0108 (  7.1%)   0.0682 ( 13.4%)   0.0682 (  1.3%)  Type checking and Semantic analysis
   0.0415 ( 11.6%)   0.0053 (  3.5%)   0.0468 (  9.2%)   0.0468 (  0.9%)  typecheck-stmt
   0.0153 (  4.3%)   0.0055 (  3.6%)   0.0207 (  4.1%)   0.0207 (  0.4%)  typecheck-decl
   0.0116 (  3.2%)   0.0085 (  5.6%)   0.0200 (  3.9%)   0.0200 (  0.4%)  import-clang-decl
   0.0169 (  4.7%)   0.0029 (  1.9%)   0.0198 (  3.9%)   0.0199 (  0.4%)  typecheck-expr
   0.0087 (  2.4%)   0.0034 (  2.2%)   0.0121 (  2.4%)   0.0121 (  0.2%)  IRGen
   0.0073 (  2.0%)   0.0013 (  0.8%)   0.0086 (  1.7%)   0.0086 (  0.2%)  SILGen
   0.0062 (  1.7%)   0.0011 (  0.7%)   0.0073 (  1.4%)   0.0073 (  0.1%)  SILGen-function
   0.0066 (  1.8%)   0.0003 (  0.2%)   0.0068 (  1.3%)   0.0068 (  0.1%)  SIL optimization
   0.0060 (  1.7%)   0.0003 (  0.2%)   0.0063 (  1.2%)   0.0063 (  0.1%)  precheck-target
   0.0019 (  0.5%)   0.0006 (  0.4%)   0.0024 (  0.5%)   0.0024 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.2%)   0.0003 (  0.2%)   0.0010 (  0.2%)   0.0010 (  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%)  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%)  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
   0.3568 (100.0%)   0.1520 (100.0%)   0.5088 (100.0%)   5.2729 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6313 seconds (4.0618 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0759 (100.0%)   0.5554 (100.0%)   1.6313 (100.0%)   4.0618 (100.0%)  Building Target
   1.0759 (100.0%)   0.5554 (100.0%)   1.6313 (100.0%)   4.0618 (100.0%)  Total
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AnyCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/Project/arm64-apple-macos.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/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/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/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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\ 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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908917760830-swift-frontend-Nextbike-Bikes.swift-arm64_apple_macos11.0-o-Onone-670191600.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2207 seconds (7.9541 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0365 ( 45.8%)   0.0652 ( 46.2%)   0.1017 ( 46.1%)   3.9618 ( 49.8%)  parse-and-resolve-imports
   0.0364 ( 45.7%)   0.0649 ( 46.1%)   0.1014 ( 45.9%)   3.9615 ( 49.8%)  Import resolution
   0.0012 (  1.5%)   0.0041 (  2.9%)   0.0053 (  2.4%)   0.0183 (  0.2%)  load-stdlib
   0.0035 (  4.3%)   0.0053 (  3.8%)   0.0088 (  4.0%)   0.0088 (  0.1%)  IRGen
   0.0006 (  0.8%)   0.0004 (  0.3%)   0.0010 (  0.4%)   0.0010 (  0.0%)  perform-sema
   0.0005 (  0.6%)   0.0004 (  0.2%)   0.0008 (  0.4%)   0.0008 (  0.0%)  Type checking and Semantic analysis
   0.0004 (  0.6%)   0.0003 (  0.2%)   0.0007 (  0.3%)   0.0007 (  0.0%)  typecheck-decl
   0.0002 (  0.2%)   0.0003 (  0.2%)   0.0005 (  0.2%)   0.0005 (  0.0%)  SILGen
   0.0003 (  0.4%)   0.0000 (  0.0%)   0.0004 (  0.2%)   0.0004 (  0.0%)  SIL optimization
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SILGen-function
   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%)  source-file-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%)  SIL verification, pre-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%)  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.0797 (100.0%)   0.1410 (100.0%)   0.2207 (100.0%)   7.9541 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2298 seconds (4.1034 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1376 (100.0%)   0.0922 (100.0%)   0.2298 (100.0%)   4.1034 (100.0%)  Building Target
   0.1376 (100.0%)   0.0922 (100.0%)   0.2298 (100.0%)   4.1034 (100.0%)  Total
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908917760556-swift-frontend-Nextbike-City.swift-arm64_apple_macos11.0-o-Onone-3077769523.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3287 seconds (8.0538 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0382 ( 24.1%)   0.0667 ( 39.2%)   0.1048 ( 31.9%)   3.9605 ( 49.2%)  parse-and-resolve-imports
   0.0381 ( 24.0%)   0.0664 ( 39.0%)   0.1045 ( 31.8%)   3.9601 ( 49.2%)  Import resolution
   0.0172 ( 10.8%)   0.0072 (  4.2%)   0.0244 (  7.4%)   0.0244 (  0.3%)  perform-sema
   0.0171 ( 10.8%)   0.0072 (  4.2%)   0.0242 (  7.4%)   0.0242 (  0.3%)  Type checking and Semantic analysis
   0.0148 (  9.3%)   0.0068 (  4.0%)   0.0216 (  6.6%)   0.0216 (  0.3%)  typecheck-decl
   0.0012 (  0.7%)   0.0045 (  2.6%)   0.0057 (  1.7%)   0.0196 (  0.2%)  load-stdlib
   0.0058 (  3.6%)   0.0044 (  2.6%)   0.0102 (  3.1%)   0.0102 (  0.1%)  IRGen
   0.0042 (  2.7%)   0.0009 (  0.5%)   0.0052 (  1.6%)   0.0052 (  0.1%)  SILGen
   0.0043 (  2.7%)   0.0009 (  0.5%)   0.0051 (  1.6%)   0.0051 (  0.1%)  typecheck-stmt
   0.0042 (  2.6%)   0.0009 (  0.5%)   0.0051 (  1.6%)   0.0051 (  0.1%)  typecheck-expr
   0.0035 (  2.2%)   0.0011 (  0.6%)   0.0045 (  1.4%)   0.0045 (  0.1%)  build-rewrite-system
   0.0033 (  2.1%)   0.0007 (  0.4%)   0.0040 (  1.2%)   0.0040 (  0.0%)  SILGen-function
   0.0017 (  1.1%)   0.0021 (  1.2%)   0.0038 (  1.1%)   0.0038 (  0.0%)  import-clang-decl
   0.0036 (  2.3%)   0.0001 (  0.0%)   0.0037 (  1.1%)   0.0037 (  0.0%)  SIL optimization
   0.0012 (  0.7%)   0.0002 (  0.1%)   0.0014 (  0.4%)   0.0014 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  precheck-target
   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%)  load-all-members
   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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1586 (100.0%)   0.1700 (100.0%)   0.3287 (100.0%)   8.0538 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2877 seconds (4.1581 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1853 (100.0%)   0.1024 (100.0%)   0.2877 (100.0%)   4.1581 (100.0%)  Building Target
   0.1853 (100.0%)   0.1024 (100.0%)   0.2877 (100.0%)   4.1581 (100.0%)  Total
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

/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Nextbike.swift:26:17: warning: capture of 'completion' with non-sendable type '(Result<[Country], any Error>) -> Void' in a '@Sendable' closure
                completion(.failure(error!))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Nextbike.swift:26:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(error!))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Nextbike.swift:53:17: warning: capture of 'completion' with non-sendable type '(Result<[Place], any Error>) -> Void' in a '@Sendable' closure
                completion(.failure(error!))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Nextbike.swift:53:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(error!))
                ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908917760737-swift-frontend-Nextbike-Nextbike.swift-arm64_apple_macos11.0-o-Onone-2808618229.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4250 seconds (8.2130 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0386 ( 16.4%)   0.0680 ( 35.7%)   0.1066 ( 25.1%)   3.9938 ( 48.6%)  parse-and-resolve-imports
   0.0385 ( 16.4%)   0.0678 ( 35.6%)   0.1063 ( 25.0%)   3.9936 ( 48.6%)  Import resolution
   0.0293 ( 12.5%)   0.0095 (  5.0%)   0.0388 (  9.1%)   0.0389 (  0.5%)  perform-sema
   0.0292 ( 12.5%)   0.0095 (  5.0%)   0.0387 (  9.1%)   0.0387 (  0.5%)  Type checking and Semantic analysis
   0.0262 ( 11.2%)   0.0088 (  4.6%)   0.0350 (  8.2%)   0.0351 (  0.4%)  typecheck-decl
   0.0156 (  6.6%)   0.0032 (  1.7%)   0.0187 (  4.4%)   0.0188 (  0.2%)  typecheck-expr
   0.0013 (  0.5%)   0.0042 (  2.2%)   0.0054 (  1.3%)   0.0185 (  0.2%)  load-stdlib
   0.0140 (  6.0%)   0.0027 (  1.4%)   0.0167 (  3.9%)   0.0168 (  0.2%)  typecheck-stmt
   0.0079 (  3.3%)   0.0054 (  2.8%)   0.0133 (  3.1%)   0.0134 (  0.2%)  IRGen
   0.0099 (  4.2%)   0.0028 (  1.5%)   0.0127 (  3.0%)   0.0127 (  0.2%)  build-rewrite-system
   0.0051 (  2.2%)   0.0054 (  2.8%)   0.0105 (  2.5%)   0.0106 (  0.1%)  import-clang-decl
   0.0071 (  3.0%)   0.0016 (  0.8%)   0.0087 (  2.0%)   0.0087 (  0.1%)  SILGen
   0.0058 (  2.5%)   0.0014 (  0.7%)   0.0072 (  1.7%)   0.0072 (  0.1%)  SILGen-function
   0.0045 (  1.9%)   0.0001 (  0.1%)   0.0046 (  1.1%)   0.0046 (  0.1%)  SIL optimization
   0.0010 (  0.4%)   0.0000 (  0.0%)   0.0011 (  0.3%)   0.0011 (  0.0%)  precheck-target
   0.0005 (  0.2%)   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-expr-pattern
   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%)  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%)  module-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%)  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
   0.2345 (100.0%)   0.1905 (100.0%)   0.4250 (100.0%)   8.2130 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7529 seconds (4.6565 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5772 (100.0%)   0.1757 (100.0%)   0.7529 (100.0%)   4.6565 (100.0%)  Building Target
   0.5772 (100.0%)   0.1757 (100.0%)   0.7529 (100.0%)   4.6565 (100.0%)  Total
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-1745908917760696-swift-frontend-Nextbike-all-arm64_apple_macos11.0-swiftmodule-Onone-3216565750.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3875 seconds (8.1659 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0376 ( 18.7%)   0.0672 ( 36.1%)   0.1048 ( 27.1%)   3.9874 ( 48.8%)  parse-and-resolve-imports
   0.0376 ( 18.7%)   0.0670 ( 36.0%)   0.1046 ( 27.0%)   3.9872 ( 48.8%)  Import resolution
   0.0333 ( 16.6%)   0.0116 (  6.2%)   0.0450 ( 11.6%)   0.0450 (  0.6%)  perform-sema
   0.0332 ( 16.5%)   0.0116 (  6.2%)   0.0448 ( 11.6%)   0.0448 (  0.5%)  Type checking and Semantic analysis
   0.0328 ( 16.3%)   0.0114 (  6.1%)   0.0442 ( 11.4%)   0.0442 (  0.5%)  typecheck-decl
   0.0012 (  0.6%)   0.0043 (  2.3%)   0.0056 (  1.4%)   0.0187 (  0.2%)  load-stdlib
   0.0059 (  3.0%)   0.0034 (  1.8%)   0.0093 (  2.4%)   0.0093 (  0.1%)  SIL optimization
   0.0033 (  1.7%)   0.0042 (  2.3%)   0.0076 (  2.0%)   0.0076 (  0.1%)  import-clang-decl
   0.0048 (  2.4%)   0.0010 (  0.5%)   0.0058 (  1.5%)   0.0059 (  0.1%)  SILGen
   0.0037 (  1.8%)   0.0011 (  0.6%)   0.0048 (  1.2%)   0.0048 (  0.1%)  typecheck-expr
   0.0036 (  1.8%)   0.0010 (  0.5%)   0.0046 (  1.2%)   0.0046 (  0.1%)  build-rewrite-system
   0.0019 (  0.9%)   0.0018 (  1.0%)   0.0036 (  0.9%)   0.0036 (  0.0%)  Serialization, swiftmodule
   0.0017 (  0.8%)   0.0003 (  0.1%)   0.0020 (  0.5%)   0.0020 (  0.0%)  SILGen-function
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  Serialization, swiftdoc
   0.0000 (  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%)  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%)  load-all-members
   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%)  AST verification
   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%)  module-populate-cache
   0.2014 (100.0%)   0.1861 (100.0%)   0.3875 (100.0%)   8.1659 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1822 seconds (4.0785 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0906 (100.0%)   0.0916 (100.0%)   0.1822 (100.0%)   4.0785 (100.0%)  Building Target
   0.0906 (100.0%)   0.0916 (100.0%)   0.1822 (100.0%)   4.0785 (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/Network/NetworkManager.swift:15:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NetworkManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = NetworkManager()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:14:13: note: class 'NetworkManager' does not conform to the 'Sendable' protocol
final class NetworkManager {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:15:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = NetworkManager()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = NetworkManager()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Maps.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift (in target 'Nextbike' from project 'Nextbike')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908917759328-swift-frontend-Nextbike-Maps.swift-arm64_apple_macos11.0-o-Onone-712063748.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 7.6133 seconds (8.1246 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.9455 ( 48.7%)   0.7591 ( 48.6%)   3.7046 ( 48.7%)   3.9602 ( 48.7%)  parse-and-resolve-imports
   2.9454 ( 48.7%)   0.7590 ( 48.6%)   3.7044 ( 48.7%)   3.9600 ( 48.7%)  Import resolution
   0.0305 (  0.5%)   0.0082 (  0.5%)   0.0387 (  0.5%)   0.0387 (  0.5%)  perform-sema
   0.0304 (  0.5%)   0.0082 (  0.5%)   0.0386 (  0.5%)   0.0386 (  0.5%)  Type checking and Semantic analysis
   0.0227 (  0.4%)   0.0069 (  0.4%)   0.0296 (  0.4%)   0.0296 (  0.4%)  typecheck-decl
   0.0110 (  0.2%)   0.0085 (  0.5%)   0.0195 (  0.3%)   0.0195 (  0.2%)  load-stdlib
   0.0135 (  0.2%)   0.0021 (  0.1%)   0.0156 (  0.2%)   0.0156 (  0.2%)  typecheck-expr
   0.0117 (  0.2%)   0.0021 (  0.1%)   0.0138 (  0.2%)   0.0138 (  0.2%)  typecheck-stmt
   0.0085 (  0.1%)   0.0034 (  0.2%)   0.0119 (  0.2%)   0.0119 (  0.1%)  IRGen
   0.0094 (  0.2%)   0.0003 (  0.0%)   0.0096 (  0.1%)   0.0096 (  0.1%)  build-rewrite-system
   0.0038 (  0.1%)   0.0044 (  0.3%)   0.0083 (  0.1%)   0.0082 (  0.1%)  import-clang-decl
   0.0066 (  0.1%)   0.0006 (  0.0%)   0.0072 (  0.1%)   0.0072 (  0.1%)  SILGen
   0.0052 (  0.1%)   0.0003 (  0.0%)   0.0055 (  0.1%)   0.0055 (  0.1%)  SILGen-function
   0.0046 (  0.1%)   0.0001 (  0.0%)   0.0047 (  0.1%)   0.0047 (  0.1%)  SIL optimization
   0.0007 (  0.0%)   0.0000 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  precheck-target
   0.0005 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  typecheck-expr-pattern
   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%)  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%)  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
   6.0500 (100.0%)   1.5633 (100.0%)   7.6133 (100.0%)   8.1246 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.3980 seconds (4.6554 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.5499 (100.0%)   0.8481 (100.0%)   4.3980 (100.0%)   4.6554 (100.0%)  Building Target
   3.5499 (100.0%)   0.8481 (100.0%)   4.3980 (100.0%)   4.6554 (100.0%)  Total
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\ Place.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Place.swift (in target 'Nextbike' from project 'Nextbike')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908917759673-swift-frontend-Nextbike-Place.swift-arm64_apple_macos11.0-o-Onone-1582941978.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5934 seconds (8.0611 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1202 ( 36.3%)   0.1127 ( 43.0%)   0.2329 ( 39.2%)   3.9583 ( 49.1%)  parse-and-resolve-imports
   0.1201 ( 36.2%)   0.1125 ( 42.9%)   0.2325 ( 39.2%)   3.9579 ( 49.1%)  Import resolution
   0.0170 (  5.1%)   0.0063 (  2.4%)   0.0234 (  3.9%)   0.0234 (  0.3%)  perform-sema
   0.0169 (  5.1%)   0.0063 (  2.4%)   0.0232 (  3.9%)   0.0232 (  0.3%)  Type checking and Semantic analysis
   0.0011 (  0.3%)   0.0028 (  1.1%)   0.0038 (  0.6%)   0.0206 (  0.3%)  load-stdlib
   0.0144 (  4.3%)   0.0059 (  2.2%)   0.0203 (  3.4%)   0.0203 (  0.3%)  typecheck-decl
   0.0095 (  2.9%)   0.0028 (  1.1%)   0.0123 (  2.1%)   0.0123 (  0.2%)  build-rewrite-system
   0.0052 (  1.6%)   0.0045 (  1.7%)   0.0097 (  1.6%)   0.0097 (  0.1%)  IRGen
   0.0032 (  1.0%)   0.0041 (  1.6%)   0.0073 (  1.2%)   0.0073 (  0.1%)  import-clang-decl
   0.0058 (  1.7%)   0.0011 (  0.4%)   0.0069 (  1.2%)   0.0069 (  0.1%)  typecheck-stmt
   0.0057 (  1.7%)   0.0011 (  0.4%)   0.0067 (  1.1%)   0.0067 (  0.1%)  typecheck-expr
   0.0042 (  1.3%)   0.0008 (  0.3%)   0.0050 (  0.8%)   0.0050 (  0.1%)  SILGen
   0.0033 (  1.0%)   0.0007 (  0.3%)   0.0040 (  0.7%)   0.0040 (  0.0%)  SILGen-function
   0.0033 (  1.0%)   0.0001 (  0.0%)   0.0034 (  0.6%)   0.0034 (  0.0%)  SIL optimization
   0.0010 (  0.3%)   0.0002 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  typecheck-expr-pattern
   0.0006 (  0.2%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0007 (  0.0%)  precheck-target
   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%)  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%)  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%)  perform-whole-module-type-checking
   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%)  populate-source-file-class-member-cache
   0.3315 (100.0%)   0.2619 (100.0%)   0.5934 (100.0%)   8.0611 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9119 seconds (4.6567 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6878 (100.0%)   0.2242 (100.0%)   0.9119 (100.0%)   4.6567 (100.0%)  Building Target
   0.6878 (100.0%)   0.2242 (100.0%)   0.9119 (100.0%)   4.6567 (100.0%)  Total
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

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908917760083-swift-frontend-Nextbike-FlexzoneResponse.swift-arm64_apple_macos11.0-o-Onone-21566948.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4058 seconds (8.3634 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0367 ( 17.4%)   0.0670 ( 34.4%)   0.1037 ( 25.5%)   4.0675 ( 48.6%)  parse-and-resolve-imports
   0.0366 ( 17.3%)   0.0668 ( 34.3%)   0.1034 ( 25.5%)   4.0672 ( 48.6%)  Import resolution
   0.0263 ( 12.4%)   0.0106 (  5.5%)   0.0369 (  9.1%)   0.0371 (  0.4%)  perform-sema
   0.0262 ( 12.4%)   0.0106 (  5.5%)   0.0368 (  9.1%)   0.0370 (  0.4%)  Type checking and Semantic analysis
   0.0012 (  0.6%)   0.0047 (  2.4%)   0.0059 (  1.5%)   0.0350 (  0.4%)  load-stdlib
   0.0186 (  8.8%)   0.0077 (  4.0%)   0.0263 (  6.5%)   0.0265 (  0.3%)  typecheck-decl
   0.0097 (  4.6%)   0.0058 (  3.0%)   0.0156 (  3.8%)   0.0156 (  0.2%)  IRGen
   0.0108 (  5.1%)   0.0044 (  2.3%)   0.0152 (  3.7%)   0.0153 (  0.2%)  typecheck-stmt
   0.0101 (  4.8%)   0.0043 (  2.2%)   0.0144 (  3.5%)   0.0145 (  0.2%)  typecheck-expr
   0.0053 (  2.5%)   0.0065 (  3.3%)   0.0118 (  2.9%)   0.0119 (  0.1%)  import-clang-decl
   0.0085 (  4.0%)   0.0021 (  1.1%)   0.0106 (  2.6%)   0.0106 (  0.1%)  SILGen
   0.0070 (  3.3%)   0.0018 (  0.9%)   0.0088 (  2.2%)   0.0088 (  0.1%)  SILGen-function
   0.0051 (  2.4%)   0.0015 (  0.8%)   0.0066 (  1.6%)   0.0066 (  0.1%)  build-rewrite-system
   0.0055 (  2.6%)   0.0001 (  0.1%)   0.0056 (  1.4%)   0.0056 (  0.1%)  SIL optimization
   0.0018 (  0.9%)   0.0003 (  0.2%)   0.0021 (  0.5%)   0.0021 (  0.0%)  typecheck-expr-pattern
   0.0011 (  0.5%)   0.0001 (  0.0%)   0.0012 (  0.3%)   0.0012 (  0.0%)  precheck-target
   0.0009 (  0.4%)   0.0002 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.0%)  load-all-members
   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%)  module-populate-cache
   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%)  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
   0.2113 (100.0%)   0.1945 (100.0%)   0.4058 (100.0%)   8.3634 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0475 seconds (5.0413 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7542 (100.0%)   0.2933 (100.0%)   1.0475 (100.0%)   5.0413 (100.0%)  Building Target
   0.7542 (100.0%)   0.2933 (100.0%)   1.0475 (100.0%)   5.0413 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ NetworkManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift (in target 'Nextbike' from project 'Nextbike')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908919486949-swift-frontend-Nextbike-NetworkManager.swift-arm64_apple_macos11.0-o-Onone-2592334987.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3940 seconds (4.7462 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0355 ( 14.6%)   0.0418 ( 27.7%)   0.0773 ( 19.6%)   2.2528 ( 47.5%)  parse-and-resolve-imports
   0.0354 ( 14.6%)   0.0416 ( 27.6%)   0.0771 ( 19.6%)   2.2525 ( 47.5%)  Import resolution
   0.0295 ( 12.1%)   0.0124 (  8.2%)   0.0419 ( 10.6%)   0.0423 (  0.9%)  perform-sema
   0.0293 ( 12.1%)   0.0124 (  8.2%)   0.0417 ( 10.6%)   0.0421 (  0.9%)  Type checking and Semantic analysis
   0.0258 ( 10.6%)   0.0109 (  7.2%)   0.0367 (  9.3%)   0.0371 (  0.8%)  typecheck-decl
   0.0238 (  9.8%)   0.0069 (  4.6%)   0.0307 (  7.8%)   0.0307 (  0.6%)  typecheck-expr
   0.0221 (  9.1%)   0.0065 (  4.3%)   0.0287 (  7.3%)   0.0287 (  0.6%)  typecheck-stmt
   0.0073 (  3.0%)   0.0053 (  3.5%)   0.0126 (  3.2%)   0.0126 (  0.3%)  IRGen
   0.0089 (  3.7%)   0.0027 (  1.8%)   0.0117 (  3.0%)   0.0117 (  0.2%)  precheck-target
   0.0042 (  1.7%)   0.0054 (  3.6%)   0.0096 (  2.4%)   0.0096 (  0.2%)  import-clang-decl
   0.0064 (  2.6%)   0.0013 (  0.9%)   0.0077 (  2.0%)   0.0077 (  0.2%)  SILGen
   0.0056 (  2.3%)   0.0001 (  0.1%)   0.0057 (  1.4%)   0.0057 (  0.1%)  SIL optimization
   0.0037 (  1.5%)   0.0009 (  0.6%)   0.0046 (  1.2%)   0.0046 (  0.1%)  SILGen-function
   0.0036 (  1.5%)   0.0009 (  0.6%)   0.0045 (  1.1%)   0.0045 (  0.1%)  build-rewrite-system
   0.0009 (  0.4%)   0.0013 (  0.9%)   0.0022 (  0.6%)   0.0022 (  0.0%)  load-stdlib
   0.0009 (  0.4%)   0.0003 (  0.2%)   0.0012 (  0.3%)   0.0012 (  0.0%)  typecheck-for-each
   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%)  module-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%)  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%)  get-conformance-access-path
   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
   0.2431 (100.0%)   0.1510 (100.0%)   0.3940 (100.0%)   4.7462 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2907 seconds (2.4685 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2077 (100.0%)   0.0830 (100.0%)   0.2907 (100.0%)   2.4685 (100.0%)  Building Target
   0.2077 (100.0%)   0.0830 (100.0%)   0.2907 (100.0%)   2.4685 (100.0%)  Total
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

/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:15:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NetworkManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = NetworkManager()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:14:13: note: class 'NetworkManager' does not conform to the 'Sendable' protocol
final class NetworkManager {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:15:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = NetworkManager()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = NetworkManager()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:35:17: warning: capture of 'completion' with non-sendable type '(Result<T, any Error>) -> Void' in a '@Sendable' closure
                completion(.failure(error!))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/NetworkManager.swift:35:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(error!))
                ^
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Network/Endpoint.swift (in target 'Nextbike' from project 'Nextbike')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908919490816-swift-frontend-Nextbike-Endpoint.swift-arm64_apple_macos11.0-o-Onone-1730169783.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2302 seconds (5.1002 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0339 ( 24.6%)   0.0338 ( 36.5%)   0.0677 ( 29.4%)   2.5026 ( 49.1%)  parse-and-resolve-imports
   0.0338 ( 24.6%)   0.0336 ( 36.4%)   0.0675 ( 29.3%)   2.5024 ( 49.1%)  Import resolution
   0.0162 ( 11.8%)   0.0053 (  5.7%)   0.0215 (  9.3%)   0.0215 (  0.4%)  perform-sema
   0.0160 ( 11.6%)   0.0053 (  5.7%)   0.0213 (  9.3%)   0.0213 (  0.4%)  Type checking and Semantic analysis
   0.0154 ( 11.2%)   0.0051 (  5.5%)   0.0205 (  8.9%)   0.0205 (  0.4%)  typecheck-decl
   0.0041 (  3.0%)   0.0034 (  3.7%)   0.0075 (  3.3%)   0.0075 (  0.1%)  IRGen
   0.0034 (  2.4%)   0.0010 (  1.1%)   0.0043 (  1.9%)   0.0043 (  0.1%)  build-rewrite-system
   0.0017 (  1.3%)   0.0015 (  1.6%)   0.0032 (  1.4%)   0.0032 (  0.1%)  import-clang-decl
   0.0031 (  2.3%)   0.0000 (  0.1%)   0.0032 (  1.4%)   0.0032 (  0.1%)  SIL optimization
   0.0023 (  1.7%)   0.0006 (  0.7%)   0.0030 (  1.3%)   0.0030 (  0.1%)  typecheck-expr
   0.0024 (  1.8%)   0.0005 (  0.5%)   0.0029 (  1.3%)   0.0029 (  0.1%)  SILGen
   0.0021 (  1.5%)   0.0005 (  0.6%)   0.0026 (  1.1%)   0.0026 (  0.1%)  typecheck-stmt
   0.0008 (  0.6%)   0.0014 (  1.6%)   0.0023 (  1.0%)   0.0023 (  0.0%)  load-stdlib
   0.0017 (  1.2%)   0.0003 (  0.3%)   0.0020 (  0.9%)   0.0020 (  0.0%)  SILGen-function
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.2%)   0.0004 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.2%)   0.0004 (  0.0%)  precheck-target
   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-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.1378 (100.0%)   0.0924 (100.0%)   0.2302 (100.0%)   5.1002 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1272 seconds (2.5622 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0776 (100.0%)   0.0497 (100.0%)   0.1272 (100.0%)   2.5622 (100.0%)  Building Target
   0.0776 (100.0%)   0.0497 (100.0%)   0.1272 (100.0%)   2.5622 (100.0%)  Total
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\ Country.swift /Users/admin/builder/spi-builder-workspace/Sources/Nextbike/Models/Country.swift (in target 'Nextbike' from project 'Nextbike')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745908919490744-swift-frontend-Nextbike-Country.swift-arm64_apple_macos11.0-o-Onone-3669608034.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3324 seconds (4.6526 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0378 ( 20.3%)   0.0535 ( 36.7%)   0.0913 ( 27.5%)   2.2514 ( 48.4%)  parse-and-resolve-imports
   0.0377 ( 20.2%)   0.0533 ( 36.5%)   0.0910 ( 27.4%)   2.2511 ( 48.4%)  Import resolution
   0.0214 ( 11.5%)   0.0073 (  5.0%)   0.0287 (  8.6%)   0.0287 (  0.6%)  perform-sema
   0.0213 ( 11.4%)   0.0072 (  5.0%)   0.0285 (  8.6%)   0.0285 (  0.6%)  Type checking and Semantic analysis
   0.0160 (  8.6%)   0.0065 (  4.4%)   0.0225 (  6.8%)   0.0225 (  0.5%)  typecheck-decl
   0.0074 (  4.0%)   0.0058 (  4.0%)   0.0132 (  4.0%)   0.0132 (  0.3%)  IRGen
   0.0093 (  5.0%)   0.0019 (  1.3%)   0.0112 (  3.4%)   0.0112 (  0.2%)  typecheck-stmt
   0.0092 (  4.9%)   0.0017 (  1.2%)   0.0109 (  3.3%)   0.0109 (  0.2%)  typecheck-expr
   0.0069 (  3.7%)   0.0019 (  1.3%)   0.0088 (  2.6%)   0.0088 (  0.2%)  SILGen
   0.0058 (  3.1%)   0.0016 (  1.1%)   0.0074 (  2.2%)   0.0074 (  0.2%)  SILGen-function
   0.0035 (  1.9%)   0.0010 (  0.7%)   0.0045 (  1.4%)   0.0045 (  0.1%)  build-rewrite-system
   0.0019 (  1.0%)   0.0023 (  1.6%)   0.0042 (  1.3%)   0.0042 (  0.1%)  import-clang-decl
   0.0041 (  2.2%)   0.0000 (  0.0%)   0.0042 (  1.3%)   0.0042 (  0.1%)  SIL optimization
   0.0028 (  1.5%)   0.0005 (  0.3%)   0.0033 (  1.0%)   0.0033 (  0.1%)  typecheck-expr-pattern
   0.0009 (  0.5%)   0.0013 (  0.9%)   0.0022 (  0.7%)   0.0022 (  0.0%)  load-stdlib
   0.0006 (  0.3%)   0.0000 (  0.0%)   0.0006 (  0.2%)   0.0006 (  0.0%)  precheck-target
   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%)  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.1865 (100.0%)   0.1459 (100.0%)   0.3324 (100.0%)   4.6526 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2962 seconds (2.4588 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2070 (100.0%)   0.0891 (100.0%)   0.2962 (100.0%)   2.4588 (100.0%)  Building Target
   0.2070 (100.0%)   0.0891 (100.0%)   0.2962 (100.0%)   2.4588 (100.0%)  Total
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

SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Nextbike (in target 'Nextbike' from project 'Nextbike')
SwiftDriver\ Compilation\ Requirements Nextbike normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/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/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/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o normal (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Headers/Nextbike-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike-Swift.h (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Headers/Nextbike-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Bikes.swift (in target 'Nextbike' from project 'Nextbike')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Modules/Nextbike.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.swiftmodule (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Modules/Nextbike.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Modules/Nextbike.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.swiftdoc (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Modules/Nextbike.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Modules/Nextbike.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.abi.json (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Modules/Nextbike.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Modules/Nextbike.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.swiftsourceinfo (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Modules/Nextbike.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
ExtractAppIntentsMetadata (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AnyCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier anycodable.AnyCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 23:42:01.966 appintentsmetadataprocessor[740:4215] Starting appintentsmetadataprocessor export
2025-04-28 23:42:02.011 appintentsmetadataprocessor[740:4215] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling City.swift (in target 'Nextbike' from project 'Nextbike')
SwiftDriverJobDiscovery normal arm64 Compiling Country.swift (in target 'Nextbike' from project 'Nextbike')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkManager.swift (in target 'Nextbike' from project 'Nextbike')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj/Nextbike_Info.plist (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Nextbike.xcodeproj/Nextbike_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Resources/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling Endpoint.swift (in target 'Nextbike' from project 'Nextbike')
SwiftDriverJobDiscovery normal arm64 Compiling Maps.swift (in target 'Nextbike' from project 'Nextbike')
SwiftDriverJobDiscovery normal arm64 Compiling Place.swift (in target 'Nextbike' from project 'Nextbike')
SwiftDriverJobDiscovery normal arm64 Compiling Nextbike.swift (in target 'Nextbike' from project 'Nextbike')
SwiftDriverJobDiscovery normal arm64 Compiling FlexzoneResponse.swift (in target 'Nextbike' from project 'Nextbike')
SwiftDriver\ Compilation Nextbike normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/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/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/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/Nextbike.build/Objects-normal/arm64/Nextbike_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Nextbike normal (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos11.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.LinkFileList -install_name @rpath/Nextbike.framework/Versions/A/Nextbike -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.swiftmodule -Wl,-no_warn_duplicate_libraries -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Nextbike -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule
ExtractAppIntentsMetadata (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Nextbike --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 11.0 --bundle-identifier Nextbike --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Resources --target-triple arm64-apple-macos11.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Nextbike --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Nextbike.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Nextbike.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Nextbike.build/Debug/Nextbike.build/Objects-normal/arm64/Nextbike.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 23:42:02.981 appintentsmetadataprocessor[743:4238] Starting appintentsmetadataprocessor export
2025-04-28 23:42:02.983 appintentsmetadataprocessor[743:4238] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Nextbike.framework/Versions/A/Nextbike.tbd (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A/Nextbike -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Nextbike.framework/Versions/A/Nextbike.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Nextbike.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Nextbike.framework/Nextbike.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Nextbike.framework/Versions/A/Nextbike.tbd (in target 'Nextbike' from project 'Nextbike')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Nextbike.framework/Versions/A/Nextbike.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Nextbike.framework/Nextbike.tbd
** BUILD SUCCEEDED **
Build complete.
{
  "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"
}
Done.