The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of HelpKit, reference main (09ed50), with Swift 6.2 (beta) for macOS (SPM) on 10 Aug 2025 18:05:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamfootdev/HelpKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamfootdev/HelpKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 09ed502 Added support for OS 26
Cloned https://github.com/adamfootdev/HelpKit.git
Revision (git rev-parse @):
09ed502c9b1c3c1ef3e479b5a4658f087533f894
SUCCESS checkout https://github.com/adamfootdev/HelpKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/adamfootdev/HelpKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying Info.plist
[0/5] Write sources
[0/5] Copying Localizable.xcstrings
[2/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/15] Compiling HelpKit HKTopicSection.swift
[7/15] Compiling HelpKit SectionHeaderLabel.swift
[8/16] Compiling HelpKit resource_bundle_accessor.swift
[9/16] Compiling HelpKit HKTopic.swift
[10/16] Compiling HelpKit HKLink.swift
[11/16] Compiling HelpKit HKDisplayMode.swift
[12/16] Compiling HelpKit HKConfiguration.swift
[13/16] Compiling HelpKit HelpTopicView.swift
[14/16] Compiling HelpKit HelpTopicRow.swift
[15/16] Emitting module HelpKit
[16/16] Compiling HelpKit HelpView.swift
Build complete! (7.88s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "HelpKit",
  "name" : "HelpKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "HelpKit",
      "targets" : [
        "HelpKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HelpKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpKitTests",
      "path" : "Tests/HelpKitTests",
      "sources" : [
        "HelpKitTests.swift"
      ],
      "target_dependencies" : [
        "HelpKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HelpKit",
      "module_type" : "SwiftTarget",
      "name" : "HelpKit",
      "path" : "Sources/HelpKit",
      "product_memberships" : [
        "HelpKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HelpKit/Resources/Localization/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HelpKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Activities/HelpTopicRow.swift",
        "Activities/HelpTopicView.swift",
        "Activities/HelpView.swift",
        "Models/HKConfiguration.swift",
        "Models/HKDisplayMode.swift",
        "Models/HKLink.swift",
        "Models/HKTopic.swift",
        "Models/HKTopicSection.swift",
        "Views/SectionHeaderLabel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.