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 AboutKit, reference main (c85ef5), with Swift 6.0 for macOS (SPM) on 18 Aug 2025 21:54:43 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamfootdev/AboutKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamfootdev/AboutKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c85ef58 Removed unused code
Cloned https://github.com/adamfootdev/AboutKit.git
Revision (git rev-parse @):
c85ef587e47d3782424466c0f3142067e389f4ed
SUCCESS checkout https://github.com/adamfootdev/AboutKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/adamfootdev/AboutKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Copying Info.plist
[0/6] Copying Localizable.xcstrings
[4/6] Copying Assets.xcassets
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/45] Emitting module AboutKit
[8/49] Compiling AboutKit WatchItemLabel.swift
[9/49] Compiling AboutKit WatchOtherAppRowView.swift
[10/49] Compiling AboutKit WatchTVAboutAppView.swift
[11/49] Compiling AboutKit resource_bundle_accessor.swift
[12/49] Compiling AboutKit AKProfile.swift
[13/49] Compiling AboutKit AKProfileDisplayMode.swift
[14/49] Compiling AboutKit AKProfilePlatform.swift
[15/49] Compiling AboutKit AKShowOption.swift
[16/49] Compiling AboutKit AboutAppView.swift
[17/49] Compiling AboutKit Bundle+User.swift
[18/49] Compiling AboutKit Bundle+Version.swift
[19/49] Compiling AboutKit PlatformImage+Transparency.swift
[20/49] Compiling AboutKit UIDevice+DeviceType.swift
[21/49] Compiling AboutKit AcknowledgementsView.swift
[22/49] Compiling AboutKit AppIconImageView.swift
[23/49] Compiling AboutKit FrameworkAcknowledgementView.swift
[24/49] Compiling AboutKit HeaderView.swift
[25/49] Compiling AboutKit AKFrameworkAcknowledgementLink.swift
[26/49] Compiling AboutKit AKMyApp.swift
[27/49] Compiling AboutKit AKOtherApp.swift
[28/49] Compiling AboutKit AKPersonAcknowledgement.swift
[29/49] Compiling AboutKit PersonAcknowledgmentView.swift
[30/49] Compiling AboutKit SectionHeaderLabel.swift
[31/49] Compiling AboutKit TVItemLabel.swift
[32/49] Compiling AboutKit TVOtherAppRowView.swift
[33/49] Compiling AboutKit ItemLabel.swift
[34/49] Compiling AboutKit MacItemLabel.swift
[35/49] Compiling AboutKit MacOtherAppRow.swift
[36/49] Compiling AboutKit OtherAppRowView.swift
[37/49] Compiling AboutKit AppIconNetworkManager.swift
[38/49] Compiling AboutKit AKApp.swift
[39/49] Compiling AboutKit MailView.swift
[40/49] Compiling AboutKit LocalizedStrings.swift
[41/49] Compiling AboutKit MacAboutAppView.swift
[42/49] Compiling AboutKit AKAcknowledgements.swift
[43/49] Compiling AboutKit AKConfiguration.swift
[44/49] Compiling AboutKit AKDeveloper.swift
[45/49] Compiling AboutKit AKFrameworkAcknowledgement.swift
[46/49] Compiling AboutKit AboutKit.swift
[47/49] Compiling AboutKit LinkedInProfileType.swift
[48/49] Compiling AboutKit PlatformImage.swift
[49/49] Compiling AboutKit UserType.swift
Build complete! (9.27s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "AboutKit",
  "name" : "AboutKit",
  "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" : "AboutKit",
      "targets" : [
        "AboutKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AboutKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AboutKitTests",
      "path" : "Tests/AboutKitTests",
      "sources" : [
        "AboutKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AboutKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AboutKit",
      "module_type" : "SwiftTarget",
      "name" : "AboutKit",
      "path" : "Sources/AboutKit",
      "product_memberships" : [
        "AboutKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AboutKit/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AboutKit/Resources/Localization/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AboutKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AboutAppView.swift",
        "Extensions/Bundle+User.swift",
        "Extensions/Bundle+Version.swift",
        "Extensions/PlatformImage+Transparency.swift",
        "Extensions/UIDevice+DeviceType.swift",
        "MacAboutAppView.swift",
        "Models/AKAcknowledgements.swift",
        "Models/AKConfiguration.swift",
        "Models/AKDeveloper.swift",
        "Models/AKFrameworkAcknowledgement.swift",
        "Models/AKFrameworkAcknowledgementLink.swift",
        "Models/AKMyApp.swift",
        "Models/AKOtherApp.swift",
        "Models/AKPersonAcknowledgement.swift",
        "Models/AKProfile.swift",
        "Models/AKProfileDisplayMode.swift",
        "Models/AKProfilePlatform.swift",
        "Models/AKShowOption.swift",
        "Models/AboutKit.swift",
        "Models/LinkedInProfileType.swift",
        "Models/PlatformImage.swift",
        "Models/UserType.swift",
        "Networking/AppIconNetworkManager.swift",
        "Protocols/AKApp.swift",
        "UIKit Views/MailView.swift",
        "Utilities/LocalizedStrings.swift",
        "Views/AcknowledgementsView.swift",
        "Views/AppIconImageView.swift",
        "Views/FrameworkAcknowledgementView.swift",
        "Views/HeaderView.swift",
        "Views/ItemLabel.swift",
        "Views/MacItemLabel.swift",
        "Views/MacOtherAppRow.swift",
        "Views/OtherAppRowView.swift",
        "Views/PersonAcknowledgmentView.swift",
        "Views/SectionHeaderLabel.swift",
        "Views/TVItemLabel.swift",
        "Views/TVOtherAppRowView.swift",
        "Views/WatchItemLabel.swift",
        "Views/WatchOtherAppRowView.swift",
        "WatchTVAboutAppView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.