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 (91c84a), with Swift 6.0 for macOS (SPM) on 20 May 2025 20:02:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.6
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 91c84a5 Updated README
Cloned https://github.com/adamfootdev/HelpKit.git
Revision (git rev-parse @):
91c84a568e45f4fa3544736cdad71924876bfa97
SUCCESS checkout https://github.com/adamfootdev/HelpKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/adamfootdev/HelpKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[1/5] Copying Localizable.xcstrings
[2/5] Copying Info.plist
[4/5] Write swift-version-5BDAB9E9C0126B9D.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 HelpTopicRow.swift
[14/16] Compiling HelpKit HelpTopicView.swift
[15/16] Emitting module HelpKit
[16/16] Compiling HelpKit HelpView.swift
Build complete! (8.50s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "HelpKit",
  "name" : "HelpKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.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.