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 (442896), with Swift 6.1 for macOS (SPM) on 20 May 2025 14:29:44 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.61.6
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 4428969 Updated README
Cloned https://github.com/adamfootdev/AboutKit.git
Revision (git rev-parse @):
4428969a5a71158085f3a96767764c90f064ed1f
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/1170] Fetching aboutkit
Fetched https://github.com/adamfootdev/AboutKit.git from cache (0.90s)
Creating working copy for https://github.com/adamfootdev/AboutKit.git
Working copy of https://github.com/adamfootdev/AboutKit.git resolved at main (4428969)
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" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.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/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/RemoteImageLoadState.swift",
        "Models/UserType.swift",
        "Networking/AppIconNetworkManager.swift",
        "Protocols/AKApp.swift",
        "UIKit Views/MailView.swift",
        "UIKit Views/ShareSheetView.swift",
        "Utilities/LocalizedStrings.swift",
        "Utilities/RemoteImageLoader.swift",
        "Views/AcknowledgementsView.swift",
        "Views/FrameworkAcknowledgementView.swift",
        "Views/HeaderView.swift",
        "Views/ItemLabel.swift",
        "Views/MacItemLabel.swift",
        "Views/MacOtherAppRow.swift",
        "Views/OtherAppRowView.swift",
        "Views/PersonAcknowledgmentView.swift",
        "Views/RemoteImageView.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 PrivacyInfo.xcprivacy
[0/6] Copying Localizable.xcstrings
[4/6] Copying Assets.xcassets
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/47] Emitting module AboutKit
[8/51] Compiling AboutKit WatchItemLabel.swift
[9/51] Compiling AboutKit WatchOtherAppRowView.swift
[10/51] Compiling AboutKit WatchTVAboutAppView.swift
[11/51] Compiling AboutKit resource_bundle_accessor.swift
[12/51] Compiling AboutKit MailView.swift
[13/51] Compiling AboutKit ShareSheetView.swift
[14/51] Compiling AboutKit LocalizedStrings.swift
[15/51] Compiling AboutKit RemoteImageLoader.swift
[16/51] Compiling AboutKit AKAcknowledgements.swift
[17/51] Compiling AboutKit AKConfiguration.swift
[18/51] Compiling AboutKit AKDeveloper.swift
[19/51] Compiling AboutKit AKFrameworkAcknowledgement.swift
[20/51] Compiling AboutKit AKFrameworkAcknowledgementLink.swift
[21/51] Compiling AboutKit AKMyApp.swift
[22/51] Compiling AboutKit AKOtherApp.swift
[23/51] Compiling AboutKit AKPersonAcknowledgement.swift
[24/51] Compiling AboutKit AKProfile.swift
[25/51] Compiling AboutKit AKProfileDisplayMode.swift
[26/51] Compiling AboutKit RemoteImageView.swift
[27/51] Compiling AboutKit SectionHeaderLabel.swift
[28/51] Compiling AboutKit TVItemLabel.swift
[29/51] Compiling AboutKit TVOtherAppRowView.swift
[30/51] Compiling AboutKit MacItemLabel.swift
[31/51] Compiling AboutKit MacOtherAppRow.swift
[32/51] Compiling AboutKit OtherAppRowView.swift
[33/51] Compiling AboutKit PersonAcknowledgmentView.swift
[34/51] Compiling AboutKit RemoteImageLoadState.swift
[35/51] Compiling AboutKit UserType.swift
[36/51] Compiling AboutKit AppIconNetworkManager.swift
[37/51] Compiling AboutKit AKApp.swift
[38/51] Compiling AboutKit AboutAppView.swift
[39/51] Compiling AboutKit Bundle+User.swift
[40/51] Compiling AboutKit Bundle+Version.swift
[41/51] Compiling AboutKit UIDevice+DeviceType.swift
[42/51] Compiling AboutKit MacAboutAppView.swift
[43/51] Compiling AboutKit AcknowledgementsView.swift
[44/51] Compiling AboutKit FrameworkAcknowledgementView.swift
[45/51] Compiling AboutKit HeaderView.swift
[46/51] Compiling AboutKit ItemLabel.swift
[47/51] Compiling AboutKit AKProfilePlatform.swift
[48/51] Compiling AboutKit AKShowOption.swift
[49/51] Compiling AboutKit AboutKit.swift
[50/51] Compiling AboutKit LinkedInProfileType.swift
[51/51] Compiling AboutKit PlatformImage.swift
Build complete! (10.13s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "AboutKit",
  "name" : "AboutKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.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/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/RemoteImageLoadState.swift",
        "Models/UserType.swift",
        "Networking/AppIconNetworkManager.swift",
        "Protocols/AKApp.swift",
        "UIKit Views/MailView.swift",
        "UIKit Views/ShareSheetView.swift",
        "Utilities/LocalizedStrings.swift",
        "Utilities/RemoteImageLoader.swift",
        "Views/AcknowledgementsView.swift",
        "Views/FrameworkAcknowledgementView.swift",
        "Views/HeaderView.swift",
        "Views/ItemLabel.swift",
        "Views/MacItemLabel.swift",
        "Views/MacOtherAppRow.swift",
        "Views/OtherAppRowView.swift",
        "Views/PersonAcknowledgmentView.swift",
        "Views/RemoteImageView.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.