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, reference master (e44015), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 16:51:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paulz/ImageCoordinateSpace.git
Reference: master
Initialized empty Git repository in /Users/admin/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/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14723] Fetching quick
[14724/33941] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (3.61s)
Fetched https://github.com/Quick/Quick.git from cache (3.61s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.0.3 (0.65s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.2.0 (0.64s)
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",
  "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",
      "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",
          "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",
              "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/paulz/ImageCoordinateSpace.git
[1/2476] Fetching imagecoordinatespace
Fetched https://github.com/paulz/ImageCoordinateSpace.git from cache (1.06s)
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 from cache (0.64s)
Fetched https://github.com/Quick/Nimble.git from cache (0.64s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.62s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.04s)
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/paulz/ImageCoordinateSpace.git
Working copy of https://github.com/paulz/ImageCoordinateSpace.git resolved at master (e44015f)
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.0
Building package at path:  $PWD
https://github.com/paulz/ImageCoordinateSpace.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/13] Compiling ImageCoordinateSpace TransformedCoordinateSpace.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[4/14] Compiling ImageCoordinateSpace ViewContentModeTransformer.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[5/14] Compiling ImageCoordinateSpace UIView+UICoordinateSpace.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[6/14] Compiling ImageCoordinateSpace ViewContentModeTransformer+UIView.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[7/14] Compiling ImageCoordinateSpace SizeFactor.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[8/14] Compiling ImageCoordinateSpace ScaleFactor.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[9/14] Compiling ImageCoordinateSpace SizeTransformer.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[10/14] Compiling ImageCoordinateSpace Convertible.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/14] Emitting module ImageCoordinateSpace
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[12/14] Compiling ImageCoordinateSpace Converter.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[13/14] Compiling ImageCoordinateSpace CGAffineTransform+Extensions.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
[14/14] Compiling ImageCoordinateSpace CGSize+AxesPathMap.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/UIView+UICoordinateSpace.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | // MARK: Adds UIView contentSpace property to view
BUILD FAILURE 6.0 macosSpm