The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ImageCoordinateSpace, reference 1.0.7 (27fd1d), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:49:54 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/paulz/ImageCoordinateSpace.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paulz/ImageCoordinateSpace
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at 27fd1de report version of cocoapods
Cloned https://github.com/paulz/ImageCoordinateSpace.git
Revision (git rev-parse @):
27fd1de180f911d7267d288b84d1d936325e8e79
SUCCESS checkout https://github.com/paulz/ImageCoordinateSpace.git at 1.0.7
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14896] Fetching quick
[746/34713] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (3.39s)
Fetched https://github.com/Quick/Nimble.git from cache (3.39s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.0.3 (4.11s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.2.0 (0.76s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.0.3
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.2.0
========================================
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": "imagecoordinatespace",
      "name": "ImageCoordinateSpace",
      "url": "https://github.com/paulz/ImageCoordinateSpace.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ImageCoordinateSpace",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "quick",
          "name": "Quick",
          "url": "https://github.com/Quick/Quick.git",
          "version": "1.3.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "nimble",
              "name": "Nimble",
              "url": "https://github.com/Quick/Nimble.git",
              "version": "7.3.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble.git",
          "version": "7.3.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/paulz/ImageCoordinateSpace.git
[1/2476] Fetching imagecoordinatespace
Fetched https://github.com/paulz/ImageCoordinateSpace.git from cache (0.91s)
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Quick.git from cache (0.56s)
Fetched https://github.com/Quick/Nimble.git from cache (0.56s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (1.30s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.06s)
Creating working copy for https://github.com/paulz/ImageCoordinateSpace.git
Working copy of https://github.com/paulz/ImageCoordinateSpace.git resolved at 1.0.7 (27fd1de)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
warning: '.resolve-product-dependencies': dependency 'imagecoordinatespace' is not used by any target
Found 2 product dependencies
  - Quick
  - Nimble
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/paulz/ImageCoordinateSpace.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 ImageCoordinateSpace UIView+UICoordinateSpace.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | protocol Convertible {
[4/10] Compiling ImageCoordinateSpace ViewContentModeTransformer+UIView.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | protocol Convertible {
[5/10] Compiling ImageCoordinateSpace ViewContentModeTransformer.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | protocol Convertible {
[6/10] Compiling ImageCoordinateSpace TransformedCoordinateSpace.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | protocol Convertible {
[7/10] Compiling ImageCoordinateSpace CGAffineTransform+Scale.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | protocol Convertible {
[8/10] Compiling ImageCoordinateSpace Converter.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | protocol Convertible {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/10] Emitting module ImageCoordinateSpace
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | protocol Convertible {
[10/10] Compiling ImageCoordinateSpace ScaleFactor.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | protocol Convertible {
BUILD FAILURE 6.3 macosSpm