Build Information
Failed to build KindeSDK with Swift 6.3 for macOS (Xcode) using Xcode 26.4.
Build Command
Build command unavailableBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kinde-oss/kinde-sdk-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kinde-oss/kinde-sdk-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 55f4b74 Merge pull request #44 from victoreronmosele/fix/auth-callback-not-firing
Cloned https://github.com/kinde-oss/kinde-sdk-ios.git
Revision (git rev-parse @):
55f4b74addb82849c2a6f26c52ee95d2e9228e0a
SUCCESS checkout https://github.com/kinde-oss/kinde-sdk-ios.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.3
Building package at path: $PWD
https://github.com/kinde-oss/kinde-sdk-ios.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Quick/Nimble.git
Fetching from https://github.com/Quick/Quick.git
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/openid/AppAuth-iOS.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘Nimble’
Checking out main (371f7d2) of package ‘Nimble’
Creating working copy of package ‘CwlCatchException’
Checking out 2.1.2 of package ‘CwlCatchException’
Creating working copy of package ‘AppAuth-iOS’
Checking out 1.6.2 of package ‘AppAuth-iOS’
Creating working copy of package ‘Quick’
Checking out main (c6a3fba) of package ‘Quick’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.1.2 of package ‘CwlPreconditionTesting’
Resolved source packages:
Nimble: https://github.com/Quick/Nimble.git @ main (371f7d2)
Quick: https://github.com/Quick/Quick.git @ main (c6a3fba)
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.1.2
AppAuth: https://github.com/openid/AppAuth-iOS.git @ 1.6.2
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.1.2
resolved source packages: Nimble, Quick, CwlCatchException, AppAuth, CwlPreconditionTesting
{
"dependencies" : [
{
"identity" : "appauth-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/openid/AppAuth-iOS.git"
}
],
"manifest_display_name" : "KindeSDK",
"name" : "KindeSDK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "KindeSDK",
"targets" : [
"KindeSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "KindeSDK",
"module_type" : "SwiftTarget",
"name" : "KindeSDK",
"path" : "Sources/KindeSDK",
"product_dependencies" : [
"AppAuth"
],
"product_memberships" : [
"KindeSDK"
],
"sources" : [
"APIs.swift",
"APIs/FeatureFlagsAPI.swift",
"APIs/OAuthAPI.swift",
"APIs/PermissionsAPI.swift",
"APIs/RolesAPI.swift",
"Auth/Auth.swift",
"Auth/AuthError.swift",
"Auth/AuthStateRepository.swift",
"Auth/BearerDecodableRequestBuilder.swift",
"Auth/BearerRequestBuilder.swift",
"Auth/BearerRequestBuilderFactory.swift",
"Auth/BearerTokenHandler.swift",
"Auth/Config.swift",
"Auth/DefaultLogger.swift",
"Auth/FlagError.swift",
"Auth/Tokens.swift",
"Models/ApiOptions.swift",
"Models/Claim.swift",
"Models/Entitlement.swift",
"Models/EntitlementPlan.swift",
"Models/Entitlements.swift",
"Models/EntitlementsMetadata.swift",
"Models/EntitlementsResponse.swift",
"Models/FeatureFlag.swift",
"Models/FeatureFlagsData.swift",
"Models/FeatureFlagsResponse.swift",
"Models/Flag.swift",
"Models/Organization.swift",
"Models/Permission.swift",
"Models/PermissionsData.swift",
"Models/PermissionsResponse.swift",
"Models/Role.swift",
"Models/RolesData.swift",
"Models/RolesResponse.swift",
"Models/User.swift",
"Models/UserOrganizations.swift",
"Models/UserProfile.swift",
"Utils/APIHelper.swift",
"Utils/AnyCodable.swift",
"Utils/AtomicWrapper.swift",
"Utils/CodableHelper.swift",
"Utils/Extensions.swift",
"Utils/JSONDataEncoding.swift",
"Utils/JSONEncodingHelper.swift",
"Utils/Keychain.swift",
"Utils/Models.swift",
"Utils/OpenISO8601DateFormatter.swift",
"Utils/PList.swift",
"Utils/SDKVersion.swift",
"Utils/String+JWTTokenDecode.swift",
"Utils/URLSessionImplementations.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "KindeSDK",
"schemes" : [
"KindeSDK"
],
"targets" : [
"KindeSDK",
"KindeSDKTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KindeSDK -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.4.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 KindeSDK -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.1.2
Nimble: https://github.com/Quick/Nimble.git @ main (371f7d2)
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.1.2
AppAuth: https://github.com/openid/AppAuth-iOS.git @ 1.6.2
Quick: https://github.com/Quick/Quick.git @ main (c6a3fba)
2026-04-17 23:25:01.277 xcodebuild[869:4629] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-17-04_23-25-0001.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ platform:macOS, arch:arm64 }
Available destinations for the "KindeSDK" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:visionOS Simulator, arch:arm64, variant:Designed for [iPad,iPhone], id:0A65DF41-4C5A-42D8-80FB-C7AD911E0B72, OS:26.4, name:Apple Vision Pro }
{ platform:iOS Simulator, arch:arm64, id:ED6D44FB-E2CB-4753-A0FD-FD31596FEC80, OS:26.4, name:iPad (A16) }
{ platform:iOS Simulator, arch:arm64, id:BCEC8334-6B95-4648-94D6-7CF60E7EFD82, OS:26.4, name:iPad Air 11-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:45BB79BC-7646-4F19-8D06-DCBD411E98C0, OS:26.4, name:iPad Air 13-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:1C3FCF57-F496-44A8-91C7-42D1FBB47B6C, OS:26.4, name:iPad Pro 11-inch (M5) }
{ platform:iOS Simulator, arch:arm64, id:78ECA907-6BCE-4638-957D-C2669C42F4B7, OS:26.4, name:iPad Pro 13-inch (M5) }
{ platform:iOS Simulator, arch:arm64, id:4E377BD7-D244-4C67-AA71-C9334B19DD83, OS:26.4, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, arch:arm64, id:5E07715F-630C-4684-A995-1B2EE7BD6598, OS:26.4, name:iPhone 17 }
{ platform:iOS Simulator, arch:arm64, id:C413B30A-952C-4663-B1C5-64938D82C4AB, OS:26.4, name:iPhone 17 Pro }
{ platform:iOS Simulator, arch:arm64, id:407D5276-A344-478A-B9C8-EB27CE780CB6, OS:26.4, name:iPhone 17 Pro Max }
{ platform:iOS Simulator, arch:arm64, id:720F5E9E-7490-4565-8AC1-7A6A63551BBC, OS:26.4, name:iPhone 17e }
{ platform:iOS Simulator, arch:arm64, id:51B1D6CF-85BF-4B9E-ACCF-FD3A9AD197FF, OS:26.4, name:iPhone Air }
INFRASTRUCTURE ERROR (status: destinationUnavailable