The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GoogleAuthentication, reference v1.0.3 (15de3c), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 19 Jun 2025 02:13:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleAuthentication -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/GoogleAuthentication.git
Reference: v1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/GoogleAuthentication
 * tag               v1.0.3     -> FETCH_HEAD
HEAD is now at 15de3cc Bump version number
Cloned https://github.com/Nef10/GoogleAuthentication.git
Revision (git rev-parse @):
15de3ccfb5773c21c6d4cf382549603b7d7929d1
SUCCESS checkout https://github.com/Nef10/GoogleAuthentication.git at v1.0.3
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nef10/GoogleAuthentication.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching from https://github.com/OAuthSwift/OAuthSwift.git
Fetching from https://github.com/phimage/Erik.git
Fetching from https://github.com/tid-kijyun/Kanna.git
Fetching from https://github.com/httpswift/swifter.git
Fetching from https://github.com/nvzqz/FileKit.git
Fetching from https://github.com/Thomvis/BrightFutures.git
Creating working copy of package ‘Kanna’
Checking out 5.3.0 of package ‘Kanna’
Creating working copy of package ‘BrightFutures’
Checking out 8.2.0 of package ‘BrightFutures’
Creating working copy of package ‘Erik’
Checking out 5.1.0 of package ‘Erik’
Creating working copy of package ‘OAuthSwift’
Checking out 2.2.0 of package ‘OAuthSwift’
Creating working copy of package ‘KeychainAccess’
Checking out 4.2.2 of package ‘KeychainAccess’
Creating working copy of package ‘FileKit’
Checking out 6.1.0 of package ‘FileKit’
Creating working copy of package ‘swifter’
Checking out 1.5.0 of package ‘swifter’
Resolve Package Graph
Resolved source packages:
  GoogleAuthentication: /Users/admin/builder/spi-builder-workspace
  BrightFutures: https://github.com/Thomvis/BrightFutures.git @ 8.2.0
  Kanna: https://github.com/tid-kijyun/Kanna.git @ 5.3.0
  FileKit: https://github.com/nvzqz/FileKit.git @ 6.1.0
  Swifter: https://github.com/httpswift/swifter.git @ 1.5.0
  OAuthSwift: https://github.com/OAuthSwift/OAuthSwift.git @ 2.2.0
  KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
  Erik: https://github.com/phimage/Erik.git @ 5.1.0
resolved source packages: GoogleAuthentication, BrightFutures, Kanna, FileKit, Swifter, OAuthSwift, KeychainAccess, Erik
{
  "dependencies" : [
    {
      "identity" : "oauthswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OAuthSwift/OAuthSwift.git"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    }
  ],
  "manifest_display_name" : "GoogleAuthentication",
  "name" : "GoogleAuthentication",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GoogleAuthentication",
      "targets" : [
        "GoogleAuthentication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAuthenticationTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAuthenticationTests",
      "path" : "Tests/GoogleAuthenticationTests",
      "sources" : [
        "GoogleAuthenticationTests.swift"
      ],
      "target_dependencies" : [
        "GoogleAuthentication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleAuthentication",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAuthentication",
      "path" : "Sources/GoogleAuthentication",
      "product_dependencies" : [
        "OAuthSwift",
        "KeychainAccess"
      ],
      "product_memberships" : [
        "GoogleAuthentication"
      ],
      "sources" : [
        "ASWebAuthenticationURLHandler.swift",
        "Authentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GoogleAuthentication"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleAuthentication -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 GoogleAuthentication -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  OAuthSwift: https://github.com/OAuthSwift/OAuthSwift.git @ 2.2.0
  KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
  Erik: https://github.com/phimage/Erik.git @ 5.1.0
  Swifter: https://github.com/httpswift/swifter.git @ 1.5.0
  GoogleAuthentication: /Users/admin/builder/spi-builder-workspace
  BrightFutures: https://github.com/Thomvis/BrightFutures.git @ 8.2.0
  Kanna: https://github.com/tid-kijyun/Kanna.git @ 5.3.0
  FileKit: https://github.com/nvzqz/FileKit.git @ 6.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'GoogleAuthentication' in project 'GoogleAuthentication'
        ➜ Explicit dependency on target 'GoogleAuthentication' in project 'GoogleAuthentication'
        ➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
        ➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
    Target 'GoogleAuthentication' in project 'GoogleAuthentication'
        ➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
        ➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
    Target 'KeychainAccess' in project 'KeychainAccess'
        ➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
    Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
    Target 'OAuthSwift' in project 'OAuthSwift'
        ➜ Explicit dependency on target 'OAuthSwift' in project 'OAuthSwift'
    Target 'OAuthSwift' in project 'OAuthSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3f21844ef3918a4770f09a26cb02f0ae
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3f21844ef3918a4770f09a26cb02f0ae.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.DependencyStaticMetadataFileList (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.modulemap (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.DependencyMetadataFileList (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift_const_extract_protocols.json (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.LinkFileList (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftFileList (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftConstValuesFileList (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-OutputFileMap.json (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_const_extract_protocols.json (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftConstValuesFileList (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.LinkFileList (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.DependencyStaticMetadataFileList (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-OutputFileMap.json (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.modulemap (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.DependencyMetadataFileList (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication_const_extract_protocols.json (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OAuthSwift.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.modulemap (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    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/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.LinkFileList (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftFileList (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftConstValuesFileList (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-OutputFileMap.json (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.modulemap (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.DependencyStaticMetadataFileList (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/KeychainAccess.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.modulemap (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    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/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.DependencyMetadataFileList (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/GoogleAuthentication.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.modulemap (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver OAuthSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OAuthSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift_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/OAuthSwift.build/Debug/OAuthSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.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/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver KeychainAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeychainAccess -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_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/KeychainAccess.build/Debug/KeychainAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.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/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-6TL9KT83HX9WCNN6MUJ4RXY13.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CB7S9KW6BCE8K3W9BQR8Z8L7D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ETXGO0CCN50NJJJ1T7O9OG7QY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-B1DEY84NT78VC91CZTGCR6P2G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-BOGP854PAM05OU9SEQ6T6CKZF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-4F6W88HH2I5QECJK4DQWSN688.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-74FSHJ7Y9OFU31XW3USCCV6H9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-771G992C02Z1PKJN0NBXDZ54L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-8Z3DGWJN4BZ05LEF7ZV8ZZXOK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-CXIFL9FUFZMGL45NUHJFXF7KI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9DRP2UGNZ7B3VFK2LROWNHXAA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2H78LDXQL2QSOBU9E8S6W5Q85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6ZZNJZ45HVZSO0GOX4U8979M9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4QFW3FVE99J7ELINJEIAOC3PZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-1FEZ8WXDGBOZ9ORWT6DRYUDKD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGL-944U6YLLWD4SFRFM9WALKCPRN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-1QC2TREL4E841A16LGTTMBXTK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-2VXY9ORECNAH6UNF8M80EQLGI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-DP8FPXVUR83Q7ADSGVFW62TMS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-5ROV7BH8E6KVESIYYCEHT1YVK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-3LY9H5VTSV13WZGGFKFLKNHZN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-9ZUSOOTZY4TE6H1909JZHSICE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-EVRLXEQT1RUE9WJZHPXUROVRH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-OOGTKT65NOMASJH2TSIZP0VK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-6Y7U46VS0V2C4QFLFRCY3W0XL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-6NBUGIV2QW8A8LH005H34YCE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CUPS-71BRF3UC4V45G8870O1CWM0MA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-DUJTO8A4UY7XH87NSAUP6Y992.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-BQP0R8JLYV2F1CPSK0VA3XD2R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-4SXQ0NNFO6D0W9PZ9T713HIVF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-E6P09CF5VM5JV7V9R2RRL1RC3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CFV17P5GIIS6XIDB3Z4JNTJHB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-881WXGYR1RBOJ7T336TLGWOQ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-B0XW8B8UX4R6SLAS5KEFFINY5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-DQNWQ7O7VBOISP2WANTBH1TVK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-B2MMD5Z4G6HM52GN9F4MO00HT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-ABLA7SJUDIMMX99SIOZ8SN15.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ColorSync-EPPNNX3L1NXPK4M2SDUTEIBGZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8QVMIAJK18QWY0JDBLN5CE7RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-88FW7PNBDBKHL20028MXEC7AO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-18ZXKRRAO7S8MJT79AVBEGMSD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-32XM9N84T9KYPA839NVNUSWS3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-7YIXXMGHO4UJE35GGM2FFRA6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-6S6DESUL4I71P95XT6TEQ7FDF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-2AI4IIFGG13NJB8A41NV2MF78.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-2VDD5DGXSFXFYAFCURRRLCNZH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-DDPGYLXY21H794JRYT4O5LLF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-DQ8B56HX9H30U1VC4FR7MUR73.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-9LQDWZH5Y0ZB4RWUFFKDZ23OR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-5T7GHUQU58UKWFQNB2GAB37TQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-4WBNZTZACNE6TBAY73Y6K50U5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-9XJZ4P20L95D2PKL7SUMCPNCP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-A3RVHBMX1QQU3IH99QRROOLJH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-EL7ZOBC6NM9PETBVVJ6E17R4R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ApplicationServices-80KYHHX1R2VRVAU4W8EZDEEOR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8K6OGVANM2PHZ1ZLR2FDCDNJ5.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ KeychainAccess (in target 'KeychainAccess' from project 'KeychainAccess')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-31SCFGOSZHI37ZN5T6VDOBDWG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-5DNTT2TYSH7S2BIIFP4WY094L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-91DS2RXYOJ8S506PBOGG46MQO.pcm
SwiftDriverJobDiscovery normal arm64 Emitting module for KeychainAccess (in target 'KeychainAccess' from project 'KeychainAccess')
SwiftDriver\ Compilation\ Requirements KeychainAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeychainAccess -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_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/KeychainAccess.build/Debug/KeychainAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.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/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-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/KeychainAccess-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-Swift.h (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/KeychainAccess-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.abi.json (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    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/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    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/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftdoc (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    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/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftsourceinfo (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    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/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-743YT5N6M7AW630GU6OBDXXS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AppKit-F2SGBH32805IRS4IQPGIRRYWD.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ OAuthSwift (in target 'OAuthSwift' from project 'OAuthSwift')
EmitSwiftModule normal arm64 (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ Collection+OAuthSwift.swift,\ Data+OAuthSwift.swift,\ Dictionary+OAuthSwift.swift,\ HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Collection+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Data+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Dictionary+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/HMAC.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Collection+OAuthSwift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ OAuthSwiftURLHandlerProxy.swift,\ OAuthWebViewController.swift,\ SFAuthenticationURLHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/OAuthSwiftURLHandlerProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/OAuthWebViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/SFAuthenticationURLHandler.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/OAuthSwiftURLHandlerProxy.swift (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ SafariURLHandler.swift,\ Int+OAuthSwift.swift,\ NSError+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/SafariURLHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Int+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/NSError+OAuthSwift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/SafariURLHandler.swift (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ NotificationCenter+OAuthSwift.swift,\ OAuth1Swift.swift,\ OAuth2Swift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/NotificationCenter+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/OAuth1Swift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/OAuth2Swift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/NotificationCenter+OAuthSwift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ SHA1.swift,\ String+OAuthSwift.swift,\ UIApplication+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/SHA1.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/String+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/UIApplication+OAuthSwift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/SHA1.swift (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ URL+OAuthSwift.swift,\ URLConvertible.swift,\ Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/URL+OAuthSwift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/URLConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Utils.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/URL+OAuthSwift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for OAuthSwift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriver\ Compilation\ Requirements OAuthSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OAuthSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift_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/OAuthSwift.build/Debug/OAuthSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.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/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SafariURLHandler.swift, Int+OAuthSwift.swift, NSError+OAuthSwift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftCompile normal arm64 Compiling\ ASWebAuthenticationURLHandler.swift,\ ExtensionContextURLHandler.swift,\ OAuthSwiftOpenURLExternally.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/ASWebAuthenticationURLHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/ExtensionContextURLHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/OAuthSwiftOpenURLExternally.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift/Sources/Handler/ASWebAuthenticationURLHandler.swift (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OAuthSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-Swift.h (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OAuthSwift-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling SHA1.swift, String+OAuthSwift.swift, UIApplication+OAuthSwift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftmodule (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    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/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftdoc (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    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/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.abi.json (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    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/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftsourceinfo (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    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/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling URL+OAuthSwift.swift, URLConvertible.swift, Utils.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Collection+OAuthSwift.swift, Data+OAuthSwift.swift, Dictionary+OAuthSwift.swift, HMAC.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriverJobDiscovery normal arm64 Compiling OAuthLogProtocol.swift, OAuthSwift.swift, OAuthSwiftClient.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriverJobDiscovery normal arm64 Compiling NotificationCenter+OAuthSwift.swift, OAuth1Swift.swift, OAuth2Swift.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriver GoogleAuthentication normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GoogleAuthentication -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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 -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-26.0.0-Beta.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-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication_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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OAuthSwiftCredential.swift, OAuthSwiftError.swift, OAuthSwiftHTTPRequest.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Keychain.swift (in target 'KeychainAccess' from project 'KeychainAccess')
SwiftDriver\ Compilation KeychainAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeychainAccess -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_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/KeychainAccess.build/Debug/KeychainAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.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/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-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/KeychainAccess.o normal (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.o
ExtractAppIntentsMetadata (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name KeychainAccess --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 10.13 --bundle-identifier keychainaccess.KeychainAccess --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/KeychainAccess.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-18 19:13:53.805 appintentsmetadataprocessor[978:5122] Starting appintentsmetadataprocessor export
2025-06-18 19:13:53.871 appintentsmetadataprocessor[978:5122] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.o (in target 'KeychainAccess' from project 'KeychainAccess')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KeychainAccess.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AuthenticationServices-BUJOSJHKUE8QSHMTUUQ6T7E7P.pcm
SwiftCompile normal arm64 Compiling\ ASWebAuthenticationURLHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleAuthentication/ASWebAuthenticationURLHandler.swift (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleAuthentication/ASWebAuthenticationURLHandler.swift (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/GoogleAuthentication/Authentication.swift:112:59: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
                if let credential = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(credentialData) as? OAuthSwiftCredential {
                                                          ^
SwiftDriverJobDiscovery normal arm64 Emitting module for GoogleAuthentication (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
SwiftDriver\ Compilation\ Requirements GoogleAuthentication normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GoogleAuthentication -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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 -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-26.0.0-Beta.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-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication_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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-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/GoogleAuthentication-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-Swift.h (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/GoogleAuthentication-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftdoc (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftmodule (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.abi.json (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftsourceinfo (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ASWebAuthenticationURLHandler.swift, ExtensionContextURLHandler.swift, OAuthSwiftOpenURLExternally.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriverJobDiscovery normal arm64 Compiling OAuthSwiftMultipartData.swift, OAuthSwiftResponse.swift, OAuthSwiftURLHandlerType.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriverJobDiscovery normal arm64 Compiling OAuthSwiftURLHandlerProxy.swift, OAuthWebViewController.swift, SFAuthenticationURLHandler.swift (in target 'OAuthSwift' from project 'OAuthSwift')
SwiftDriver\ Compilation OAuthSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OAuthSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift_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/OAuthSwift.build/Debug/OAuthSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.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/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-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/OAuthSwift.o normal (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.o
ExtractAppIntentsMetadata (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OAuthSwift --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 10.13 --bundle-identifier oauthswift.OAuthSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/OAuthSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OAuthSwift.build/Debug/OAuthSwift.build/Objects-normal/arm64/OAuthSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-18 19:13:54.564 appintentsmetadataprocessor[985:5170] Starting appintentsmetadataprocessor export
2025-06-18 19:13:54.606 appintentsmetadataprocessor[985:5170] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling ASWebAuthenticationURLHandler.swift (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
SwiftDriverJobDiscovery normal arm64 Compiling Authentication.swift (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
SwiftDriver\ Compilation GoogleAuthentication normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GoogleAuthentication -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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 -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-26.0.0-Beta.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-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication_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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.o (in target 'OAuthSwift' from project 'OAuthSwift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OAuthSwift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OAuthSwift.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.o normal (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.o
ExtractAppIntentsMetadata (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name GoogleAuthentication --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.GoogleAuthentication --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/GoogleAuthentication.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleAuthentication.build/Debug/GoogleAuthentication.build/Objects-normal/arm64/GoogleAuthentication.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-18 19:13:54.650 appintentsmetadataprocessor[988:5185] Starting appintentsmetadataprocessor export
2025-06-18 19:13:54.688 appintentsmetadataprocessor[988:5185] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.o (in target 'GoogleAuthentication' from project 'GoogleAuthentication')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/GoogleAuthentication.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "oauthswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OAuthSwift/OAuthSwift.git"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    }
  ],
  "manifest_display_name" : "GoogleAuthentication",
  "name" : "GoogleAuthentication",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GoogleAuthentication",
      "targets" : [
        "GoogleAuthentication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAuthenticationTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAuthenticationTests",
      "path" : "Tests/GoogleAuthenticationTests",
      "sources" : [
        "GoogleAuthenticationTests.swift"
      ],
      "target_dependencies" : [
        "GoogleAuthentication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleAuthentication",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAuthentication",
      "path" : "Sources/GoogleAuthentication",
      "product_dependencies" : [
        "OAuthSwift",
        "KeychainAccess"
      ],
      "product_memberships" : [
        "GoogleAuthentication"
      ],
      "sources" : [
        "ASWebAuthenticationURLHandler.swift",
        "Authentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.