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 LinksKit, reference 1.2.0 (d42e5a), with Swift 6.0 for macOS (SPM) on 18 Nov 2025 18:44:54 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/LinksKit.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FlineDev/LinksKit
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at d42e5a6 Adjust icon placement and background size to Liquid Glass spacing
Cloned https://github.com/FlineDev/LinksKit.git
Revision (git rev-parse @):
d42e5a6fcc929b8982090c75873ffc705e7b89a8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/LinksKit.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FlineDev/LinksKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying Info.plist
[1/4] Copying Localizable.xcstrings
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/15] Compiling LinksKit SocialPlatform.swift
[6/15] Compiling LinksKit LinksKit.swift
[7/15] Compiling LinksKit Link.swift
[8/15] Compiling LinksKit LinkSectionsView.swift
[9/15] Compiling LinksKit TitleAndTrailingIconBadgeLabelStyle.swift
[10/15] Compiling LinksKit TitleAndIconBadgeLabelStyle.swift
[11/15] Compiling LinksKit TitleAndTrailingIconLabelStyle.swift
[12/15] Compiling LinksKit LinksView.swift
[13/15] Compiling LinksKit LinkMenu.swift
[14/15] Compiling LinksKit LinkSection.swift
[15/15] Emitting module LinksKit
[16/16] Compiling LinksKit resource_bundle_accessor.swift
Build complete! (9.67s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LinksKit",
  "name" : "LinksKit",
  "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" : "LinksKit",
      "targets" : [
        "LinksKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LinksKit",
      "module_type" : "SwiftTarget",
      "name" : "LinksKit",
      "path" : "Sources/LinksKit",
      "product_memberships" : [
        "LinksKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LinksKit/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "LinksKit.swift",
        "Model/Link.swift",
        "Model/LinkMenu.swift",
        "Model/LinkSection.swift",
        "Model/SocialPlatform.swift",
        "Styles/TitleAndIconBadgeLabelStyle.swift",
        "Styles/TitleAndTrailingIconBadgeLabelStyle.swift",
        "Styles/TitleAndTrailingIconLabelStyle.swift",
        "Views/LinkSectionsView.swift",
        "Views/LinksView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/flinedev/linkskit/1.2.0
Repository:               FlineDev/LinksKit
Swift version used:       6.0
Target:                   LinksKit
Extracting symbol information for 'LinksKit'...
Finished extracting symbol information for 'LinksKit'. (4.28s)
Building documentation for 'LinksKit'...
warning: 'LegalSection' doesn't exist at '/LinksKit/LinksKit/configure(providerToken:linkSections:)'
  --> Sources/LinksKit/LinksKit.swift:12:190-12:202
10 |    /// - Parameters:
11 |    ///   - providerToken: The `pt` query parameter of your app's campaign link. Same for all your apps, thus provided here on top level.
12 +    ///   - linkSections: The separate link sections you want to auto-render. Use one of the convenience helpers `.helpLinks`, `.socialMenus`, `.appMenus`, `.legalLinks`, or pass a custom ``LegalSection`` with the links/menus of your choice.
13 |    public static func configure(providerToken: String, linkSections: [LinkSection]) {
14 |       self.providerToken = providerToken
warning: Parameter 'title' is missing documentation
  --> Sources/LinksKit/Model/LinkSection.swift:89:94-89:94
87 |    ///   - platforms: An array of SocialPlatform instances to include.
   |          ╰─suggestion: Document 'title' parameter
88 |    ///   - handle: The default handle or username for the app on these platforms.
89 +    ///   - handleOverrides: A dictionary to specify different handles for specific platforms.
90 |    /// - Returns: A LinkSection instance with app social media links.
91 |    ///
warning: Parameter 'title' is missing documentation
   --> Sources/LinksKit/Model/LinkSection.swift:114:94-114:94
112 |    ///   - platforms: An array of SocialPlatform instances to include.
    |          ╰─suggestion: Document 'title' parameter
113 |    ///   - handle: The default handle or username for the developer on these platforms.
114 +    ///   - handleOverrides: A dictionary to specify different handles for specific platforms.
115 |    /// - Returns: A LinkSection instance with developer social media links.
116 |    ///
warning: 'LinksKit.configure(providerToken:linkSections)' doesn't exist at '/LinksKit/LinksView'
 --> Sources/LinksKit/Views/LinksView.swift:5:33-5:79
3 | /// Renders the configured links and menus in-place. Designed for use inside a `List`, `Form`, or `CommandsGroup` (macOS only).
4 | ///
5 + /// - NOTE: Make sure to call ``LinksKit.configure(providerToken:linkSections)`` upon app start or this view will not work.
6 | public struct LinksView: View {
7 |    public init() {}Finished building documentation for 'LinksKit' (0.90s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/flinedev/linkskit/1.2.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3578] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Emitting module Snippets
[8/57] Compiling Snippets Snippet.swift
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit Names.swift
[21/57] Compiling SymbolKit SPI.swift
[22/57] Compiling SymbolKit Snippet.swift
[23/57] Compiling SymbolKit Extension.swift
[24/57] Compiling SymbolKit Symbol.swift
[25/57] Compiling SymbolKit SymbolKind.swift
[26/57] Compiling SymbolKit SymbolGraph.swift
[27/57] Compiling SymbolKit GraphCollector.swift
[28/57] Compiling SymbolKit Identifier.swift
[29/57] Compiling SymbolKit KindIdentifier.swift
[30/57] Compiling SymbolKit Location.swift
[31/57] Compiling SymbolKit Mutability.swift
[32/57] Compiling SymbolKit GenericConstraint.swift
[33/57] Compiling SymbolKit GenericParameter.swift
[34/57] Compiling SymbolKit Generics.swift
[35/57] Compiling SymbolKit Namespace.swift
[36/57] Compiling SymbolKit SourceRange.swift
[37/57] Compiling SymbolKit Metadata.swift
[38/57] Compiling SymbolKit Module.swift
[39/57] Compiling SymbolKit OperatingSystem.swift
[40/57] Compiling SymbolKit Platform.swift
[41/57] Compiling SymbolKit DeclarationFragments.swift
[42/57] Compiling SymbolKit Fragment.swift
[43/57] Compiling SymbolKit FragmentKind.swift
[44/57] Compiling SymbolKit FunctionParameter.swift
[45/57] Compiling SymbolKit FunctionSignature.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.54s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'LinksKit' complete! (0.16s)
    1592
12	/Users/admin/builder/spi-builder-workspace/.docs/flinedev/linkskit/1.2.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/flinedev/linkskit/1.2.0
File count: 1592
Doc size:   12.0MB
Preparing doc bundle ...
Uploading prod-flinedev-linkskit-1.2.0-e12ddc20.zip to s3://spi-docs-inbox/prod-flinedev-linkskit-1.2.0-e12ddc20.zip
Copying... [11%]
Copying... [22%]
Copying... [30%]
Copying... [42%]
Copying... [53%]
Copying... [61%]
Copying... [72%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.