The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ZohoBooksClient, reference 0.1.2 (71b68f), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 20 Jan 2026 17:02:46 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 ZohoBooksClient -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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emotiveapps/ZohoBooksClient.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emotiveapps/ZohoBooksClient
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 71b68f3 Fix lint
Cloned https://github.com/emotiveapps/ZohoBooksClient.git
Revision (git rev-parse @):
71b68f301547110794b334d363ec3fce8538efd3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/emotiveapps/ZohoBooksClient.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/emotiveapps/ZohoBooksClient.git
https://github.com/emotiveapps/ZohoBooksClient.git
{
  "dependencies" : [
    {
      "identity" : "oauthenticator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/OAuthenticator"
    },
    {
      "identity" : "mimetypeenum",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/emotiveapps/MimeTypeEnum"
    }
  ],
  "manifest_display_name" : "ZohoBooksClient",
  "name" : "ZohoBooksClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZohoBooksClient",
      "targets" : [
        "ZohoBooksClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZohoBooksClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClientTests",
      "path" : "Tests/ZohoBooksClientTests",
      "sources" : [
        "AdditionalModelTests.swift",
        "FullModelEncodingTests.swift",
        "ModelEncodingTests.swift",
        "ZohoBooksClientTests.swift",
        "ZohoErrorTests.swift",
        "ZohoOAuthConfigTests.swift"
      ],
      "target_dependencies" : [
        "ZohoBooksClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZohoBooksClient",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClient",
      "path" : "Sources/ZohoBooksClient",
      "product_dependencies" : [
        "OAuthenticator",
        "MimeTypeEnum"
      ],
      "product_memberships" : [
        "ZohoBooksClient"
      ],
      "sources" : [
        "HttpService.swift",
        "Models/ZBAccount.swift",
        "Models/ZBContact.swift",
        "Models/ZBExpense.swift",
        "Models/ZBInvoice.swift",
        "Models/ZBItem.swift",
        "Models/ZBPayment.swift",
        "Models/ZBTax.swift",
        "OAuthProviding.swift",
        "ZohoBooksClient.swift",
        "ZohoConfig.swift",
        "ZohoError.swift",
        "ZohoOAuth.swift",
        "ZohoOAuthenticator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ChimeHQ/OAuthenticator
Fetching from https://github.com/emotiveapps/MimeTypeEnum
Creating working copy of package ‘OAuthenticator’
Checking out 0.7.2 of package ‘OAuthenticator’
Creating working copy of package ‘MimeTypeEnum’
Checking out 1.0.2 of package ‘MimeTypeEnum’
Resolve Package Graph
Resolved source packages:
  MimeTypeEnum: https://github.com/emotiveapps/MimeTypeEnum @ 1.0.2
  ZohoBooksClient: /Users/admin/builder/spi-builder-workspace
  OAuthenticator: https://github.com/ChimeHQ/OAuthenticator @ 0.7.2
resolved source packages: MimeTypeEnum, ZohoBooksClient, OAuthenticator
{
  "dependencies" : [
    {
      "identity" : "oauthenticator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/OAuthenticator"
    },
    {
      "identity" : "mimetypeenum",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/emotiveapps/MimeTypeEnum"
    }
  ],
  "manifest_display_name" : "ZohoBooksClient",
  "name" : "ZohoBooksClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZohoBooksClient",
      "targets" : [
        "ZohoBooksClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZohoBooksClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClientTests",
      "path" : "Tests/ZohoBooksClientTests",
      "sources" : [
        "AdditionalModelTests.swift",
        "FullModelEncodingTests.swift",
        "ModelEncodingTests.swift",
        "ZohoBooksClientTests.swift",
        "ZohoErrorTests.swift",
        "ZohoOAuthConfigTests.swift"
      ],
      "target_dependencies" : [
        "ZohoBooksClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZohoBooksClient",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClient",
      "path" : "Sources/ZohoBooksClient",
      "product_dependencies" : [
        "OAuthenticator",
        "MimeTypeEnum"
      ],
      "product_memberships" : [
        "ZohoBooksClient"
      ],
      "sources" : [
        "HttpService.swift",
        "Models/ZBAccount.swift",
        "Models/ZBContact.swift",
        "Models/ZBExpense.swift",
        "Models/ZBInvoice.swift",
        "Models/ZBItem.swift",
        "Models/ZBPayment.swift",
        "Models/ZBTax.swift",
        "OAuthProviding.swift",
        "ZohoBooksClient.swift",
        "ZohoConfig.swift",
        "ZohoError.swift",
        "ZohoOAuth.swift",
        "ZohoOAuthenticator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ZohoBooksClient"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZohoBooksClient -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 ZohoBooksClient -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
Resolve Package Graph
Resolved source packages:
  MimeTypeEnum: https://github.com/emotiveapps/MimeTypeEnum @ 1.0.2
  ZohoBooksClient: /Users/admin/builder/spi-builder-workspace
  OAuthenticator: https://github.com/ChimeHQ/OAuthenticator @ 0.7.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'ZohoBooksClient' in project 'ZohoBooksClient'
        ➜ Explicit dependency on target 'ZohoBooksClient' in project 'ZohoBooksClient'
        ➜ Explicit dependency on target 'OAuthenticator' in project 'OAuthenticator'
        ➜ Explicit dependency on target 'MimeTypeEnum' in project 'MimeTypeEnum'
    Target 'ZohoBooksClient' in project 'ZohoBooksClient'
        ➜ Explicit dependency on target 'OAuthenticator' in project 'OAuthenticator'
        ➜ Explicit dependency on target 'MimeTypeEnum' in project 'MimeTypeEnum'
    Target 'MimeTypeEnum' in project 'MimeTypeEnum'
        ➜ Explicit dependency on target 'MimeTypeEnum' in project 'MimeTypeEnum'
    Target 'MimeTypeEnum' in project 'MimeTypeEnum' (no dependencies)
    Target 'OAuthenticator' in project 'OAuthenticator'
        ➜ Explicit dependency on target 'OAuthenticator' in project 'OAuthenticator'
        ➜ Explicit dependency on target 'OAuthenticator_OAuthenticator' in project 'OAuthenticator'
    Target 'OAuthenticator' in project 'OAuthenticator'
        ➜ Explicit dependency on target 'OAuthenticator_OAuthenticator' in project 'OAuthenticator'
    Target 'OAuthenticator_OAuthenticator' in project 'OAuthenticator' (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: 71f6d7538766a79b1035564261b3ea2d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/71f6d7538766a79b1035564261b3ea2d.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.modulemap (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyMetadataFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyStaticMetadataFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator_OAuthenticator.build/empty-OAuthenticator_OAuthenticator.plist (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator_OAuthenticator.build/empty-OAuthenticator_OAuthenticator.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-OutputFileMap.json (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_const_extract_protocols.json (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftConstValuesFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.LinkFileList (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator_OAuthenticator.build/OAuthenticator_OAuthenticator.DependencyStaticMetadataFileList (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator_OAuthenticator.build/OAuthenticator_OAuthenticator.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ZohoBooksClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.modulemap (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator_OAuthenticator.build/OAuthenticator_OAuthenticator.DependencyMetadataFileList (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator_OAuthenticator.build/OAuthenticator_OAuthenticator.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.SwiftFileList (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator_const_extract_protocols.json (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.SwiftConstValuesFileList (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.LinkFileList (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-OutputFileMap.json (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.modulemap (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.DependencyStaticMetadataFileList (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.DependencyMetadataFileList (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources/resource_bundle_accessor.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum_const_extract_protocols.json (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.SwiftFileList (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.SwiftConstValuesFileList (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.LinkFileList (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-OutputFileMap.json (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.modulemap (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OAuthenticator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.modulemap (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    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/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.DependencyStaticMetadataFileList (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.DependencyMetadataFileList (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle/Contents/Resources (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle/Contents (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator_OAuthenticator.build/empty-OAuthenticator_OAuthenticator.plist (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator_OAuthenticator.build/empty-OAuthenticator_OAuthenticator.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/PrivacyInfo.xcprivacy (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MimeTypeEnum.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.modulemap (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle (in target 'OAuthenticator_OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator_OAuthenticator.bundle
SwiftDriver MimeTypeEnum normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MimeTypeEnum -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.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-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -parse-as-library -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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name mimetypeenum -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum_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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OAuthenticator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OAuthenticator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.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.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftmodule -user-module-version 0.7.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name oauthenticator -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator_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/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ MimeTypeEnum (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum/Sources/MimeTypeEnum/MimeType.swift (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ DPoPKey.swift,\ DPoPSigner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/DPoPKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/DPoPSigner.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/DPoPKey.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/DPoPSigner.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ ASWebAuthenticationSession+Utility.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources/resource_bundle_accessor.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ Data+Base64URLEncode.swift,\ Models.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Data+Base64URLEncode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Models.swift (in target 'OAuthenticator' from project 'OAuthenticator')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Data+Base64URLEncode.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Models.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ OAuthenticator (in target 'OAuthenticator' from project 'OAuthenticator')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
EmitSwiftModule normal arm64 (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ URLSession+ResponseProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/URLSession+ResponseProvider.swift (in target 'OAuthenticator' from project 'OAuthenticator')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/URLSession+ResponseProvider.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GitHub.swift,\ GoogleAPI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Services/GitHub.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Services/GoogleAPI.swift (in target 'OAuthenticator' from project 'OAuthenticator')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Services/GitHub.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Services/GoogleAPI.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WebAuthenticationSession+Utility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/WebAuthenticationSession+Utility.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/WebAuthenticationSession+Utility.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ WellknownEndpoints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/WellknownEndpoints.swift (in target 'OAuthenticator' from project 'OAuthenticator')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/WellknownEndpoints.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Mastodon.swift,\ URL+QueryParams.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Services/Mastodon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/URL+QueryParams.swift (in target 'OAuthenticator' from project 'OAuthenticator')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Services/Mastodon.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/URL+QueryParams.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for MimeTypeEnum (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
SwiftDriver\ Compilation\ Requirements MimeTypeEnum normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MimeTypeEnum -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.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-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -parse-as-library -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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name mimetypeenum -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum_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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling MimeType.swift (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
SwiftCompile normal arm64 Compiling\ PKCE.swift,\ Bluesky.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/PKCE.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Services/Bluesky.swift (in target 'OAuthenticator' from project 'OAuthenticator')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/PKCE.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Services/Bluesky.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MimeTypeEnum-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-Swift.h (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MimeTypeEnum-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+ResponseProvider.swift (in target 'OAuthenticator' from project 'OAuthenticator')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftmodule (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftdoc (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.abi.json (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftsourceinfo (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Authenticator.swift,\ CredentialWindowProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Authenticator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/CredentialWindowProvider.swift (in target 'OAuthenticator' from project 'OAuthenticator')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/Authenticator.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator/Sources/OAuthenticator/CredentialWindowProvider.swift (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation MimeTypeEnum normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MimeTypeEnum -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.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-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -parse-as-library -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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name mimetypeenum -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum_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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Mastodon.swift, URL+QueryParams.swift (in target 'OAuthenticator' from project 'OAuthenticator')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.o normal (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos12.0 -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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum_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/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.o
SwiftDriverJobDiscovery normal arm64 Compiling WellknownEndpoints.swift (in target 'OAuthenticator' from project 'OAuthenticator')
ExtractAppIntentsMetadata (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    /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 MimeTypeEnum --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 12.0 --bundle-identifier mimetypeenum.MimeTypeEnum --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/MimeTypeEnum.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MimeTypeEnum.build/Debug/MimeTypeEnum.build/Objects-normal/arm64/MimeTypeEnum.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-20 09:02:42.600 appintentsmetadataprocessor[835:4885] Starting appintentsmetadataprocessor export
2026-01-20 09:02:42.647 appintentsmetadataprocessor[835:4885] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for OAuthenticator (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftDriver\ Compilation\ Requirements OAuthenticator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OAuthenticator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.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.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftmodule -user-module-version 0.7.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name oauthenticator -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator_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/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OAuthenticator-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-Swift.h (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OAuthenticator-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftmodule (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftdoc (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.abi.json (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftsourceinfo (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver ZohoBooksClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZohoBooksClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.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-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 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/PackageFrameworks -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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ZohoConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoConfig.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoConfig.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ ZBInvoice.swift,\ ZBItem.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBInvoice.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBItem.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBInvoice.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling GitHub.swift, GoogleAPI.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 Compiling\ ZohoOAuth.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoOAuth.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoOAuth.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Data+Base64URLEncode.swift, Models.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 Compiling\ HttpService.swift,\ ZBAccount.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/HttpService.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBAccount.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/HttpService.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling DPoPKey.swift, DPoPSigner.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 Compiling\ ZohoError.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoError.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoError.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PKCE.swift, Bluesky.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 Compiling\ ZohoOAuthenticator.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoOAuthenticator.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoOAuthenticator.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, ASWebAuthenticationSession+Utility.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 Compiling\ ZohoBooksClient.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:63:29: warning: non-sendable result type 'T' cannot be sent from actor-isolated context in call to instance method 'get(endpoint:queryItems:headers:)'; this is an error in the Swift 6 language mode
      return try await http.get(endpoint: endpoint, queryItems: items)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:59:20: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
  private func get<T: Decodable>(endpoint: String, queryItems: [URLQueryItem] = []) async throws -> T {
                   ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:71:29: warning: non-sendable result type 'T' cannot be sent from actor-isolated context in call to instance method 'post(endpoint:body:queryItems:headers:)'; this is an error in the Swift 6 language mode
      return try await http.post(endpoint: endpoint, body: body, queryItems: [orgQueryItem])
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:69:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
  private func post<T: Decodable>(endpoint: String, body: some Encodable) async throws -> T {
                    ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:79:29: warning: non-sendable result type 'T' cannot be sent from actor-isolated context in call to instance method 'put(endpoint:body:queryItems:headers:)'; this is an error in the Swift 6 language mode
      return try await http.put(endpoint: endpoint, body: body, queryItems: [orgQueryItem])
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:77:20: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
  private func put<T: Decodable>(endpoint: String, body: some Encodable) async throws -> T {
                   ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:71:29: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
      return try await http.post(endpoint: endpoint, body: body, queryItems: [orgQueryItem])
                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:71:29: note: sending 'self'-isolated 'body' to actor-isolated instance method 'post(endpoint:body:queryItems:headers:)' risks causing data races between actor-isolated and 'self'-isolated uses
      return try await http.post(endpoint: endpoint, body: body, queryItems: [orgQueryItem])
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:79:29: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
      return try await http.put(endpoint: endpoint, body: body, queryItems: [orgQueryItem])
                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoBooksClient.swift:79:29: note: sending 'self'-isolated 'body' to actor-isolated instance method 'put(endpoint:body:queryItems:headers:)' risks causing data races between actor-isolated and 'self'-isolated uses
      return try await http.put(endpoint: endpoint, body: body, queryItems: [orgQueryItem])
                            ^
SwiftDriverJobDiscovery normal arm64 Compiling Authenticator.swift, CredentialWindowProvider.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 Compiling\ ZBPayment.swift,\ ZBTax.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBPayment.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBTax.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBPayment.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling WebAuthenticationSession+Utility.swift (in target 'OAuthenticator' from project 'OAuthenticator')
SwiftCompile normal arm64 Compiling\ ZBContact.swift,\ ZBExpense.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBContact.swift /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBExpense.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/Models/ZBContact.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling ZohoError.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriverJobDiscovery normal arm64 Compiling ZohoConfig.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriver\ Compilation OAuthenticator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OAuthenticator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.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.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftmodule -user-module-version 0.7.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name oauthenticator -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator_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/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.o normal (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator_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/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.o
ExtractAppIntentsMetadata (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    /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 OAuthenticator --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.15 --bundle-identifier oauthenticator.OAuthenticator --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/OAuthenticator.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthenticator.build/Debug/OAuthenticator.build/Objects-normal/arm64/OAuthenticator.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-20 09:02:45.044 appintentsmetadataprocessor[849:4963] Starting appintentsmetadataprocessor export
2026-01-20 09:02:45.082 appintentsmetadataprocessor[849:4963] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.o (in target 'MimeTypeEnum' from project 'MimeTypeEnum')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/MimeTypeEnum
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MimeTypeEnum.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.o (in target 'OAuthenticator' from project 'OAuthenticator')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthenticator
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthenticator.o
SwiftDriverJobDiscovery normal arm64 Emitting module for ZohoBooksClient (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriver\ Compilation\ Requirements ZohoBooksClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZohoBooksClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.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-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 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/PackageFrameworks -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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ZohoBooksClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-Swift.h (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ZohoBooksClient-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftmodule (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftdoc (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.abi.json (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftsourceinfo (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ZohoBooksClient.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriverJobDiscovery normal arm64 Compiling OAuthProviding.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriverJobDiscovery normal arm64 Compiling ZohoOAuth.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriverJobDiscovery normal arm64 Compiling ZohoOAuthenticator.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriverJobDiscovery normal arm64 Compiling HttpService.swift, ZBAccount.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriverJobDiscovery normal arm64 Compiling ZBInvoice.swift, ZBItem.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriverJobDiscovery normal arm64 Compiling ZBPayment.swift, ZBTax.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriverJobDiscovery normal arm64 Compiling ZBContact.swift, ZBExpense.swift (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
SwiftDriver\ Compilation ZohoBooksClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZohoBooksClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.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-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 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/PackageFrameworks -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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.o normal (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    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-macos12.0 -r -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 -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_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/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.o
ExtractAppIntentsMetadata (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    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 ZohoBooksClient --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 12.0 --bundle-identifier spi-builder-workspace.ZohoBooksClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/ZohoBooksClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZohoBooksClient.build/Debug/ZohoBooksClient.build/Objects-normal/arm64/ZohoBooksClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-20 09:02:45.652 appintentsmetadataprocessor[852:4992] Starting appintentsmetadataprocessor export
2026-01-20 09:02:45.684 appintentsmetadataprocessor[852:4992] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.o (in target 'ZohoBooksClient' from project 'ZohoBooksClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZohoBooksClient.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:61d28db45f9bdfa8173f13c0f0a71840b3f745dc, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:61d28db45f9bdfa8173f13c0f0a71840b3f745dc, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:61d28db45f9bdfa8173f13c0f0a71840b3f745dc, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:61d28db45f9bdfa8173f13c0f0a71840b3f745dc, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "oauthenticator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/OAuthenticator"
    },
    {
      "identity" : "mimetypeenum",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/emotiveapps/MimeTypeEnum"
    }
  ],
  "manifest_display_name" : "ZohoBooksClient",
  "name" : "ZohoBooksClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZohoBooksClient",
      "targets" : [
        "ZohoBooksClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZohoBooksClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClientTests",
      "path" : "Tests/ZohoBooksClientTests",
      "sources" : [
        "AdditionalModelTests.swift",
        "FullModelEncodingTests.swift",
        "ModelEncodingTests.swift",
        "ZohoBooksClientTests.swift",
        "ZohoErrorTests.swift",
        "ZohoOAuthConfigTests.swift"
      ],
      "target_dependencies" : [
        "ZohoBooksClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZohoBooksClient",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClient",
      "path" : "Sources/ZohoBooksClient",
      "product_dependencies" : [
        "OAuthenticator",
        "MimeTypeEnum"
      ],
      "product_memberships" : [
        "ZohoBooksClient"
      ],
      "sources" : [
        "HttpService.swift",
        "Models/ZBAccount.swift",
        "Models/ZBContact.swift",
        "Models/ZBExpense.swift",
        "Models/ZBInvoice.swift",
        "Models/ZBItem.swift",
        "Models/ZBPayment.swift",
        "Models/ZBTax.swift",
        "OAuthProviding.swift",
        "ZohoBooksClient.swift",
        "ZohoConfig.swift",
        "ZohoError.swift",
        "ZohoOAuth.swift",
        "ZohoOAuthenticator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.