Build Information
Failed to build APWebAuthentication, reference main (e0e5de), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 6 May 2026 23:54:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme APWebAuthentication -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aporat/APWebAuthentication.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aporat/APWebAuthentication
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e0e5de5 date handling
Cloned https://github.com/aporat/APWebAuthentication.git
Revision (git rev-parse @):
e0e5de50288a1f5671f3e222daa51c4fcfbc4925
SUCCESS checkout https://github.com/aporat/APWebAuthentication.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/aporat/APWebAuthentication.git
https://github.com/aporat/APWebAuthentication.git
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.11.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.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" : "7.0.0",
"upper_bound" : "8.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" : "8.0.0",
"upper_bound" : "9.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" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.8.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit.git"
},
{
"identity" : "apuseragentgenerator",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aporat/APUserAgentGenerator.git"
}
],
"manifest_display_name" : "APWebAuthentication",
"name" : "APWebAuthentication",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "APWebAuthentication",
"targets" : [
"APWebAuthentication"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "APWebAuthenticationTests",
"module_type" : "SwiftTarget",
"name" : "APWebAuthenticationTests",
"path" : "Tests",
"sources" : [
"APWebAuthenticationErrorTests.swift",
"APWebAuthenticationLinkTests.swift",
"APWebAuthenticationTests.swift",
"AccountStoreTests.swift",
"Auth1AuthenticationTests.swift",
"Auth2AuthenticationTests.swift",
"AuthClientTests.swift",
"AuthenticationTests.swift",
"BlueskyDPoPManagerTests.swift",
"BlueskyUserTests.swift",
"ErrorExtensionTests.swift",
"FoursquareUserTests.swift",
"GitHubUserTests.swift",
"JSONExtensionTests.swift",
"OAuth1ClientTests.swift",
"OAuth2ClientTests.swift",
"PinterestUserTests.swift",
"PinterestWebUserTests.swift",
"ProviderBrowserModeTests.swift",
"RedditUserTests.swift",
"TumblrUserTests.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",
"DeviceKit",
"APUserAgentGenerator"
],
"product_memberships" : [
"APWebAuthentication"
],
"sources" : [
"APWebAuthSession.swift",
"APWebAuthenticationError.swift",
"APWebAuthenticationLink.swift",
"ASWebAuthenticationSession.swift",
"AccountStore.swift",
"AccountType.swift",
"Auth1Authentication.swift",
"Auth2Authentication.swift",
"AuthClient.swift",
"Authentication.swift",
"AuthenticationMode.swift",
"Bluesky/BlueskyAPIClient.swift",
"Bluesky/BlueskyAuthentication.swift",
"Bluesky/BlueskyDPoPManager.swift",
"Bluesky/BlueskyInterceptor.swift",
"Bluesky/BlueskyUser.swift",
"Data+APWebAuthentication.swift",
"Error+APWebAuthentication.swift",
"FileManager+APWebAuthentication.swift",
"Foursquare/FoursquareAPIClient.swift",
"Foursquare/FoursquareInterceptor.swift",
"Foursquare/FoursquareUser.swift",
"GitHub/GitHubAPIClient.swift",
"GitHub/GitHubInterceptor.swift",
"GitHub/GitHubUser.swift",
"JSON+APWebAuthentication.swift",
"Models/GenericUser.swift",
"Models/MediaComment.swift",
"Models/MediaItem.swift",
"Models/StoryItem.swift",
"Models/Tag.swift",
"Models/User.swift",
"OAuth1Client.swift",
"OAuth1Interceptor.swift",
"OAuth2Client.swift",
"OAuth2Interceptor.swift",
"Pinterest/PinterestAPIClient.swift",
"Pinterest/PinterestUser.swift",
"PinterestWeb/PinterestWebAPIClient.swift",
"PinterestWeb/PinterestWebAuthController.swift",
"PinterestWeb/PinterestWebAuthentication.swift",
"PinterestWeb/PinterestWebHTMLAPIClient.swift",
"PinterestWeb/PinterestWebHTMLInterceptor.swift",
"PinterestWeb/PinterestWebInterceptor.swift",
"PinterestWeb/PinterestWebUser.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/TikTokWebInterceptor.swift",
"TikTokWeb/TikTokWebMediaComment.swift",
"TikTokWeb/TikTokWebMediaItem.swift",
"TikTokWeb/TikTokWebMobileAPIClient.swift",
"TikTokWeb/TikTokWebMobileInterceptor.swift",
"TikTokWeb/TikTokWebSignatureController.swift",
"TikTokWeb/TikTokWebUser.swift",
"Tumblr/TumblrAPIClient.swift",
"Tumblr/TumblrBlog.swift",
"Tumblr/TumblrUser.swift",
"Twitch/TwitchAPIClient.swift",
"Twitch/TwitchInterceptor.swift",
"Twitch/TwitchUser.swift",
"UI/AuthNavBarView.swift",
"UI/ProgressView.swift",
"UI/UINavigationController+Progress.swift",
"UI/WebAuthCookieManager.swift",
"UI/WebAuthJavaScriptBridge.swift",
"UI/WebAuthNavigationManager.swift",
"UI/WebAuthRedirectHandler.swift",
"UI/WebAuthViewController.swift",
"UI/WebTokenInterceptorViewController.swift",
"UIApplication+APWebAuthentication.swift",
"URL+APWebAuthentication.swift",
"UserAgentMode.swift",
"WebActivitySafari.swift",
"X/XAPIClient.swift",
"X/XPost.swift",
"X/XUser.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/aporat/APUserAgentGenerator.git
Fetching from https://github.com/JonasGessner/JGProgressHUD.git
Fetching from https://github.com/SnapKit/SnapKit.git
Fetching from https://github.com/SwifterSwift/SwifterSwift.git
Fetching from https://github.com/SFSafeSymbols/SFSafeSymbols.git
Fetching from https://github.com/devicekit/DeviceKit.git
Fetching from https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching from https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/rhodgkins/SwiftHTTPStatusCodes.git
Fetching from https://github.com/Alamofire/Alamofire.git
Creating working copy of package ‘SnapKit’
Checking out 5.7.1 of package ‘SnapKit’
Creating working copy of package ‘SFSafeSymbols’
Checking out 7.0.0 of package ‘SFSafeSymbols’
Creating working copy of package ‘SwiftHTTPStatusCodes’
Checking out 3.3.2 of package ‘SwiftHTTPStatusCodes’
Creating working copy of package ‘DeviceKit’
Checking out 5.8.0 of package ‘DeviceKit’
Creating working copy of package ‘CryptoSwift’
Checking out 1.10.0 of package ‘CryptoSwift’
Creating working copy of package ‘APUserAgentGenerator’
Checking out main (296ccce) of package ‘APUserAgentGenerator’
Creating working copy of package ‘JGProgressHUD’
Checking out 2.2.0 of package ‘JGProgressHUD’
Creating working copy of package ‘Alamofire’
Checking out 5.12.0 of package ‘Alamofire’
Creating working copy of package ‘SwifterSwift’
Checking out 8.0.0 of package ‘SwifterSwift’
Creating working copy of package ‘SwiftyBeaver’
Checking out 2.1.1 of package ‘SwiftyBeaver’
Creating working copy of package ‘SwiftyJSON’
Checking out 5.0.2 of package ‘SwiftyJSON’
Resolve Package Graph
Resolved source packages:
APUserAgentGenerator: https://github.com/aporat/APUserAgentGenerator.git @ main (296ccce)
SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols.git @ 7.0.0
SnapKit: https://github.com/SnapKit/SnapKit.git @ 5.7.1
APWebAuthentication: /Users/admin/builder/spi-builder-workspace
JGProgressHUD: https://github.com/JonasGessner/JGProgressHUD.git @ 2.2.0
Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.12.0
HTTPStatusCodes: https://github.com/rhodgkins/SwiftHTTPStatusCodes.git @ 3.3.2
SwiftyBeaver: https://github.com/SwiftyBeaver/SwiftyBeaver.git @ 2.1.1
SwifterSwift: https://github.com/SwifterSwift/SwifterSwift.git @ 8.0.0
DeviceKit: https://github.com/devicekit/DeviceKit.git @ 5.8.0
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.0
resolved source packages: APUserAgentGenerator, SFSafeSymbols, SnapKit, APWebAuthentication, JGProgressHUD, Alamofire, HTTPStatusCodes, SwiftyBeaver, SwifterSwift, DeviceKit, SwiftyJSON, CryptoSwift
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.11.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.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" : "7.0.0",
"upper_bound" : "8.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" : "8.0.0",
"upper_bound" : "9.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" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.8.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit.git"
},
{
"identity" : "apuseragentgenerator",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aporat/APUserAgentGenerator.git"
}
],
"manifest_display_name" : "APWebAuthentication",
"name" : "APWebAuthentication",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "APWebAuthentication",
"targets" : [
"APWebAuthentication"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "APWebAuthenticationTests",
"module_type" : "SwiftTarget",
"name" : "APWebAuthenticationTests",
"path" : "Tests",
"sources" : [
"APWebAuthenticationErrorTests.swift",
"APWebAuthenticationLinkTests.swift",
"APWebAuthenticationTests.swift",
"AccountStoreTests.swift",
"Auth1AuthenticationTests.swift",
"Auth2AuthenticationTests.swift",
"AuthClientTests.swift",
"AuthenticationTests.swift",
"BlueskyDPoPManagerTests.swift",
"BlueskyUserTests.swift",
"ErrorExtensionTests.swift",
"FoursquareUserTests.swift",
"GitHubUserTests.swift",
"JSONExtensionTests.swift",
"OAuth1ClientTests.swift",
"OAuth2ClientTests.swift",
"PinterestUserTests.swift",
"PinterestWebUserTests.swift",
"ProviderBrowserModeTests.swift",
"RedditUserTests.swift",
"TumblrUserTests.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",
"DeviceKit",
"APUserAgentGenerator"
],
"product_memberships" : [
"APWebAuthentication"
],
"sources" : [
"APWebAuthSession.swift",
"APWebAuthenticationError.swift",
"APWebAuthenticationLink.swift",
"ASWebAuthenticationSession.swift",
"AccountStore.swift",
"AccountType.swift",
"Auth1Authentication.swift",
"Auth2Authentication.swift",
"AuthClient.swift",
"Authentication.swift",
"AuthenticationMode.swift",
"Bluesky/BlueskyAPIClient.swift",
"Bluesky/BlueskyAuthentication.swift",
"Bluesky/BlueskyDPoPManager.swift",
"Bluesky/BlueskyInterceptor.swift",
"Bluesky/BlueskyUser.swift",
"Data+APWebAuthentication.swift",
"Error+APWebAuthentication.swift",
"FileManager+APWebAuthentication.swift",
"Foursquare/FoursquareAPIClient.swift",
"Foursquare/FoursquareInterceptor.swift",
"Foursquare/FoursquareUser.swift",
"GitHub/GitHubAPIClient.swift",
"GitHub/GitHubInterceptor.swift",
"GitHub/GitHubUser.swift",
"JSON+APWebAuthentication.swift",
"Models/GenericUser.swift",
"Models/MediaComment.swift",
"Models/MediaItem.swift",
"Models/StoryItem.swift",
"Models/Tag.swift",
"Models/User.swift",
"OAuth1Client.swift",
"OAuth1Interceptor.swift",
"OAuth2Client.swift",
"OAuth2Interceptor.swift",
"Pinterest/PinterestAPIClient.swift",
"Pinterest/PinterestUser.swift",
"PinterestWeb/PinterestWebAPIClient.swift",
"PinterestWeb/PinterestWebAuthController.swift",
"PinterestWeb/PinterestWebAuthentication.swift",
"PinterestWeb/PinterestWebHTMLAPIClient.swift",
"PinterestWeb/PinterestWebHTMLInterceptor.swift",
"PinterestWeb/PinterestWebInterceptor.swift",
"PinterestWeb/PinterestWebUser.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/TikTokWebInterceptor.swift",
"TikTokWeb/TikTokWebMediaComment.swift",
"TikTokWeb/TikTokWebMediaItem.swift",
"TikTokWeb/TikTokWebMobileAPIClient.swift",
"TikTokWeb/TikTokWebMobileInterceptor.swift",
"TikTokWeb/TikTokWebSignatureController.swift",
"TikTokWeb/TikTokWebUser.swift",
"Tumblr/TumblrAPIClient.swift",
"Tumblr/TumblrBlog.swift",
"Tumblr/TumblrUser.swift",
"Twitch/TwitchAPIClient.swift",
"Twitch/TwitchInterceptor.swift",
"Twitch/TwitchUser.swift",
"UI/AuthNavBarView.swift",
"UI/ProgressView.swift",
"UI/UINavigationController+Progress.swift",
"UI/WebAuthCookieManager.swift",
"UI/WebAuthJavaScriptBridge.swift",
"UI/WebAuthNavigationManager.swift",
"UI/WebAuthRedirectHandler.swift",
"UI/WebAuthViewController.swift",
"UI/WebTokenInterceptorViewController.swift",
"UIApplication+APWebAuthentication.swift",
"URL+APWebAuthentication.swift",
"UserAgentMode.swift",
"WebActivitySafari.swift",
"X/XAPIClient.swift",
"X/XPost.swift",
"X/XUser.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"APWebAuthentication"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme APWebAuthentication -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme APWebAuthentication -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols.git @ 7.0.0
JGProgressHUD: https://github.com/JonasGessner/JGProgressHUD.git @ 2.2.0
SwifterSwift: https://github.com/SwifterSwift/SwifterSwift.git @ 8.0.0
APWebAuthentication: /Users/admin/builder/spi-builder-workspace
SwiftyBeaver: https://github.com/SwiftyBeaver/SwiftyBeaver.git @ 2.1.1
HTTPStatusCodes: https://github.com/rhodgkins/SwiftHTTPStatusCodes.git @ 3.3.2
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.0
DeviceKit: https://github.com/devicekit/DeviceKit.git @ 5.8.0
Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.12.0
APUserAgentGenerator: https://github.com/aporat/APUserAgentGenerator.git @ main (296ccce)
SnapKit: https://github.com/SnapKit/SnapKit.git @ 5.7.1
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 '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 '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 'APUserAgentGenerator_APUserAgentGenerator' in project 'APUserAgentGenerator'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
Target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
➜ Explicit dependency on target 'APUserAgentGenerator_APUserAgentGenerator' in project 'APUserAgentGenerator'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
Target 'APUserAgentGenerator_APUserAgentGenerator' in project 'APUserAgentGenerator' (no dependencies)
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 '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 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwiftResources' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift_CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift_CryptoSwiftResources' 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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
Build description signature: 372b962a78cede9328bcd1b6655c5211
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/372b962a78cede9328bcd1b6655c5211.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:688641eb17f476b66570dffcedc1f7520fb2634c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:688641eb17f476b66570dffcedc1f7520fb2634c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:688641eb17f476b66570dffcedc1f7520fb2634c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:688641eb17f476b66570dffcedc1f7520fb2634c, 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-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SwifterSwift: https://github.com/SwifterSwift/SwifterSwift.git @ 8.0.0
SnapKit: https://github.com/SnapKit/SnapKit.git @ 5.7.1
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.0
APUserAgentGenerator: https://github.com/aporat/APUserAgentGenerator.git @ main (296ccce)
JGProgressHUD: https://github.com/JonasGessner/JGProgressHUD.git @ 2.2.0
SwiftyBeaver: https://github.com/SwiftyBeaver/SwiftyBeaver.git @ 2.1.1
APWebAuthentication: /Users/admin/builder/spi-builder-workspace
Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.12.0
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
DeviceKit: https://github.com/devicekit/DeviceKit.git @ 5.8.0
SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols.git @ 7.0.0
HTTPStatusCodes: https://github.com/rhodgkins/SwiftHTTPStatusCodes.git @ 3.3.2
resolved source packages: SwifterSwift, SnapKit, CryptoSwift, APUserAgentGenerator, JGProgressHUD, SwiftyBeaver, APWebAuthentication, Alamofire, SwiftyJSON, DeviceKit, SFSafeSymbols, HTTPStatusCodes
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.11.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.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" : "7.0.0",
"upper_bound" : "8.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" : "8.0.0",
"upper_bound" : "9.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" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.8.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit.git"
},
{
"identity" : "apuseragentgenerator",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aporat/APUserAgentGenerator.git"
}
],
"manifest_display_name" : "APWebAuthentication",
"name" : "APWebAuthentication",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "APWebAuthentication",
"targets" : [
"APWebAuthentication"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "APWebAuthenticationTests",
"module_type" : "SwiftTarget",
"name" : "APWebAuthenticationTests",
"path" : "Tests",
"sources" : [
"APWebAuthenticationErrorTests.swift",
"APWebAuthenticationLinkTests.swift",
"APWebAuthenticationTests.swift",
"AccountStoreTests.swift",
"Auth1AuthenticationTests.swift",
"Auth2AuthenticationTests.swift",
"AuthClientTests.swift",
"AuthenticationTests.swift",
"BlueskyDPoPManagerTests.swift",
"BlueskyUserTests.swift",
"ErrorExtensionTests.swift",
"FoursquareUserTests.swift",
"GitHubUserTests.swift",
"JSONExtensionTests.swift",
"OAuth1ClientTests.swift",
"OAuth2ClientTests.swift",
"PinterestUserTests.swift",
"PinterestWebUserTests.swift",
"ProviderBrowserModeTests.swift",
"RedditUserTests.swift",
"TumblrUserTests.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",
"DeviceKit",
"APUserAgentGenerator"
],
"product_memberships" : [
"APWebAuthentication"
],
"sources" : [
"APWebAuthSession.swift",
"APWebAuthenticationError.swift",
"APWebAuthenticationLink.swift",
"ASWebAuthenticationSession.swift",
"AccountStore.swift",
"AccountType.swift",
"Auth1Authentication.swift",
"Auth2Authentication.swift",
"AuthClient.swift",
"Authentication.swift",
"AuthenticationMode.swift",
"Bluesky/BlueskyAPIClient.swift",
"Bluesky/BlueskyAuthentication.swift",
"Bluesky/BlueskyDPoPManager.swift",
"Bluesky/BlueskyInterceptor.swift",
"Bluesky/BlueskyUser.swift",
"Data+APWebAuthentication.swift",
"Error+APWebAuthentication.swift",
"FileManager+APWebAuthentication.swift",
"Foursquare/FoursquareAPIClient.swift",
"Foursquare/FoursquareInterceptor.swift",
"Foursquare/FoursquareUser.swift",
"GitHub/GitHubAPIClient.swift",
"GitHub/GitHubInterceptor.swift",
"GitHub/GitHubUser.swift",
"JSON+APWebAuthentication.swift",
"Models/GenericUser.swift",
"Models/MediaComment.swift",
"Models/MediaItem.swift",
"Models/StoryItem.swift",
"Models/Tag.swift",
"Models/User.swift",
"OAuth1Client.swift",
"OAuth1Interceptor.swift",
"OAuth2Client.swift",
"OAuth2Interceptor.swift",
"Pinterest/PinterestAPIClient.swift",
"Pinterest/PinterestUser.swift",
"PinterestWeb/PinterestWebAPIClient.swift",
"PinterestWeb/PinterestWebAuthController.swift",
"PinterestWeb/PinterestWebAuthentication.swift",
"PinterestWeb/PinterestWebHTMLAPIClient.swift",
"PinterestWeb/PinterestWebHTMLInterceptor.swift",
"PinterestWeb/PinterestWebInterceptor.swift",
"PinterestWeb/PinterestWebUser.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/TikTokWebInterceptor.swift",
"TikTokWeb/TikTokWebMediaComment.swift",
"TikTokWeb/TikTokWebMediaItem.swift",
"TikTokWeb/TikTokWebMobileAPIClient.swift",
"TikTokWeb/TikTokWebMobileInterceptor.swift",
"TikTokWeb/TikTokWebSignatureController.swift",
"TikTokWeb/TikTokWebUser.swift",
"Tumblr/TumblrAPIClient.swift",
"Tumblr/TumblrBlog.swift",
"Tumblr/TumblrUser.swift",
"Twitch/TwitchAPIClient.swift",
"Twitch/TwitchInterceptor.swift",
"Twitch/TwitchUser.swift",
"UI/AuthNavBarView.swift",
"UI/ProgressView.swift",
"UI/UINavigationController+Progress.swift",
"UI/WebAuthCookieManager.swift",
"UI/WebAuthJavaScriptBridge.swift",
"UI/WebAuthNavigationManager.swift",
"UI/WebAuthRedirectHandler.swift",
"UI/WebAuthViewController.swift",
"UI/WebTokenInterceptorViewController.swift",
"UIApplication+APWebAuthentication.swift",
"URL+APWebAuthentication.swift",
"UserAgentMode.swift",
"WebActivitySafari.swift",
"X/XAPIClient.swift",
"X/XPost.swift",
"X/XUser.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"APWebAuthentication"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme APWebAuthentication -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme APWebAuthentication -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.12.0
APWebAuthentication: /Users/admin/builder/spi-builder-workspace
SnapKit: https://github.com/SnapKit/SnapKit.git @ 5.7.1
JGProgressHUD: https://github.com/JonasGessner/JGProgressHUD.git @ 2.2.0
SwifterSwift: https://github.com/SwifterSwift/SwifterSwift.git @ 8.0.0
DeviceKit: https://github.com/devicekit/DeviceKit.git @ 5.8.0
HTTPStatusCodes: https://github.com/rhodgkins/SwiftHTTPStatusCodes.git @ 3.3.2
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
SwiftyBeaver: https://github.com/SwiftyBeaver/SwiftyBeaver.git @ 2.1.1
APUserAgentGenerator: https://github.com/aporat/APUserAgentGenerator.git @ main (296ccce)
SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols.git @ 7.0.0
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.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 '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 '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 'APUserAgentGenerator_APUserAgentGenerator' in project 'APUserAgentGenerator'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
Target 'APUserAgentGenerator' in project 'APUserAgentGenerator'
➜ Explicit dependency on target 'APUserAgentGenerator_APUserAgentGenerator' in project 'APUserAgentGenerator'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
Target 'APUserAgentGenerator_APUserAgentGenerator' in project 'APUserAgentGenerator' (no dependencies)
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 '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 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwiftResources' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift_CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift_CryptoSwiftResources' 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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
Build description signature: efb2593f1bf13f2d83caa7023cddc521
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/efb2593f1bf13f2d83caa7023cddc521.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:688641eb17f476b66570dffcedc1f7520fb2634c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:688641eb17f476b66570dffcedc1f7520fb2634c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:688641eb17f476b66570dffcedc1f7520fb2634c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:688641eb17f476b66570dffcedc1f7520fb2634c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme APWebAuthentication
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild