The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FDTake, reference main (6f9526), with Swift 6.1 for macOS (SPM) on 15 Aug 2025 03:55:20 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fulldecent/FDTake.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fulldecent/FDTake
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6f95269 Merge pull request #129 from fulldecent/copilot/fix-bcea3489-af44-4ed3-a21c-8e2867375de8
Cloned https://github.com/fulldecent/FDTake.git
Revision (git rev-parse @):
6f95269b3a56ddc92979b6757858ba5ee7997088
SUCCESS checkout https://github.com/fulldecent/FDTake.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",
  "dependencies": [
    {
      "identity": "fdtake",
      "name": "FDTake",
      "url": "https://github.com/fulldecent/FDTake.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FDTake",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/fulldecent/FDTake.git
[1/1908] Fetching fdtake
Fetched https://github.com/fulldecent/FDTake.git from cache (0.94s)
Creating working copy for https://github.com/fulldecent/FDTake.git
Working copy of https://github.com/fulldecent/FDTake.git resolved at main (6f95269)
warning: '.resolve-product-dependencies': dependency 'fdtake' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fulldecent/FDTake.git
https://github.com/fulldecent/FDTake.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FDTake",
  "name" : "FDTake",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FDTake",
      "targets" : [
        "FDTake"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FDTakeTests",
      "module_type" : "SwiftTarget",
      "name" : "FDTakeTests",
      "path" : "Tests/FDTakeTests",
      "sources" : [
        "FDTakeTests.swift"
      ],
      "target_dependencies" : [
        "FDTake"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FDTake",
      "module_type" : "SwiftTarget",
      "name" : "FDTake",
      "path" : "Sources/FDTake",
      "product_memberships" : [
        "FDTake"
      ],
      "sources" : [
        "Bundle+Helpers.swift",
        "FDTakeController.swift",
        "FDTakeControllerLocalizableStrings.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module FDTake
/Users/admin/builder/spi-builder-workspace/Sources/FDTake/FDTakeController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import Photos
 11 | import UniformTypeIdentifiers
[4/6] Compiling FDTake Bundle+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDTake/FDTakeController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import Photos
 11 | import UniformTypeIdentifiers
[5/6] Compiling FDTake FDTakeControllerLocalizableStrings.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDTake/FDTakeController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import Photos
 11 | import UniformTypeIdentifiers
[6/6] Compiling FDTake FDTakeController.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDTake/FDTakeController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import Photos
 11 | import UniformTypeIdentifiers
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling FDTake FDTakeControllerLocalizableStrings.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDTake/FDTakeController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import Photos
 11 | import UniformTypeIdentifiers
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module FDTake
/Users/admin/builder/spi-builder-workspace/Sources/FDTake/FDTakeController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import Photos
 11 | import UniformTypeIdentifiers
[4/5] Compiling FDTake Bundle+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDTake/FDTakeController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import Photos
 11 | import UniformTypeIdentifiers
[5/5] Compiling FDTake FDTakeController.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDTake/FDTakeController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import Photos
 11 | import UniformTypeIdentifiers
BUILD FAILURE 6.1 macosSpm