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 FontAwesome, reference 1.9.1 (07883a), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 19:48:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thii/FontAwesome.swift.git
Reference: 1.9.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thii/FontAwesome.swift
 * tag               1.9.1      -> FETCH_HEAD
HEAD is now at 07883a3 Bump version to 1.9.1
Submodule path 'FortAwesome/Font-Awesome': checked out '57005cea6da7d1c67f3466974aecd25485f60452'
Submodule 'FortAwesome/Font-Awesome' (https://github.com/FortAwesome/Font-Awesome.git) registered for path 'FortAwesome/Font-Awesome'
Cloning into '/Users/admin/builder/spi-builder-workspace/FortAwesome/Font-Awesome'...
Cloned https://github.com/thii/FontAwesome.swift.git
Revision (git rev-parse @):
07883a32d49dfc7bdedbeea115067b53dfbeeb43
SUCCESS checkout https://github.com/thii/FontAwesome.swift.git at 1.9.1
========================================
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": "fontawesome.swift",
      "name": "FontAwesome",
      "url": "https://github.com/thii/FontAwesome.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FontAwesome.swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/thii/FontAwesome.swift.git
[1/2505] Fetching fontawesome.swift
Fetched https://github.com/thii/FontAwesome.swift.git from cache (1.10s)
Creating working copy for https://github.com/thii/FontAwesome.swift.git
Working copy of https://github.com/thii/FontAwesome.swift.git resolved at 1.9.1 (07883a3)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/thii/FontAwesome.swift.git
https://github.com/thii/FontAwesome.swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FontAwesome",
  "name" : "FontAwesome",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FontAwesome",
      "targets" : [
        "FontAwesome"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "tools",
      "targets" : [
        "tools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tools",
      "module_type" : "SwiftTarget",
      "name" : "tools",
      "path" : "tools",
      "product_memberships" : [
        "tools"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FontAwesome",
      "module_type" : "SwiftTarget",
      "name" : "FontAwesome",
      "path" : "FontAwesome",
      "product_memberships" : [
        "FontAwesome"
      ],
      "sources" : [
        "Enum.swift",
        "FontAwesome.swift",
        "FontAwesomeBarButtonItem.swift",
        "FontAwesomeExtension.swift",
        "FontAwesomeImageRepresentable.swift",
        "FontAwesomeImageView.swift",
        "FontAwesomeSegmentedControl.swift",
        "FontAwesomeStateRequirement.swift",
        "FontAwesomeTabBarItem.swift",
        "FontAwesomeTextRepresentable.swift",
        "FontAwesomeView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[0/7] Write tools-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/20] Compiling FontAwesome FontAwesomeImageRepresentable.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[6/21] Compiling FontAwesome FontAwesomeView.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[7/21] Compiling FontAwesome FontAwesomeTextRepresentable.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[8/21] Compiling FontAwesome FontAwesomeStateRequirement.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[9/21] Compiling FontAwesome FontAwesomeTabBarItem.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[10/21] Compiling FontAwesome FontAwesomeImageView.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[11/21] Compiling FontAwesome FontAwesomeSegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[12/21] Compiling FontAwesome FontAwesomeExtension.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[13/21] Emitting module tools
[14/21] Compiling tools main.swift
[14/21] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/21] Emitting module FontAwesome
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[17/21] Compiling FontAwesome FontAwesomeBarButtonItem.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[18/21] Compiling FontAwesome Enum.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[19/21] Compiling FontAwesome FontAwesome.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[19/21] Linking tools
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-2F0A5646E1D333AE.txt
[2/17] Compiling FontAwesome FontAwesomeStateRequirement.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[3/17] Compiling FontAwesome FontAwesomeTextRepresentable.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[4/18] Compiling FontAwesome FontAwesomeImageView.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[5/18] Compiling FontAwesome FontAwesomeImageRepresentable.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[6/18] Compiling FontAwesome FontAwesomeBarButtonItem.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[7/18] Compiling FontAwesome FontAwesomeExtension.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[8/18] Compiling FontAwesome FontAwesomeSegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[9/18] Compiling FontAwesome FontAwesomeTabBarItem.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[10/18] Emitting module tools
[11/18] Compiling tools main.swift
[11/18] Write Objects.LinkFileList
[13/18] Compiling FontAwesome FontAwesomeView.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/18] Emitting module FontAwesome
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[15/18] Compiling FontAwesome Enum.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[16/18] Compiling FontAwesome FontAwesome.swift
/Users/admin/builder/spi-builder-workspace/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
 21 | // THE SOFTWARE.
 22 |
 23 | import UIKit
    |        `- error: no such module 'UIKit'
 24 | import CoreText
 25 |
[16/18] Linking tools
BUILD FAILURE 6.1 macosSpm