The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Version-Control, reference 1.0.4 (95f4f3), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 21 Jun 2025 20:25:04 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 Version-Control -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AuroraEditor/Version-Control-Kit.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AuroraEditor/Version-Control-Kit
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at 95f4f3d Merge branch 'main' of https://github.com/AuroraEditor/Version-Control-Kit
Cloned https://github.com/AuroraEditor/Version-Control-Kit.git
Revision (git rev-parse @):
95f4f3d7b892ef635f769a89893d552e65e48bdd
SUCCESS checkout https://github.com/AuroraEditor/Version-Control-Kit.git at 1.0.4
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AuroraEditor/Version-Control-Kit.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
Resolve Package Graph
Resolved source packages:
  Version-Control: /Users/admin/builder/spi-builder-workspace
resolved source packages: Version-Control
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Version-Control",
  "name" : "Version-Control",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Version-Control",
      "targets" : [
        "Version-Control"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Version_Control_Test",
      "module_type" : "SwiftTarget",
      "name" : "Version-Control-Test",
      "path" : "Tests/Version-Control-Test",
      "sources" : [
        "Services/Auth/GitHub/GitHubEmailTest.swift"
      ],
      "target_dependencies" : [
        "Version-Control"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Version_Control",
      "module_type" : "SwiftTarget",
      "name" : "Version-Control",
      "path" : "Sources/Version-Control",
      "product_memberships" : [
        "Version-Control"
      ],
      "sources" : [
        "Base/Actions/GitHub/GitHubActions.swift",
        "Base/Commands/Add.swift",
        "Base/Commands/Apply.swift",
        "Base/Commands/Branch.swift",
        "Base/Commands/Check.swift",
        "Base/Commands/Checkout-Index.swift",
        "Base/Commands/Checkout.swift",
        "Base/Commands/Cherry-Pick.swift",
        "Base/Commands/Clone.swift",
        "Base/Commands/Commit.swift",
        "Base/Commands/Config.swift",
        "Base/Commands/Description.swift",
        "Base/Commands/Diff-Check.swift",
        "Base/Commands/Diff-Index.swift",
        "Base/Commands/Diff.swift",
        "Base/Commands/Format-Patch.swift",
        "Base/Commands/GitIgnore.swift",
        "Base/Commands/GitLog.swift",
        "Base/Commands/Init.swift",
        "Base/Commands/Interpret-Trailers.swift",
        "Base/Commands/LFS.swift",
        "Base/Commands/Merge.swift",
        "Base/Commands/Pull.swift",
        "Base/Commands/Push.swift",
        "Base/Commands/RM.swift",
        "Base/Commands/Rebase.swift",
        "Base/Commands/Reflog.swift",
        "Base/Commands/Refs.swift",
        "Base/Commands/Remote.swift",
        "Base/Commands/Reset.swift",
        "Base/Commands/Rev-List.swift",
        "Base/Commands/Rev-Parse.swift",
        "Base/Commands/Revert.swift",
        "Base/Commands/Squash.swift",
        "Base/Commands/Stage.swift",
        "Base/Commands/Stash.swift",
        "Base/Commands/Status.swift",
        "Base/Commands/Submodule.swift",
        "Base/Commands/Tag.swift",
        "Base/Commands/Update-Index.swift",
        "Base/Commands/Update-Ref.swift",
        "Base/Core/Blob/Blob.swift",
        "Base/Core/Core.swift",
        "Base/Core/GitProcess.swift",
        "Base/Core/GitShell.swift",
        "Base/Core/IExecutionOptions.swift",
        "Base/Core/IGitExecutionOptions.swift",
        "Base/Core/IGitResult.swift",
        "Base/Core/IResult.swift",
        "Base/Core/Parsers/DiffParser.swift",
        "Base/Core/Parsers/GitCherryPickParser.swift",
        "Base/Core/Parsers/GitDelimiterParser.swift",
        "Base/Core/Parsers/GitErrorParser.swift",
        "Base/Core/Parsers/GitRebaseParser.swift",
        "Base/Core/Parsers/GitStatusParser.swift",
        "Base/Core/Parsers/PatchFormatterParser.swift",
        "Base/Core/ProcessError.swift",
        "Base/Core/Progress/From-Process.swift",
        "Base/Core/Progress/GitProgress.swift",
        "Base/Core/Progress/LFSProgress.swift",
        "Base/Models/CloneOptions.swift",
        "Base/Models/Commands/Diff/Diff Component Types /DiffImage.swift",
        "Base/Models/Commands/Diff/Diff Types/IBinaryDiff.swift",
        "Base/Models/Commands/Diff/Diff Types/IImageDiff.swift",
        "Base/Models/Commands/Diff/Diff Types/ILargeTextDiff.swift",
        "Base/Models/Commands/Diff/Diff Types/ISubmoduleDiff‎.swift",
        "Base/Models/Commands/Diff/Diff Types/ITextDiff.swift",
        "Base/Models/Commands/Diff/Diff Types/IUnrenderableDiff.swift",
        "Base/Models/Commands/Diff/DiffType.swift",
        "Base/Models/Commands/Diff/IDiff.swift",
        "Base/Models/Commands/Diff/IDiffTypes.swift",
        "Base/Models/Commands/Diff/ITextDiffData.swift",
        "Base/Models/Commands/Log/IChangesetData.swift",
        "Base/Models/Commands/Rebase/ComputedAction.swift",
        "Base/Models/Commands/Rebase/GitRebaseSnapshot.swift",
        "Base/Models/Commands/Rebase/RebaseInternalState.swift",
        "Base/Models/Commands/Rebase/RebaseProgressOptions.swift",
        "Base/Models/Commands/Rebase/RebaseResult.swift",
        "Base/Models/Commands/Status/ConflictFilesDetails.swift",
        "Base/Models/Commands/Status/IStatusEntry.swift",
        "Base/Models/Commands/Status/IStatusHeader.swift",
        "Base/Models/Commands/Status/StatusHeadersData.swift",
        "Base/Models/Commands/Status/StatusResult.swift",
        "Base/Models/Commands/Status/WorkingDirectoryStatus.swift",
        "Base/Models/CommitHistory.swift",
        "Base/Models/CommitIdentity.swift",
        "Base/Models/Diff/Diff-Data.swift",
        "Base/Models/Diff/Diff-Line.swift",
        "Base/Models/Diff/Diff-Selection.swift",
        "Base/Models/Diff/Helper/Diff-Helper.swift",
        "Base/Models/Diff/Raw-Diff.swift",
        "Base/Models/Files/AppFileStatus.swift",
        "Base/Models/Files/CommittedFileChange.swift",
        "Base/Models/Files/FileChange.swift",
        "Base/Models/Files/WorkingDirectoryFileChange.swift",
        "Base/Models/GitBranch.swift",
        "Base/Models/GitCommit.swift",
        "Base/Models/GitFileItem.swift",
        "Base/Models/GitType.swift",
        "Base/Models/IGitAccount.swift",
        "Base/Models/IProgress.swift",
        "Base/Models/IRemote.swift",
        "Base/Models/ManualConflictResolution.swift",
        "Base/Models/Stash-Entry.swift",
        "Errors/GitError.swift",
        "Errors/IndexError.swift",
        "Errors/NetworkingError.swift",
        "Errors/ShellErrors.swift",
        "Services/API/BitBucket/BitBucketAPI.swift",
        "Services/API/BitBucket/Interfaces/Repo/IBitBucketAPIPullRequest.swift",
        "Services/API/BitBucket/Interfaces/Repo/IBitbucketComment.swift",
        "Services/API/BitBucket/Interfaces/Repo/IBitbucketRendered.swift",
        "Services/API/GitHub/AuthorizationResponse.swift",
        "Services/API/GitHub/AuthorizationResponseKind.swift",
        "Services/API/GitHub/GitHubAPI.swift",
        "Services/API/GitHub/GithubNetworkingConstants.swift",
        "Services/API/GitHub/Interfaces/Account/IAPIEmail.swift",
        "Services/API/GitHub/Interfaces/Account/IAPIFullIdentity.swift",
        "Services/API/GitHub/Interfaces/Account/IAPIIdentity.swift",
        "Services/API/GitHub/Interfaces/Account/IAPIOrganization.swift",
        "Services/API/GitHub/Interfaces/Repo/Branch/IAPIBranch.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIFullRepository.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIMentionableResponse.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIRepository.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIRepositoryCloneInfo.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIRepositoryPermissions.swift",
        "Services/API/GitHub/Interfaces/Repo/Issues/IAPIIssue.swift",
        "Services/API/GitHub/Interfaces/Repo/Pull Request/IAPIComment.swift",
        "Services/API/GitHub/Interfaces/Repo/Pull Request/IAPIPullRequest.swift",
        "Services/API/GitHub/Interfaces/Repo/Pull Request/IAPIPullRequestRef.swift",
        "Services/API/GitHub/Interfaces/Repo/Pull Request/IAPIPullRequestReview.swift",
        "Services/API/GitHub/Interfaces/Repo/Push/IAPIPushControl.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IAPIRepoRule.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IAPIRepoRuleMetadataParameters.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IAPIRepoRuleset.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IAPISlimRepoRuleset.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IRawAPIRepoRule.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPICheckSuite.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRun.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRunApp.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRunCheckSuite.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRunOutput.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRuns.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefStatus.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefStatusItem.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowJob.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowJobStep.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowJobs.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowRun.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowRuns.swift",
        "Services/API/GitHub/Model/Account/GithubAccount.swift",
        "Services/API/GitHub/Model/Repo/Issues/APIIssueState.swift",
        "Services/API/GitHub/Model/Repo/Pull Request/APIPullRequestReviewState.swift",
        "Services/API/GitHub/Model/Repo/Ruleset/APIRepoRuleMetadataOperator.swift",
        "Services/API/GitHub/Model/Repo/Ruleset/APIRepoRuleType.swift",
        "Services/API/GitHub/Model/Repo/Workflow/APICheckConclusion.swift",
        "Services/API/GitHub/Model/Repo/Workflow/APICheckStatus.swift",
        "Services/API/GitHub/Model/Repo/Workflow/APIRefState.swift",
        "Services/API/Gitlab/GitlabAPI.swift",
        "Services/API/Global/Gravatar.swift",
        "Services/Models/Github/Actions/Jobs/Job.swift",
        "Services/Models/Github/Actions/Jobs/JobSteps.swift",
        "Services/Models/Github/Actions/Jobs/Jobs.swift",
        "Services/Models/Github/Actions/Workflow/Workflow.swift",
        "Services/Models/Github/Actions/Workflow/WorkflowRun.swift",
        "Services/Models/Github/Actions/Workflow/WorkflowRuns.swift",
        "Services/Models/Github/Actions/Workflow/Workflows.swift",
        "Services/Models/Github/Auth/2FA.swift",
        "Services/Models/Github/Auth/GitHubEmail.swift",
        "Services/Networking/AuroraNetworking.swift",
        "Services/Networking/AuroraNetworkingConstants.swift",
        "Services/Networking/AuroraNetworkingDebug.swift",
        "Services/Networking/HTTPErrors.swift",
        "Services/Networking/HTTPMethod.swift",
        "Utils/BranchUtil.swift",
        "Utils/CommandError.swift",
        "Utils/Extensions/Date.swift",
        "Utils/Extensions/FileManager.swift",
        "Utils/Extensions/String.swift",
        "Utils/FileUtils.swift",
        "Utils/Helpers/DefaultBranch.swift",
        "Utils/Helpers/GitAuthor.swift",
        "Utils/Helpers/MediaDiff.swift",
        "Utils/Helpers/Regex.swift",
        "Utils/Helpers/RemoveRemotePrefix.swift",
        "Utils/LiveShellClient.swift",
        "Utils/ShellClient.swift",
        "Version_Control.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Version-Control"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Version-Control -destination generic/platform=iOS
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 Version-Control -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  Version-Control: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Version-Control' in project 'Version-Control'
        ➜ Explicit dependency on target 'Version-Control' in project 'Version-Control'
    Target 'Version-Control' in project 'Version-Control' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: 25a491609040ef4c3db1428a81693ad1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/25a491609040ef4c3db1428a81693ad1.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Version-Control.DependencyStaticMetadataFileList (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Version-Control.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Version-Control.DependencyMetadataFileList (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Version-Control.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Version-Control.modulemap (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Version-Control.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control.LinkFileList (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control.SwiftConstValuesFileList (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control-OutputFileMap.json (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control_const_extract_protocols.json (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control.SwiftFileList (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Version-Control.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Version-Control.modulemap (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Version-Control.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver Version-Control normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Version_Control -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version_Control.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/Version-Control/Base/Actions/GitHub/GitHubActions.swift:9:8: error: Unable to find module dependency: 'AppKit'
import AppKit
       ^ (in target 'Version-Control' from project 'Version-Control')
/Users/admin/builder/spi-builder-workspace/Sources/Version-Control/Base/Actions/GitHub/GitHubActions.swift:9:8: note: A dependency of main module 'Version_Control'
import AppKit
       ^ (in target 'Version-Control' from project 'Version-Control')
/Users/admin/builder/spi-builder-workspace/Sources/Version-Control/Base/Actions/GitHub/GitHubActions.swift:9:8: error: Unable to find module dependency: 'AppKit'
import AppKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Version-Control/Base/Actions/GitHub/GitHubActions.swift:9:8: note: a dependency of main module 'Version_Control'
import AppKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver Version-Control normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Version-Control' from project 'Version-Control')
	Building workspace spi-builder-workspace with scheme Version-Control
(2 failures)
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:
  Version-Control: /Users/admin/builder/spi-builder-workspace
resolved source packages: Version-Control
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Version-Control",
  "name" : "Version-Control",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Version-Control",
      "targets" : [
        "Version-Control"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Version_Control_Test",
      "module_type" : "SwiftTarget",
      "name" : "Version-Control-Test",
      "path" : "Tests/Version-Control-Test",
      "sources" : [
        "Services/Auth/GitHub/GitHubEmailTest.swift"
      ],
      "target_dependencies" : [
        "Version-Control"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Version_Control",
      "module_type" : "SwiftTarget",
      "name" : "Version-Control",
      "path" : "Sources/Version-Control",
      "product_memberships" : [
        "Version-Control"
      ],
      "sources" : [
        "Base/Actions/GitHub/GitHubActions.swift",
        "Base/Commands/Add.swift",
        "Base/Commands/Apply.swift",
        "Base/Commands/Branch.swift",
        "Base/Commands/Check.swift",
        "Base/Commands/Checkout-Index.swift",
        "Base/Commands/Checkout.swift",
        "Base/Commands/Cherry-Pick.swift",
        "Base/Commands/Clone.swift",
        "Base/Commands/Commit.swift",
        "Base/Commands/Config.swift",
        "Base/Commands/Description.swift",
        "Base/Commands/Diff-Check.swift",
        "Base/Commands/Diff-Index.swift",
        "Base/Commands/Diff.swift",
        "Base/Commands/Format-Patch.swift",
        "Base/Commands/GitIgnore.swift",
        "Base/Commands/GitLog.swift",
        "Base/Commands/Init.swift",
        "Base/Commands/Interpret-Trailers.swift",
        "Base/Commands/LFS.swift",
        "Base/Commands/Merge.swift",
        "Base/Commands/Pull.swift",
        "Base/Commands/Push.swift",
        "Base/Commands/RM.swift",
        "Base/Commands/Rebase.swift",
        "Base/Commands/Reflog.swift",
        "Base/Commands/Refs.swift",
        "Base/Commands/Remote.swift",
        "Base/Commands/Reset.swift",
        "Base/Commands/Rev-List.swift",
        "Base/Commands/Rev-Parse.swift",
        "Base/Commands/Revert.swift",
        "Base/Commands/Squash.swift",
        "Base/Commands/Stage.swift",
        "Base/Commands/Stash.swift",
        "Base/Commands/Status.swift",
        "Base/Commands/Submodule.swift",
        "Base/Commands/Tag.swift",
        "Base/Commands/Update-Index.swift",
        "Base/Commands/Update-Ref.swift",
        "Base/Core/Blob/Blob.swift",
        "Base/Core/Core.swift",
        "Base/Core/GitProcess.swift",
        "Base/Core/GitShell.swift",
        "Base/Core/IExecutionOptions.swift",
        "Base/Core/IGitExecutionOptions.swift",
        "Base/Core/IGitResult.swift",
        "Base/Core/IResult.swift",
        "Base/Core/Parsers/DiffParser.swift",
        "Base/Core/Parsers/GitCherryPickParser.swift",
        "Base/Core/Parsers/GitDelimiterParser.swift",
        "Base/Core/Parsers/GitErrorParser.swift",
        "Base/Core/Parsers/GitRebaseParser.swift",
        "Base/Core/Parsers/GitStatusParser.swift",
        "Base/Core/Parsers/PatchFormatterParser.swift",
        "Base/Core/ProcessError.swift",
        "Base/Core/Progress/From-Process.swift",
        "Base/Core/Progress/GitProgress.swift",
        "Base/Core/Progress/LFSProgress.swift",
        "Base/Models/CloneOptions.swift",
        "Base/Models/Commands/Diff/Diff Component Types /DiffImage.swift",
        "Base/Models/Commands/Diff/Diff Types/IBinaryDiff.swift",
        "Base/Models/Commands/Diff/Diff Types/IImageDiff.swift",
        "Base/Models/Commands/Diff/Diff Types/ILargeTextDiff.swift",
        "Base/Models/Commands/Diff/Diff Types/ISubmoduleDiff‎.swift",
        "Base/Models/Commands/Diff/Diff Types/ITextDiff.swift",
        "Base/Models/Commands/Diff/Diff Types/IUnrenderableDiff.swift",
        "Base/Models/Commands/Diff/DiffType.swift",
        "Base/Models/Commands/Diff/IDiff.swift",
        "Base/Models/Commands/Diff/IDiffTypes.swift",
        "Base/Models/Commands/Diff/ITextDiffData.swift",
        "Base/Models/Commands/Log/IChangesetData.swift",
        "Base/Models/Commands/Rebase/ComputedAction.swift",
        "Base/Models/Commands/Rebase/GitRebaseSnapshot.swift",
        "Base/Models/Commands/Rebase/RebaseInternalState.swift",
        "Base/Models/Commands/Rebase/RebaseProgressOptions.swift",
        "Base/Models/Commands/Rebase/RebaseResult.swift",
        "Base/Models/Commands/Status/ConflictFilesDetails.swift",
        "Base/Models/Commands/Status/IStatusEntry.swift",
        "Base/Models/Commands/Status/IStatusHeader.swift",
        "Base/Models/Commands/Status/StatusHeadersData.swift",
        "Base/Models/Commands/Status/StatusResult.swift",
        "Base/Models/Commands/Status/WorkingDirectoryStatus.swift",
        "Base/Models/CommitHistory.swift",
        "Base/Models/CommitIdentity.swift",
        "Base/Models/Diff/Diff-Data.swift",
        "Base/Models/Diff/Diff-Line.swift",
        "Base/Models/Diff/Diff-Selection.swift",
        "Base/Models/Diff/Helper/Diff-Helper.swift",
        "Base/Models/Diff/Raw-Diff.swift",
        "Base/Models/Files/AppFileStatus.swift",
        "Base/Models/Files/CommittedFileChange.swift",
        "Base/Models/Files/FileChange.swift",
        "Base/Models/Files/WorkingDirectoryFileChange.swift",
        "Base/Models/GitBranch.swift",
        "Base/Models/GitCommit.swift",
        "Base/Models/GitFileItem.swift",
        "Base/Models/GitType.swift",
        "Base/Models/IGitAccount.swift",
        "Base/Models/IProgress.swift",
        "Base/Models/IRemote.swift",
        "Base/Models/ManualConflictResolution.swift",
        "Base/Models/Stash-Entry.swift",
        "Errors/GitError.swift",
        "Errors/IndexError.swift",
        "Errors/NetworkingError.swift",
        "Errors/ShellErrors.swift",
        "Services/API/BitBucket/BitBucketAPI.swift",
        "Services/API/BitBucket/Interfaces/Repo/IBitBucketAPIPullRequest.swift",
        "Services/API/BitBucket/Interfaces/Repo/IBitbucketComment.swift",
        "Services/API/BitBucket/Interfaces/Repo/IBitbucketRendered.swift",
        "Services/API/GitHub/AuthorizationResponse.swift",
        "Services/API/GitHub/AuthorizationResponseKind.swift",
        "Services/API/GitHub/GitHubAPI.swift",
        "Services/API/GitHub/GithubNetworkingConstants.swift",
        "Services/API/GitHub/Interfaces/Account/IAPIEmail.swift",
        "Services/API/GitHub/Interfaces/Account/IAPIFullIdentity.swift",
        "Services/API/GitHub/Interfaces/Account/IAPIIdentity.swift",
        "Services/API/GitHub/Interfaces/Account/IAPIOrganization.swift",
        "Services/API/GitHub/Interfaces/Repo/Branch/IAPIBranch.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIFullRepository.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIMentionableResponse.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIRepository.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIRepositoryCloneInfo.swift",
        "Services/API/GitHub/Interfaces/Repo/IAPIRepositoryPermissions.swift",
        "Services/API/GitHub/Interfaces/Repo/Issues/IAPIIssue.swift",
        "Services/API/GitHub/Interfaces/Repo/Pull Request/IAPIComment.swift",
        "Services/API/GitHub/Interfaces/Repo/Pull Request/IAPIPullRequest.swift",
        "Services/API/GitHub/Interfaces/Repo/Pull Request/IAPIPullRequestRef.swift",
        "Services/API/GitHub/Interfaces/Repo/Pull Request/IAPIPullRequestReview.swift",
        "Services/API/GitHub/Interfaces/Repo/Push/IAPIPushControl.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IAPIRepoRule.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IAPIRepoRuleMetadataParameters.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IAPIRepoRuleset.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IAPISlimRepoRuleset.swift",
        "Services/API/GitHub/Interfaces/Repo/Ruleset/IRawAPIRepoRule.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPICheckSuite.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRun.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRunApp.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRunCheckSuite.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRunOutput.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefCheckRuns.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefStatus.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIRefStatusItem.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowJob.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowJobStep.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowJobs.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowRun.swift",
        "Services/API/GitHub/Interfaces/Repo/Workflow/IAPIWorkflowRuns.swift",
        "Services/API/GitHub/Model/Account/GithubAccount.swift",
        "Services/API/GitHub/Model/Repo/Issues/APIIssueState.swift",
        "Services/API/GitHub/Model/Repo/Pull Request/APIPullRequestReviewState.swift",
        "Services/API/GitHub/Model/Repo/Ruleset/APIRepoRuleMetadataOperator.swift",
        "Services/API/GitHub/Model/Repo/Ruleset/APIRepoRuleType.swift",
        "Services/API/GitHub/Model/Repo/Workflow/APICheckConclusion.swift",
        "Services/API/GitHub/Model/Repo/Workflow/APICheckStatus.swift",
        "Services/API/GitHub/Model/Repo/Workflow/APIRefState.swift",
        "Services/API/Gitlab/GitlabAPI.swift",
        "Services/API/Global/Gravatar.swift",
        "Services/Models/Github/Actions/Jobs/Job.swift",
        "Services/Models/Github/Actions/Jobs/JobSteps.swift",
        "Services/Models/Github/Actions/Jobs/Jobs.swift",
        "Services/Models/Github/Actions/Workflow/Workflow.swift",
        "Services/Models/Github/Actions/Workflow/WorkflowRun.swift",
        "Services/Models/Github/Actions/Workflow/WorkflowRuns.swift",
        "Services/Models/Github/Actions/Workflow/Workflows.swift",
        "Services/Models/Github/Auth/2FA.swift",
        "Services/Models/Github/Auth/GitHubEmail.swift",
        "Services/Networking/AuroraNetworking.swift",
        "Services/Networking/AuroraNetworkingConstants.swift",
        "Services/Networking/AuroraNetworkingDebug.swift",
        "Services/Networking/HTTPErrors.swift",
        "Services/Networking/HTTPMethod.swift",
        "Utils/BranchUtil.swift",
        "Utils/CommandError.swift",
        "Utils/Extensions/Date.swift",
        "Utils/Extensions/FileManager.swift",
        "Utils/Extensions/String.swift",
        "Utils/FileUtils.swift",
        "Utils/Helpers/DefaultBranch.swift",
        "Utils/Helpers/GitAuthor.swift",
        "Utils/Helpers/MediaDiff.swift",
        "Utils/Helpers/Regex.swift",
        "Utils/Helpers/RemoveRemotePrefix.swift",
        "Utils/LiveShellClient.swift",
        "Utils/ShellClient.swift",
        "Version_Control.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Version-Control"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Version-Control -destination generic/platform=iOS
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 Version-Control -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  Version-Control: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Version-Control' in project 'Version-Control'
        ➜ Explicit dependency on target 'Version-Control' in project 'Version-Control'
    Target 'Version-Control' in project 'Version-Control' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
SwiftDriver Version-Control normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Version-Control' from project 'Version-Control')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Version_Control -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version_Control.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Version-Control.build/Debug-iphoneos/Version-Control.build/Objects-normal/arm64/Version-Control-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/Version-Control/Base/Actions/GitHub/GitHubActions.swift:9:8: error: Unable to find module dependency: 'AppKit'
import AppKit
       ^ (in target 'Version-Control' from project 'Version-Control')
/Users/admin/builder/spi-builder-workspace/Sources/Version-Control/Base/Actions/GitHub/GitHubActions.swift:9:8: note: A dependency of main module 'Version_Control'
import AppKit
       ^ (in target 'Version-Control' from project 'Version-Control')
/Users/admin/builder/spi-builder-workspace/Sources/Version-Control/Base/Actions/GitHub/GitHubActions.swift:9:8: error: Unable to find module dependency: 'AppKit'
import AppKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Version-Control/Base/Actions/GitHub/GitHubActions.swift:9:8: note: a dependency of main module 'Version_Control'
import AppKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver Version-Control normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Version-Control' from project 'Version-Control')
	Building workspace spi-builder-workspace with scheme Version-Control
(2 failures)
BUILD FAILURE 6.2 iOS