The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIPortalBridge, reference 1.0.0 (fd542e), with Swift 6.2 for macOS (SPM) on 16 Jan 2026 09:16:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aeastr/UIPortalBridge.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/UIPortalBridge
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at fd542e0 Initial commit
Cloned https://github.com/Aeastr/UIPortalBridge.git
Revision (git rev-parse @):
fd542e0d66b305cd802fdbacd7f1a153c210c50a
SUCCESS checkout https://github.com/Aeastr/UIPortalBridge.git at 1.0.0
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/Aeastr/Obfuscate.git
[1/81] Fetching obfuscate
[82/73773] Fetching obfuscate, swift-syntax
Fetched https://github.com/Aeastr/Obfuscate.git from cache (3.77s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.77s)
Creating working copy for https://github.com/Aeastr/Obfuscate.git
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/Aeastr/Obfuscate.git resolved at 1.0.0
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.17s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "uiportalbridge",
      "name": "UIPortalBridge",
      "url": "https://github.com/Aeastr/UIPortalBridge.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIPortalBridge",
      "dependencies": [
        {
          "identity": "obfuscate",
          "name": "Obfuscate",
          "url": "https://github.com/Aeastr/Obfuscate.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Obfuscate",
          "dependencies": [
            {
              "identity": "swift-syntax",
              "name": "swift-syntax",
              "url": "https://github.com/swiftlang/swift-syntax",
              "version": "600.0.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Aeastr/UIPortalBridge.git
[1/20] Fetching uiportalbridge
Fetched https://github.com/Aeastr/UIPortalBridge.git from cache (0.54s)
Fetching https://github.com/Aeastr/Obfuscate.git from cache
Fetched https://github.com/Aeastr/Obfuscate.git from cache (0.49s)
Computing version for https://github.com/Aeastr/Obfuscate.git
Computed https://github.com/Aeastr/Obfuscate.git at 1.3.0 (1.03s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.50s)
Creating working copy for https://github.com/Aeastr/Obfuscate.git
Working copy of https://github.com/Aeastr/Obfuscate.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/Aeastr/UIPortalBridge.git
Working copy of https://github.com/Aeastr/UIPortalBridge.git resolved at 1.0.0 (fd542e0)
warning: '.resolve-product-dependencies': dependency 'uiportalbridge' is not used by any target
Found 1 product dependencies
  - Obfuscate
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Aeastr/UIPortalBridge.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: the library 'UIPortalBridge' requires macos 10.13, but depends on the product 'Obfuscate' which requires macos 10.15; consider changing the library 'UIPortalBridge' to require macos 10.15 or later, or the product 'Obfuscate' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm