The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MRFileBrowser, reference main (058751), with Swift 6.3 for iOS using Xcode 26.4 on 20 Apr 2026 11:15:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MRFileBrowser -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mukilarasan-ravi/MRFileBrowser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mukilarasan-ravi/MRFileBrowser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mukilarasan-ravi/MRFileBrowser.git
Command line invocation:
    /Applications/Xcode-26.4.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.4.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.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 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b6967c0319d64bd556185e551097304d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b6967c0319d64bd556185e551097304d.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.4.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.4.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.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 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: cc8496902777a54952a6755c616a483f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cc8496902777a54952a6755c616a483f.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.3 iOS