Build Information
Failed to build MRFileBrowser, reference 1.0.1 (058751), with Swift 6.2 for iOS using Xcode 26.3 on 20 Apr 2026 11:14:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MRFileBrowser -destination generic/platform=iOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mukilarasan-ravi/MRFileBrowser.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mukilarasan-ravi/MRFileBrowser
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 058751a Add Package.swift for Swift Package Manager support
Cloned https://github.com/mukilarasan-ravi/MRFileBrowser.git
Revision (git rev-parse @):
058751a23312c6fbc140a06411306f3323cb2b53
SUCCESS checkout https://github.com/mukilarasan-ravi/MRFileBrowser.git at 1.0.1
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/mukilarasan-ravi/MRFileBrowser.git
Command line invocation:
/Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "MRFileBrowser",
"name" : "MRFileBrowser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MRFileBrowser",
"targets" : [
"MRFileBrowser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MRFileBrowserTests",
"module_type" : "SwiftTarget",
"name" : "MRFileBrowserTests",
"path" : "MRFileBrowserTests",
"sources" : [
"FileServerManagerTests.swift",
"FileUtilsTests.swift",
"LockManagerTests.swift",
"MRFileBrowserTests.swift",
"SearchUtilTests.swift",
"ServerConfigurationTests.swift",
"ThemeConfigurationTests.swift",
"ThumbnailCacheTests.swift",
"ViewConfigurationTests.swift"
],
"target_dependencies" : [
"MRFileBrowser"
],
"type" : "test"
},
{
"c99name" : "MRFileBrowser",
"module_type" : "SwiftTarget",
"name" : "MRFileBrowser",
"path" : "MRFileBrowser/Sources/MRFileBrowser",
"product_memberships" : [
"MRFileBrowser"
],
"sources" : [
"Layouts/BottomBar.swift",
"Layouts/FileBrowserLayout.swift",
"Layouts/FileBrowserRootView.swift",
"Layouts/FileGridView.swift",
"Layouts/FileRowView.swift",
"Layouts/FolderPickerView.swift",
"Layouts/LockSetupView.swift",
"Layouts/MenuCoordinator.swift",
"Layouts/ScrollOffsetKey.swift",
"Layouts/SearchBar.swift",
"Layouts/TopBar.swift",
"Layouts/UnlockView.swift",
"Preview/FileRowItemView.swift",
"Preview/FolderGridPreview.swift",
"Preview/ThumbnailCache.swift",
"Server/FileServerManager.swift",
"Server/HTTPServer.swift",
"Server/HTTPServerHTMLProvider.swift",
"Server/ServerConfiguration.swift",
"Server/ServerStatusView.swift",
"Server/ThemeAwareHTMLProvider.swift",
"Utils/Extn.swift",
"Utils/FileUtils.swift",
"Utils/LockAuthenticator.swift",
"Utils/LockManager.swift",
"Utils/SearchTextChangeModifier.swift",
"Utils/SearchUtil.swift",
"Utils/ThemeConfiguration.swift",
"Utils/ViewConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "MRFileBrowser",
"schemes" : [
"MRFileBrowser"
],
"targets" : [
"MRFileBrowser",
"MRFileBrowserTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MRFileBrowser -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.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 MRFileBrowser -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'MRFileBrowser' in project 'MRFileBrowser' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: cc287ab41fdec0baca2d738bfc923838
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cc287ab41fdec0baca2d738bfc923838.xcbuilddata
/Users/admin/builder/spi-builder-workspace/MRFileBrowser.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "WGQE636RLK" with a private key was found. (in target 'MRFileBrowser' from project 'MRFileBrowser')
** BUILD FAILED **
The following build commands failed:
Building project MRFileBrowser with scheme MRFileBrowser
(1 failure)
Command line invocation:
/Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "MRFileBrowser",
"name" : "MRFileBrowser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MRFileBrowser",
"targets" : [
"MRFileBrowser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MRFileBrowserTests",
"module_type" : "SwiftTarget",
"name" : "MRFileBrowserTests",
"path" : "MRFileBrowserTests",
"sources" : [
"FileServerManagerTests.swift",
"FileUtilsTests.swift",
"LockManagerTests.swift",
"MRFileBrowserTests.swift",
"SearchUtilTests.swift",
"ServerConfigurationTests.swift",
"ThemeConfigurationTests.swift",
"ThumbnailCacheTests.swift",
"ViewConfigurationTests.swift"
],
"target_dependencies" : [
"MRFileBrowser"
],
"type" : "test"
},
{
"c99name" : "MRFileBrowser",
"module_type" : "SwiftTarget",
"name" : "MRFileBrowser",
"path" : "MRFileBrowser/Sources/MRFileBrowser",
"product_memberships" : [
"MRFileBrowser"
],
"sources" : [
"Layouts/BottomBar.swift",
"Layouts/FileBrowserLayout.swift",
"Layouts/FileBrowserRootView.swift",
"Layouts/FileGridView.swift",
"Layouts/FileRowView.swift",
"Layouts/FolderPickerView.swift",
"Layouts/LockSetupView.swift",
"Layouts/MenuCoordinator.swift",
"Layouts/ScrollOffsetKey.swift",
"Layouts/SearchBar.swift",
"Layouts/TopBar.swift",
"Layouts/UnlockView.swift",
"Preview/FileRowItemView.swift",
"Preview/FolderGridPreview.swift",
"Preview/ThumbnailCache.swift",
"Server/FileServerManager.swift",
"Server/HTTPServer.swift",
"Server/HTTPServerHTMLProvider.swift",
"Server/ServerConfiguration.swift",
"Server/ServerStatusView.swift",
"Server/ThemeAwareHTMLProvider.swift",
"Utils/Extn.swift",
"Utils/FileUtils.swift",
"Utils/LockAuthenticator.swift",
"Utils/LockManager.swift",
"Utils/SearchTextChangeModifier.swift",
"Utils/SearchUtil.swift",
"Utils/ThemeConfiguration.swift",
"Utils/ViewConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "MRFileBrowser",
"schemes" : [
"MRFileBrowser"
],
"targets" : [
"MRFileBrowser",
"MRFileBrowserTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MRFileBrowser -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.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 MRFileBrowser -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'MRFileBrowser' in project 'MRFileBrowser' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 66e67e8e8c6dae996d07e47ce6b1cb7c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/66e67e8e8c6dae996d07e47ce6b1cb7c.xcbuilddata
/Users/admin/builder/spi-builder-workspace/MRFileBrowser.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "WGQE636RLK" with a private key was found. (in target 'MRFileBrowser' from project 'MRFileBrowser')
** BUILD FAILED **
The following build commands failed:
Building project MRFileBrowser with scheme MRFileBrowser
(1 failure)
BUILD FAILURE 6.2 iOS