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.1 for macOS (SPM) on 18 Aug 2025 21:39:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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
========================================
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": "aboutkit",
      "name": "AboutKit",
      "url": "https://github.com/adamfootdev/AboutKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AboutKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/adamfootdev/AboutKit.git
[1/1228] Fetching aboutkit
Fetched https://github.com/adamfootdev/AboutKit.git from cache (0.95s)
Creating working copy for https://github.com/adamfootdev/AboutKit.git
Working copy of https://github.com/adamfootdev/AboutKit.git resolved at main (c85ef58)
warning: '.resolve-product-dependencies': dependency 'aboutkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adamfootdev/AboutKit.git
https://github.com/adamfootdev/AboutKit.git
{
  "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"
}
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
Building for debugging...
[0/6] Write sources
[0/6] Copying Info.plist
[0/6] Copying Localizable.xcstrings
[0/6] Copying PrivacyInfo.xcprivacy
[4/6] Copying Assets.xcassets
[5/6] Write swift-version-2F0A5646E1D333AE.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 MacAboutAppView.swift
[13/49] Compiling AboutKit AKAcknowledgements.swift
[14/49] Compiling AboutKit AKConfiguration.swift
[15/49] Compiling AboutKit AKDeveloper.swift
[16/49] Compiling AboutKit AKFrameworkAcknowledgement.swift
[17/49] Compiling AboutKit ItemLabel.swift
[18/49] Compiling AboutKit MacItemLabel.swift
[19/49] Compiling AboutKit MacOtherAppRow.swift
[20/49] Compiling AboutKit OtherAppRowView.swift
[21/49] Compiling AboutKit PersonAcknowledgmentView.swift
[22/49] Compiling AboutKit SectionHeaderLabel.swift
[23/49] Compiling AboutKit TVItemLabel.swift
[24/49] Compiling AboutKit TVOtherAppRowView.swift
[25/49] Compiling AboutKit AboutAppView.swift
[26/49] Compiling AboutKit Bundle+User.swift
[27/49] Compiling AboutKit Bundle+Version.swift
[28/49] Compiling AboutKit PlatformImage+Transparency.swift
[29/49] Compiling AboutKit UIDevice+DeviceType.swift
[30/49] Compiling AboutKit AKProfile.swift
[31/49] Compiling AboutKit AKProfileDisplayMode.swift
[32/49] Compiling AboutKit AKProfilePlatform.swift
[33/49] Compiling AboutKit AKShowOption.swift
[34/49] Compiling AboutKit AcknowledgementsView.swift
[35/49] Compiling AboutKit AppIconImageView.swift
[36/49] Compiling AboutKit FrameworkAcknowledgementView.swift
[37/49] Compiling AboutKit HeaderView.swift
[38/49] Compiling AboutKit AppIconNetworkManager.swift
[39/49] Compiling AboutKit AKApp.swift
[40/49] Compiling AboutKit MailView.swift
[41/49] Compiling AboutKit LocalizedStrings.swift
[42/49] Compiling AboutKit AKFrameworkAcknowledgementLink.swift
[43/49] Compiling AboutKit AKMyApp.swift
[44/49] Compiling AboutKit AKOtherApp.swift
[45/49] Compiling AboutKit AKPersonAcknowledgement.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.66s)
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.