The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Placard, reference main (03a288), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 04:12:02 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/ccavnor/Placard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ccavnor/Placard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 03a2881 Update README.md
Cloned https://github.com/ccavnor/Placard.git
Revision (git rev-parse @):
03a288147ddb3a63e29c90e973070351ee97c277
SUCCESS checkout https://github.com/ccavnor/Placard.git at main
========================================
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": "placard",
      "name": "Placard",
      "url": "https://github.com/ccavnor/Placard.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Placard",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ccavnor/Placard.git
[1/2222] Fetching placard
Fetched https://github.com/ccavnor/Placard.git from cache (1.03s)
Creating working copy for https://github.com/ccavnor/Placard.git
Working copy of https://github.com/ccavnor/Placard.git resolved at main (03a2881)
warning: '.resolve-product-dependencies': dependency 'placard' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ccavnor/Placard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling Placard Placard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[4/10] Compiling Placard PlacardView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[5/10] Compiling Placard PlacardConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[6/10] Compiling Placard UIView+Animations.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Emitting module Placard
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[8/10] Compiling Placard Placard+Constraints.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[9/10] Compiling Placard Placard+Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[10/10] Compiling Placard Placard+DeviceOrientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
BUILD FAILURE 6.3 macosSpm