The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIPortalBridge, reference main (275794), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 05:26:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aeastr/UIPortalBridge.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/UIPortalBridge
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2757944 WIP
Cloned https://github.com/Aeastr/UIPortalBridge.git
Revision (git rev-parse @):
27579445e0ae89f0b167885acf1fba5fcc21846f
SUCCESS checkout https://github.com/Aeastr/UIPortalBridge.git at main
Fetching https://github.com/Aeastr/Obfuscate.git
[1/87] Fetching obfuscate
Fetched https://github.com/Aeastr/Obfuscate.git from cache (0.64s)
Computing version for https://github.com/Aeastr/Obfuscate.git
Computed https://github.com/Aeastr/Obfuscate.git at 1.4.0 (1.24s)
Fetching https://github.com/swiftlang/swift-syntax
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.54s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (6.83s)
Creating working copy for https://github.com/Aeastr/Obfuscate.git
Working copy of https://github.com/Aeastr/Obfuscate.git resolved at 1.4.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
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "obfuscate",
          "name": "Obfuscate",
          "url": "https://github.com/Aeastr/Obfuscate.git",
          "version": "1.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Obfuscate",
          "traits": [
            "default"
          ],
          "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",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Aeastr/UIPortalBridge.git
[1/26] Fetching uiportalbridge
Fetched https://github.com/Aeastr/UIPortalBridge.git from cache (0.63s)
Fetching https://github.com/Aeastr/Obfuscate.git from cache
Fetched https://github.com/Aeastr/Obfuscate.git from cache (0.44s)
Computing version for https://github.com/Aeastr/Obfuscate.git
Computed https://github.com/Aeastr/Obfuscate.git at 1.4.0 (0.50s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.96s)
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 main (2757944)
Creating working copy for https://github.com/Aeastr/Obfuscate.git
Working copy of https://github.com/Aeastr/Obfuscate.git resolved at 1.4.0
warning: '.resolve-product-dependencies': dependency 'uiportalbridge' is not used by any target
Found 1 product dependencies
  - Obfuscate
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Aeastr/UIPortalBridge.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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.3 macosSpm