The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ChangelogKit, reference main (4b3f5e), with Swift 6.1 for macOS (SPM) on 9 Apr 2026 22:35:15 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrealufino/ChangelogKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrealufino/ChangelogKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4b3f5ed Add VoiceOver accessibility support to ChangelogView
Cloned https://github.com/andrealufino/ChangelogKit.git
Revision (git rev-parse @):
4b3f5ed7886964b2872991e5844e7439b78e0d28
SUCCESS checkout https://github.com/andrealufino/ChangelogKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/andrealufino/ChangelogKit.git
https://github.com/andrealufino/ChangelogKit.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ChangelogKit",
  "name" : "ChangelogKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "ChangelogKit",
      "targets" : [
        "ChangelogKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChangelogKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ChangelogKitTests",
      "path" : "Tests/ChangelogKitTests",
      "sources" : [
        "ChangelogKitTests.swift"
      ],
      "target_dependencies" : [
        "ChangelogKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChangelogKit",
      "module_type" : "SwiftTarget",
      "name" : "ChangelogKit",
      "path" : "Sources/ChangelogKit",
      "product_memberships" : [
        "ChangelogKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/Resources/Base.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "Base"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/Resources/it.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        }
      ],
      "sources" : [
        "Changelog.swift",
        "ChangelogView.swift",
        "ChangelogsCollectionProvider.swift",
        "Extensions/Bundle+ChangelogKit.swift",
        "Extensions/UserDefaults+ChangelogKit.swift",
        "Extensions/View+ChangelogKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/6] Write sources
[1/6] Copying Localizable.strings
[1/6] Copying Info.plist
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/14] Compiling ChangelogKit UserDefaults+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[8/14] Compiling ChangelogKit Bundle+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[9/14] Compiling ChangelogKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[10/14] Compiling ChangelogKit View+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/14] Emitting module ChangelogKit
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[12/14] Compiling ChangelogKit ChangelogView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[13/14] Compiling ChangelogKit Changelog.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[14/14] Compiling ChangelogKit ChangelogsCollectionProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/9] Compiling ChangelogKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[3/9] Compiling ChangelogKit View+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/9] Emitting module ChangelogKit
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[5/9] Compiling ChangelogKit UserDefaults+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[6/9] Compiling ChangelogKit ChangelogsCollectionProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[7/9] Compiling ChangelogKit Bundle+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[8/9] Compiling ChangelogKit ChangelogView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
[9/9] Compiling ChangelogKit Changelog.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import SwiftUI
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 |
BUILD FAILURE 6.1 macosSpm