The Swift Package Index logo.Swift Package Index

Build Information

Failed to build APWebAuthentication, reference 1.1.0 (cbc46a), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 23 Jun 2025 17:44:55 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aporat/APWebAuthentication.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aporat/APWebAuthentication
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at cbc46a5 min ios version
Cloned https://github.com/aporat/APWebAuthentication.git
Revision (git rev-parse @):
cbc46a5cde889bb080949c846e7a52ecfcc7a744
SUCCESS checkout https://github.com/aporat/APWebAuthentication.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aporat/APWebAuthentication.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/SwiftyJSON/SwiftyJSON.git
Fetching from https://github.com/SwifterSwift/SwifterSwift.git
Fetching from https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching from https://github.com/devicekit/DeviceKit.git
Fetching from https://github.com/sunshinejr/SwiftyUserDefaults.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift
Fetching from https://github.com/rhodgkins/SwiftHTTPStatusCodes
Fetching from https://github.com/Alamofire/Alamofire.git
Fetching from https://github.com/aporat/APUserAgentGenerator.git
Fetching from https://github.com/JonasGessner/JGProgressHUD
Fetching from https://github.com/SFSafeSymbols/SFSafeSymbols
Fetching from https://github.com/SnapKit/SnapKit.git
Creating working copy of package ‘SFSafeSymbols’
Checking out 6.2.0 of package ‘SFSafeSymbols’
Creating working copy of package ‘SnapKit’
Checking out 5.7.1 of package ‘SnapKit’
Creating working copy of package ‘SwiftyBeaver’
Checking out 2.1.1 of package ‘SwiftyBeaver’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Creating working copy of package ‘APUserAgentGenerator’
Checking out 1.3.0 of package ‘APUserAgentGenerator’
Creating working copy of package ‘SwifterSwift’
Checking out 7.0.0 of package ‘SwifterSwift’
Creating working copy of package ‘SwiftyJSON’
Checking out 5.0.2 of package ‘SwiftyJSON’
Creating working copy of package ‘SwiftyUserDefaults’
Checking out 5.3.0 of package ‘SwiftyUserDefaults’
Creating working copy of package ‘SwiftHTTPStatusCodes’
Checking out 3.3.2 of package ‘SwiftHTTPStatusCodes’
Creating working copy of package ‘Alamofire’
Checking out 5.10.2 of package ‘Alamofire’
Creating working copy of package ‘JGProgressHUD’
Checking out 2.2.0 of package ‘JGProgressHUD’
Creating working copy of package ‘DeviceKit’
Checking out 5.6.0 of package ‘DeviceKit’
Resolved source packages:
  SwifterSwift: https://github.com/SwifterSwift/SwifterSwift.git @ 7.0.0
  Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.10.2
  SwiftyBeaver: https://github.com/SwiftyBeaver/SwiftyBeaver.git @ 2.1.1
  SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols @ 6.2.0
  HTTPStatusCodes: https://github.com/rhodgkins/SwiftHTTPStatusCodes @ 3.3.2
  SwiftyUserDefaults: https://github.com/sunshinejr/SwiftyUserDefaults.git @ 5.3.0
  SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.4
  APUserAgentGenerator: https://github.com/aporat/APUserAgentGenerator.git @ 1.3.0
  JGProgressHUD: https://github.com/JonasGessner/JGProgressHUD @ 2.2.0
  DeviceKit: https://github.com/devicekit/DeviceKit.git @ 5.6.0
  SnapKit: https://github.com/SnapKit/SnapKit.git @ 5.7.1
resolved source packages: SwifterSwift, Alamofire, SwiftyBeaver, SFSafeSymbols, HTTPStatusCodes, SwiftyUserDefaults, SwiftyJSON, CryptoSwift, APUserAgentGenerator, JGProgressHUD, DeviceKit, SnapKit
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swifthttpstatuscodes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rhodgkins/SwiftHTTPStatusCodes.git"
    },
    {
      "identity" : "jgprogresshud",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JonasGessner/JGProgressHUD.git"
    },
    {
      "identity" : "sfsafesymbols",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SFSafeSymbols/SFSafeSymbols.git"
    },
    {
      "identity" : "snapkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SnapKit/SnapKit.git"
    },
    {
      "identity" : "swiftybeaver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
    },
    {
      "identity" : "swifterswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwifterSwift/SwifterSwift.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "swiftyuserdefaults",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sunshinejr/SwiftyUserDefaults.git"
    },
    {
      "identity" : "devicekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devicekit/DeviceKit.git"
    },
    {
      "identity" : "apuseragentgenerator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aporat/APUserAgentGenerator"
    }
  ],
  "manifest_display_name" : "APWebAuthentication",
  "name" : "APWebAuthentication",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "APWebAuthentication",
      "targets" : [
        "APWebAuthentication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "APWebAuthenticationTests",
      "module_type" : "SwiftTarget",
      "name" : "APWebAuthenticationTests",
      "path" : "Tests",
      "sources" : [
        "APWebAuthenticationErrorTests.swift",
        "APWebAuthenticationTests.swift"
      ],
      "target_dependencies" : [
        "APWebAuthentication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APWebAuthentication",
      "module_type" : "SwiftTarget",
      "name" : "APWebAuthentication",
      "path" : "Sources",
      "product_dependencies" : [
        "Alamofire",
        "CryptoSwift",
        "HTTPStatusCodes",
        "JGProgressHUD",
        "SnapKit",
        "SwiftyBeaver",
        "SFSafeSymbols",
        "SwifterSwift",
        "SwiftyJSON",
        "SwiftyUserDefaults",
        "DeviceKit",
        "APUserAgentGenerator"
      ],
      "product_memberships" : [
        "APWebAuthentication"
      ],
      "sources" : [
        "APWebAuthenticationError.swift",
        "APWebAuthenticationLink.swift",
        "APWebAuthenticationSession.swift",
        "AccountStore.swift",
        "AccountType.swift",
        "Auth1Authentication.swift",
        "Auth2Authentication.swift",
        "AuthClient.swift",
        "AuthClientRequestRetrier.swift",
        "Authentication.swift",
        "Data+APWebAuthentication.swift",
        "Error+APWebAuthentication.swift",
        "Extensions.swift",
        "FiveHundredspxWeb/FiveHundredspxWebAPIClient.swift",
        "FiveHundredspxWeb/FiveHundredspxWebAuthController.swift",
        "FiveHundredspxWeb/FiveHundredspxWebAuthentication.swift",
        "FiveHundredspxWeb/FiveHundredspxWebHTMLAPIClient.swift",
        "FiveHundredspxWeb/FiveHundredspxWebHTMLRequestAdapter.swift",
        "FiveHundredspxWeb/FiveHundredspxWebRequestAdapter.swift",
        "FiveHundredspxWeb/FiveHundredspxWebUser.swift",
        "Foursquare/FoursquareAPIClient.swift",
        "Foursquare/FoursquareRequestAdapter.swift",
        "Foursquare/FoursquareUser.swift",
        "GitHub/GitHubAPIClient.swift",
        "GitHub/GitHubRequestAdapter.swift",
        "GitHub/GitHubUser.swift",
        "JSON+APWebAuthentication.swift",
        "Models/BaseMediaItem.swift",
        "Models/BaseUser.swift",
        "Models/MediaComment.swift",
        "Models/MediaItem.swift",
        "Models/StoryItem.swift",
        "Models/Tag.swift",
        "Models/User.swift",
        "OAuth1Client.swift",
        "OAuth1RequestAdapter.swift",
        "OAuth2Client.swift",
        "OAuth2RequestAdapter.swift",
        "Pinterest/PinterestAPIClient.swift",
        "Pinterest/PinterestUser.swift",
        "PinterestWeb/PinterestWebAPIClient.swift",
        "PinterestWeb/PinterestWebAuthController.swift",
        "PinterestWeb/PinterestWebAuthentication.swift",
        "PinterestWeb/PinterestWebHTMLAPIClient.swift",
        "PinterestWeb/PinterestWebHTMLRequestAdapter.swift",
        "PinterestWeb/PinterestWebRequestAdapter.swift",
        "PinterestWeb/PinterestWebUser.swift",
        "ProviderBrowserMode.swift",
        "Reddit/RedditAPIClient.swift",
        "Reddit/RedditUser.swift",
        "SessionAuthentication.swift",
        "String+APWebAuthentication.swift",
        "TikTokWeb/TikTokWebAPIClient.swift",
        "TikTokWeb/TikTokWebAuthCheckpointController.swift",
        "TikTokWeb/TikTokWebAuthController.swift",
        "TikTokWeb/TikTokWebAuthentication.swift",
        "TikTokWeb/TikTokWebMediaComment.swift",
        "TikTokWeb/TikTokWebMediaItem.swift",
        "TikTokWeb/TikTokWebMobileAPIClient.swift",
        "TikTokWeb/TikTokWebMobileRequestAdapter.swift",
        "TikTokWeb/TikTokWebRequestAdapter.swift",
        "TikTokWeb/TikTokWebSignatureController.swift",
        "TikTokWeb/TikTokWebUser.swift",
        "Tumblr/TumblrAPIClient.swift",
        "Tumblr/TumblrBlog.swift",
        "Tumblr/TumblrUser.swift",
        "Twitch/TwitchAPIClient.swift",
        "Twitch/TwitchRequestAdapter.swift",
        "Twitch/TwitchUser.swift",
        "Twitter/TwitterAPIClient.swift",
        "Twitter/TwitterPost.swift",
        "Twitter/TwitterUser.swift",
        "UI/AuthNavBarView.swift",
        "UI/AuthViewController.swift",
        "UI/BaseAuthViewController.swift",
        "UI/ProgressView.swift",
        "UI/UIApplication+APWebAuthentication.swift",
        "UI/UINavigationController+Progress.swift",
        "UI/WebTokensViewController.swift",
        "UI/WebViewController.swift",
        "URL+APWebAuthentication.swift",
        "WebActivitySafari.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "APWebAuthentication",
    "schemes" : [
      "Alamofire",
      "Alamofire-Package",
      "AlamofireDynamic",
      "APWebAuthentication"
    ],
    "targets" : [
      "APWebAuthentication",
      "APWebAuthenticationTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Alamofire",
      "Alamofire-Package",
      "AlamofireDynamic",
      "APWebAuthentication"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme APWebAuthentication -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 APWebAuthentication -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  DeviceKit: https://github.com/devicekit/DeviceKit.git @ 5.6.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.4
  JGProgressHUD: https://github.com/JonasGessner/JGProgressHUD @ 2.2.0
  SnapKit: https://github.com/SnapKit/SnapKit.git @ 5.7.1
  APWebAuthentication: /Users/admin/builder/spi-builder-workspace
  SwiftyBeaver: https://github.com/SwiftyBeaver/SwiftyBeaver.git @ 2.1.1
  HTTPStatusCodes: https://github.com/rhodgkins/SwiftHTTPStatusCodes @ 3.3.2
  APUserAgentGenerator: https://github.com/aporat/APUserAgentGenerator.git @ 1.3.0
  SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
  Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.10.2
  SwifterSwift: https://github.com/SwifterSwift/SwifterSwift.git @ 7.0.0
  SwiftyUserDefaults: https://github.com/sunshinejr/SwiftyUserDefaults.git @ 5.3.0
  SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols @ 6.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (32 targets)
    Target 'APWebAuthentication' in project 'APWebAuthentication'
        ➜ Explicit dependency on target 'APWebAuthentication' in project 'APWebAuthentication'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'HTTPStatusCodes' in project 'HTTPStatusCodes'
        ➜ Explicit dependency on target 'JGProgressHUD' in project 'JGProgressHUD'
        ➜ Explicit dependency on target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SwiftyBeaver' in project 'SwiftyBeaver'
        ➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
        ➜ Explicit dependency on target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
    Target 'APWebAuthentication' in project 'APWebAuthentication'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'HTTPStatusCodes' in project 'HTTPStatusCodes'
        ➜ Explicit dependency on target 'JGProgressHUD' in project 'JGProgressHUD'
        ➜ Explicit dependency on target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SwiftyBeaver' in project 'SwiftyBeaver'
        ➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
        ➜ Explicit dependency on target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
    Target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
        ➜ Explicit dependency on target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
    Target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
    Target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'DeviceKit_DeviceKit' in project 'DeviceKit'
    Target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'DeviceKit_DeviceKit' in project 'DeviceKit'
    Target 'DeviceKit_DeviceKit' in project 'DeviceKit' (no dependencies)
    Target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults'
        ➜ Explicit dependency on target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults'
    Target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults' (no dependencies)
    Target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON' (no dependencies)
    Target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwifterSwift_SwifterSwift' in project 'SwifterSwift'
    Target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwifterSwift_SwifterSwift' in project 'SwifterSwift'
    Target 'SwifterSwift_SwifterSwift' in project 'SwifterSwift' (no dependencies)
    Target 'SFSafeSymbols' in project 'SFSafeSymbols'
        ➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
    Target 'SFSafeSymbols' in project 'SFSafeSymbols' (no dependencies)
    Target 'SwiftyBeaver' in project 'SwiftyBeaver'
        ➜ Explicit dependency on target 'SwiftyBeaver' in project 'SwiftyBeaver'
    Target 'SwiftyBeaver' in project 'SwiftyBeaver' (no dependencies)
    Target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SnapKit_SnapKit' in project 'SnapKit'
    Target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SnapKit_SnapKit' in project 'SnapKit'
    Target 'SnapKit_SnapKit' in project 'SnapKit' (no dependencies)
    Target 'JGProgressHUD' in project 'JGProgressHUD'
        ➜ Explicit dependency on target 'JGProgressHUD' in project 'JGProgressHUD'
    Target 'JGProgressHUD' in project 'JGProgressHUD' (no dependencies)
    Target 'HTTPStatusCodes' in project 'HTTPStatusCodes'
        ➜ Explicit dependency on target 'HTTPStatusCodes' in project 'HTTPStatusCodes'
    Target 'HTTPStatusCodes' in project 'HTTPStatusCodes' (no dependencies)
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire_Alamofire' in project 'Alamofire'
    Target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire_Alamofire' in project 'Alamofire'
    Target 'Alamofire_Alamofire' in project 'Alamofire' (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 -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x objective-c -c /dev/null
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
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
Build description signature: e49bdee0972b51d1e554e2ec58e7a09f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e49bdee0972b51d1e554e2ec58e7a09f.xcbuilddata
error: The package product 'SFSafeSymbols' requires minimum platform version 10.14 for the macOS platform, but this target supports 10.13 (in target 'APWebAuthentication' from project 'APWebAuthentication')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f0da0a2daf582897653ecf3384a1fa2635718710, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f0da0a2daf582897653ecf3384a1fa2635718710, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f0da0a2daf582897653ecf3384a1fa2635718710, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f0da0a2daf582897653ecf3384a1fa2635718710, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme APWebAuthentication
(1 failure)
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
Resolved source packages:
  Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.10.2
  SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
  SwiftyBeaver: https://github.com/SwiftyBeaver/SwiftyBeaver.git @ 2.1.1
  SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols @ 6.2.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.4
  SwifterSwift: https://github.com/SwifterSwift/SwifterSwift.git @ 7.0.0
  APUserAgentGenerator: https://github.com/aporat/APUserAgentGenerator.git @ 1.3.0
  JGProgressHUD: https://github.com/JonasGessner/JGProgressHUD @ 2.2.0
  DeviceKit: https://github.com/devicekit/DeviceKit.git @ 5.6.0
  SwiftyUserDefaults: https://github.com/sunshinejr/SwiftyUserDefaults.git @ 5.3.0
  SnapKit: https://github.com/SnapKit/SnapKit.git @ 5.7.1
  HTTPStatusCodes: https://github.com/rhodgkins/SwiftHTTPStatusCodes @ 3.3.2
  APWebAuthentication: /Users/admin/builder/spi-builder-workspace
resolved source packages: Alamofire, SwiftyJSON, SwiftyBeaver, SFSafeSymbols, CryptoSwift, SwifterSwift, APUserAgentGenerator, JGProgressHUD, DeviceKit, SwiftyUserDefaults, SnapKit, HTTPStatusCodes, APWebAuthentication
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swifthttpstatuscodes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rhodgkins/SwiftHTTPStatusCodes.git"
    },
    {
      "identity" : "jgprogresshud",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JonasGessner/JGProgressHUD.git"
    },
    {
      "identity" : "sfsafesymbols",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SFSafeSymbols/SFSafeSymbols.git"
    },
    {
      "identity" : "snapkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SnapKit/SnapKit.git"
    },
    {
      "identity" : "swiftybeaver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
    },
    {
      "identity" : "swifterswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwifterSwift/SwifterSwift.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "swiftyuserdefaults",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sunshinejr/SwiftyUserDefaults.git"
    },
    {
      "identity" : "devicekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devicekit/DeviceKit.git"
    },
    {
      "identity" : "apuseragentgenerator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aporat/APUserAgentGenerator"
    }
  ],
  "manifest_display_name" : "APWebAuthentication",
  "name" : "APWebAuthentication",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "APWebAuthentication",
      "targets" : [
        "APWebAuthentication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "APWebAuthenticationTests",
      "module_type" : "SwiftTarget",
      "name" : "APWebAuthenticationTests",
      "path" : "Tests",
      "sources" : [
        "APWebAuthenticationErrorTests.swift",
        "APWebAuthenticationTests.swift"
      ],
      "target_dependencies" : [
        "APWebAuthentication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APWebAuthentication",
      "module_type" : "SwiftTarget",
      "name" : "APWebAuthentication",
      "path" : "Sources",
      "product_dependencies" : [
        "Alamofire",
        "CryptoSwift",
        "HTTPStatusCodes",
        "JGProgressHUD",
        "SnapKit",
        "SwiftyBeaver",
        "SFSafeSymbols",
        "SwifterSwift",
        "SwiftyJSON",
        "SwiftyUserDefaults",
        "DeviceKit",
        "APUserAgentGenerator"
      ],
      "product_memberships" : [
        "APWebAuthentication"
      ],
      "sources" : [
        "APWebAuthenticationError.swift",
        "APWebAuthenticationLink.swift",
        "APWebAuthenticationSession.swift",
        "AccountStore.swift",
        "AccountType.swift",
        "Auth1Authentication.swift",
        "Auth2Authentication.swift",
        "AuthClient.swift",
        "AuthClientRequestRetrier.swift",
        "Authentication.swift",
        "Data+APWebAuthentication.swift",
        "Error+APWebAuthentication.swift",
        "Extensions.swift",
        "FiveHundredspxWeb/FiveHundredspxWebAPIClient.swift",
        "FiveHundredspxWeb/FiveHundredspxWebAuthController.swift",
        "FiveHundredspxWeb/FiveHundredspxWebAuthentication.swift",
        "FiveHundredspxWeb/FiveHundredspxWebHTMLAPIClient.swift",
        "FiveHundredspxWeb/FiveHundredspxWebHTMLRequestAdapter.swift",
        "FiveHundredspxWeb/FiveHundredspxWebRequestAdapter.swift",
        "FiveHundredspxWeb/FiveHundredspxWebUser.swift",
        "Foursquare/FoursquareAPIClient.swift",
        "Foursquare/FoursquareRequestAdapter.swift",
        "Foursquare/FoursquareUser.swift",
        "GitHub/GitHubAPIClient.swift",
        "GitHub/GitHubRequestAdapter.swift",
        "GitHub/GitHubUser.swift",
        "JSON+APWebAuthentication.swift",
        "Models/BaseMediaItem.swift",
        "Models/BaseUser.swift",
        "Models/MediaComment.swift",
        "Models/MediaItem.swift",
        "Models/StoryItem.swift",
        "Models/Tag.swift",
        "Models/User.swift",
        "OAuth1Client.swift",
        "OAuth1RequestAdapter.swift",
        "OAuth2Client.swift",
        "OAuth2RequestAdapter.swift",
        "Pinterest/PinterestAPIClient.swift",
        "Pinterest/PinterestUser.swift",
        "PinterestWeb/PinterestWebAPIClient.swift",
        "PinterestWeb/PinterestWebAuthController.swift",
        "PinterestWeb/PinterestWebAuthentication.swift",
        "PinterestWeb/PinterestWebHTMLAPIClient.swift",
        "PinterestWeb/PinterestWebHTMLRequestAdapter.swift",
        "PinterestWeb/PinterestWebRequestAdapter.swift",
        "PinterestWeb/PinterestWebUser.swift",
        "ProviderBrowserMode.swift",
        "Reddit/RedditAPIClient.swift",
        "Reddit/RedditUser.swift",
        "SessionAuthentication.swift",
        "String+APWebAuthentication.swift",
        "TikTokWeb/TikTokWebAPIClient.swift",
        "TikTokWeb/TikTokWebAuthCheckpointController.swift",
        "TikTokWeb/TikTokWebAuthController.swift",
        "TikTokWeb/TikTokWebAuthentication.swift",
        "TikTokWeb/TikTokWebMediaComment.swift",
        "TikTokWeb/TikTokWebMediaItem.swift",
        "TikTokWeb/TikTokWebMobileAPIClient.swift",
        "TikTokWeb/TikTokWebMobileRequestAdapter.swift",
        "TikTokWeb/TikTokWebRequestAdapter.swift",
        "TikTokWeb/TikTokWebSignatureController.swift",
        "TikTokWeb/TikTokWebUser.swift",
        "Tumblr/TumblrAPIClient.swift",
        "Tumblr/TumblrBlog.swift",
        "Tumblr/TumblrUser.swift",
        "Twitch/TwitchAPIClient.swift",
        "Twitch/TwitchRequestAdapter.swift",
        "Twitch/TwitchUser.swift",
        "Twitter/TwitterAPIClient.swift",
        "Twitter/TwitterPost.swift",
        "Twitter/TwitterUser.swift",
        "UI/AuthNavBarView.swift",
        "UI/AuthViewController.swift",
        "UI/BaseAuthViewController.swift",
        "UI/ProgressView.swift",
        "UI/UIApplication+APWebAuthentication.swift",
        "UI/UINavigationController+Progress.swift",
        "UI/WebTokensViewController.swift",
        "UI/WebViewController.swift",
        "URL+APWebAuthentication.swift",
        "WebActivitySafari.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Alamofire",
      "Alamofire-Package",
      "AlamofireDynamic",
      "APWebAuthentication"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Alamofire",
      "Alamofire-Package",
      "AlamofireDynamic",
      "APWebAuthentication"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme APWebAuthentication -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 APWebAuthentication -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  SnapKit: https://github.com/SnapKit/SnapKit.git @ 5.7.1
  SwiftyBeaver: https://github.com/SwiftyBeaver/SwiftyBeaver.git @ 2.1.1
  SwifterSwift: https://github.com/SwifterSwift/SwifterSwift.git @ 7.0.0
  APUserAgentGenerator: https://github.com/aporat/APUserAgentGenerator.git @ 1.3.0
  SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
  JGProgressHUD: https://github.com/JonasGessner/JGProgressHUD @ 2.2.0
  SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols @ 6.2.0
  HTTPStatusCodes: https://github.com/rhodgkins/SwiftHTTPStatusCodes @ 3.3.2
  Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.10.2
  SwiftyUserDefaults: https://github.com/sunshinejr/SwiftyUserDefaults.git @ 5.3.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift @ 1.8.4
  APWebAuthentication: /Users/admin/builder/spi-builder-workspace
  DeviceKit: https://github.com/devicekit/DeviceKit.git @ 5.6.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (32 targets)
    Target 'APWebAuthentication' in project 'APWebAuthentication'
        ➜ Explicit dependency on target 'APWebAuthentication' in project 'APWebAuthentication'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'HTTPStatusCodes' in project 'HTTPStatusCodes'
        ➜ Explicit dependency on target 'JGProgressHUD' in project 'JGProgressHUD'
        ➜ Explicit dependency on target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SwiftyBeaver' in project 'SwiftyBeaver'
        ➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
        ➜ Explicit dependency on target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
    Target 'APWebAuthentication' in project 'APWebAuthentication'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'HTTPStatusCodes' in project 'HTTPStatusCodes'
        ➜ Explicit dependency on target 'JGProgressHUD' in project 'JGProgressHUD'
        ➜ Explicit dependency on target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SwiftyBeaver' in project 'SwiftyBeaver'
        ➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
        ➜ Explicit dependency on target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
    Target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
        ➜ Explicit dependency on target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
    Target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
    Target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'DeviceKit_DeviceKit' in project 'DeviceKit'
    Target 'DeviceKit' in project 'DeviceKit'
        ➜ Explicit dependency on target 'DeviceKit_DeviceKit' in project 'DeviceKit'
    Target 'DeviceKit_DeviceKit' in project 'DeviceKit' (no dependencies)
    Target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults'
        ➜ Explicit dependency on target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults'
    Target 'SwiftyUserDefaults' in project 'SwiftyUserDefaults' (no dependencies)
    Target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON' (no dependencies)
    Target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwifterSwift_SwifterSwift' in project 'SwifterSwift'
    Target 'SwifterSwift' in project 'SwifterSwift'
        ➜ Explicit dependency on target 'SwifterSwift_SwifterSwift' in project 'SwifterSwift'
    Target 'SwifterSwift_SwifterSwift' in project 'SwifterSwift' (no dependencies)
    Target 'SFSafeSymbols' in project 'SFSafeSymbols'
        ➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
    Target 'SFSafeSymbols' in project 'SFSafeSymbols' (no dependencies)
    Target 'SwiftyBeaver' in project 'SwiftyBeaver'
        ➜ Explicit dependency on target 'SwiftyBeaver' in project 'SwiftyBeaver'
    Target 'SwiftyBeaver' in project 'SwiftyBeaver' (no dependencies)
    Target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SnapKit_SnapKit' in project 'SnapKit'
    Target 'SnapKit' in project 'SnapKit'
        ➜ Explicit dependency on target 'SnapKit_SnapKit' in project 'SnapKit'
    Target 'SnapKit_SnapKit' in project 'SnapKit' (no dependencies)
    Target 'JGProgressHUD' in project 'JGProgressHUD'
        ➜ Explicit dependency on target 'JGProgressHUD' in project 'JGProgressHUD'
    Target 'JGProgressHUD' in project 'JGProgressHUD' (no dependencies)
    Target 'HTTPStatusCodes' in project 'HTTPStatusCodes'
        ➜ Explicit dependency on target 'HTTPStatusCodes' in project 'HTTPStatusCodes'
    Target 'HTTPStatusCodes' in project 'HTTPStatusCodes' (no dependencies)
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire_Alamofire' in project 'Alamofire'
    Target 'Alamofire' in project 'Alamofire'
        ➜ Explicit dependency on target 'Alamofire_Alamofire' in project 'Alamofire'
    Target 'Alamofire_Alamofire' in project 'Alamofire' (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 -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x objective-c -c /dev/null
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
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
Build description signature: e49bdee0972b51d1e554e2ec58e7a09f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e49bdee0972b51d1e554e2ec58e7a09f.xcbuilddata
error: The package product 'SFSafeSymbols' requires minimum platform version 10.14 for the macOS platform, but this target supports 10.13 (in target 'APWebAuthentication' from project 'APWebAuthentication')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f0da0a2daf582897653ecf3384a1fa2635718710, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f0da0a2daf582897653ecf3384a1fa2635718710, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f0da0a2daf582897653ecf3384a1fa2635718710, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f0da0a2daf582897653ecf3384a1fa2635718710, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme APWebAuthentication
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild