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 IconSelector, reference v1.0.0 (bb40ec), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 12:21:51 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/jellybeansoup/ios-icon-selector.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jellybeansoup/ios-icon-selector
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at bb40ec9 Remove the travis configuration
Cloned https://github.com/jellybeansoup/ios-icon-selector.git
Revision (git rev-parse @):
bb40ec934ccd7e3364f038311c31802975a187f0
SUCCESS checkout https://github.com/jellybeansoup/ios-icon-selector.git at v1.0.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": "ios-icon-selector",
      "name": "IconSelector",
      "url": "https://github.com/jellybeansoup/ios-icon-selector.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-icon-selector",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jellybeansoup/ios-icon-selector.git
[1/684] Fetching ios-icon-selector
Fetched https://github.com/jellybeansoup/ios-icon-selector.git from cache (1.15s)
Creating working copy for https://github.com/jellybeansoup/ios-icon-selector.git
Working copy of https://github.com/jellybeansoup/ios-icon-selector.git resolved at v1.0.0 (bb40ec9)
warning: '.resolve-product-dependencies': dependency 'ios-icon-selector' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jellybeansoup/ios-icon-selector.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/8] Compiling IconSelector IconView.swift
/Users/admin/builder/spi-builder-workspace/src/IconSelector/Icon.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | /// An app Icon, as defined in the `Info.plist`
[4/8] Compiling IconSelector IconSelectorViewController.swift
/Users/admin/builder/spi-builder-workspace/src/IconSelector/Icon.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | /// An app Icon, as defined in the `Info.plist`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module IconSelector
/Users/admin/builder/spi-builder-workspace/src/IconSelector/Icon.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | /// An app Icon, as defined in the `Info.plist`
[6/8] Compiling IconSelector IconSelector.swift
/Users/admin/builder/spi-builder-workspace/src/IconSelector/Icon.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | /// An app Icon, as defined in the `Info.plist`
[7/8] Compiling IconSelector Icon.swift
/Users/admin/builder/spi-builder-workspace/src/IconSelector/Icon.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | /// An app Icon, as defined in the `Info.plist`
[8/8] Compiling IconSelector UIApplication.swift
/Users/admin/builder/spi-builder-workspace/src/IconSelector/Icon.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | /// An app Icon, as defined in the `Info.plist`
BUILD FAILURE 6.0 macosSpm