The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ImageCoordinateSpace with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paulz/ImageCoordinateSpace.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/paulz/ImageCoordinateSpace
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e44015f Bump algoliasearch from 1.27.4 to 1.27.5
Cloned https://github.com/paulz/ImageCoordinateSpace.git
Revision (git rev-parse @):
e44015fb32c55588fb365fc50282337c596b69b3
SUCCESS checkout https://github.com/paulz/ImageCoordinateSpace.git at master
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 (0.62s)
Fetched https://github.com/Quick/Nimble.git (0.72s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.0.3 (0.07s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.2.0 (0.59s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.2.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.0.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "imagecoordinatespace",
      "name": "ImageCoordinateSpace",
      "url": "https://github.com/paulz/ImageCoordinateSpace.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ImageCoordinateSpace",
      "dependencies": [
        {
          "identity": "quick",
          "name": "Quick",
          "url": "https://github.com/Quick/Quick.git",
          "version": "1.3.4",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
          "dependencies": [
            {
              "identity": "nimble",
              "name": "Nimble",
              "url": "https://github.com/Quick/Nimble.git",
              "version": "7.3.4",
              "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble.git",
          "version": "7.3.4",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/paulz/ImageCoordinateSpace.git
[1/2476] Fetching imagecoordinatespace
Fetched https://github.com/paulz/ImageCoordinateSpace.git (0.31s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Quick.git (0.51s)
Fetched https://github.com/Quick/Nimble.git (0.60s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.02s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.03s)
Creating working copy for https://github.com/paulz/ImageCoordinateSpace.git
Working copy of https://github.com/paulz/ImageCoordinateSpace.git resolved at master
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.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:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/11] Emitting module ImageCoordinateSpace
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[2/11] Compiling ImageCoordinateSpace UIView+UICoordinateSpace.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/11] Compiling ImageCoordinateSpace ViewContentModeTransformer+UIView.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/11] Compiling ImageCoordinateSpace Converter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/11] Compiling ImageCoordinateSpace Convertible.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/11] Compiling ImageCoordinateSpace SizeTransformer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/11] Compiling ImageCoordinateSpace ScaleFactor.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/11] Compiling ImageCoordinateSpace SizeFactor.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/11] Compiling ImageCoordinateSpace TransformedCoordinateSpace.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/11] Compiling ImageCoordinateSpace CGAffineTransform+Extensions.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/11] Compiling ImageCoordinateSpace CGSize+AxesPathMap.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/12] Compiling ImageCoordinateSpace ViewContentModeTransformer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/11] Emitting module ImageCoordinateSpace
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[2/11] Compiling ImageCoordinateSpace TransformedCoordinateSpace.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/11] Compiling ImageCoordinateSpace ViewContentModeTransformer+UIView.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/11] Compiling ImageCoordinateSpace UIView+UICoordinateSpace.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/11] Compiling ImageCoordinateSpace SizeTransformer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/11] Compiling ImageCoordinateSpace CGAffineTransform+Extensions.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/11] Compiling ImageCoordinateSpace CGSize+AxesPathMap.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/11] Compiling ImageCoordinateSpace Converter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/11] Compiling ImageCoordinateSpace Convertible.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/11] Compiling ImageCoordinateSpace ScaleFactor.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/11] Compiling ImageCoordinateSpace SizeFactor.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/12] Compiling ImageCoordinateSpace ViewContentModeTransformer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm