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 DesignSystem, reference master (c490e0), with Swift 6.0 for macOS (SPM) on 15 Oct 2024 06:31:52 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manisrini/DesignSystem.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manisrini/DesignSystem
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c490e01 initial commiy
Cloned https://github.com/manisrini/DesignSystem.git
Revision (git rev-parse @):
c490e01e8c36a0af331d94b0de0a00adff52a9e2
SUCCESS checkout https://github.com/manisrini/DesignSystem.git at master
========================================
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": "designsystem",
      "name": "DesignSystem",
      "url": "https://github.com/manisrini/DesignSystem.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DesignSystem",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/manisrini/DesignSystem.git
[2/35] Fetching designsystem
Fetched https://github.com/manisrini/DesignSystem.git from cache (1.28s)
Creating working copy for https://github.com/manisrini/DesignSystem.git
Working copy of https://github.com/manisrini/DesignSystem.git resolved at master (c490e01)
warning: '.resolve-product-dependencies': dependency 'designsystem' 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/manisrini/DesignSystem.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.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/17] Copying Roboto-BoldItalic.ttf
[0/17] Copying Roboto-Black.ttf
[2/17] Copying Roboto-Bold.ttf
[2/17] Copying Roboto-ThinItalic.ttf
[2/17] Copying Roboto-BlackItalic.ttf
[2/17] Copying NerkoOne-Regular.ttf
[2/17] Copying Roboto-Thin.ttf
[2/17] Copying RobotoSerif-Italic.ttf
[3/17] Copying RobotoSerif.ttf
[9/17] Copying Roboto-MediumItalic.ttf
[10/17] Copying Roboto-Medium.ttf
[10/17] Write sources
[10/17] Copying Roboto-Regular.ttf
[13/17] Copying Roboto-LightItalic.ttf
[14/17] Copying Roboto-Light.ttf
[14/17] Copying Roboto-Italic.ttf
[16/17] Write swift-version--4A847ED0836F2485.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/23] Emitting module DesignSystem
/Users/admin/builder/spi-builder-workspace/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import SwiftUI
 11 |
[19/23] Compiling DesignSystem Font+NerkoOneFont.swift
/Users/admin/builder/spi-builder-workspace/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import SwiftUI
 11 |
[20/23] Compiling DesignSystem FontHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import SwiftUI
 11 |
[21/23] Compiling DesignSystem Font+Roboto.swift
/Users/admin/builder/spi-builder-workspace/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import SwiftUI
 11 |
[22/23] Compiling DesignSystem Font+Roboto_Serif.swift
/Users/admin/builder/spi-builder-workspace/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import SwiftUI
 11 |
[23/23] Compiling DesignSystem resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import SwiftUI
 11 |
BUILD FAILURE 6.0 macosSpm