The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RetroKit, reference 0.1.2 (c04c2f), with Swift 6.0 for macOS (SPM) on 6 Nov 2024 23:03:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dev-retro/RetroKit.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dev-retro/RetroKit
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at c04c2fd fixed a tools version
Cloned https://github.com/dev-retro/RetroKit.git
Revision (git rev-parse @):
c04c2fdd7eca92068aeeea692f624ba328f18a34
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dev-retro/RetroKit.git at 0.1.2
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
[226/5192] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.29s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.29s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.68s)
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
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
========================================
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": "retrokit",
      "name": "RetroKit",
      "url": "https://github.com/dev-retro/RetroKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RetroKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dev-retro/RetroKit.git
[1/118] Fetching retrokit
Fetched https://github.com/dev-retro/RetroKit.git from cache (0.69s)
Creating working copy for https://github.com/dev-retro/RetroKit.git
Working copy of https://github.com/dev-retro/RetroKit.git resolved at 0.1.2 (c04c2fd)
warning: '.resolve-product-dependencies': dependency 'retrokit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dev-retro/RetroKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[3/6] Write swift-version--7754E27361AE5C74.txt
[5/13] Compiling RetroKit RetroState.swift
[6/13] Compiling RetroKit RetroSetting.swift
[7/13] Compiling RetroKit RetroPlatform.swift
[8/13] Compiling RetroKit RetroInput.swift
[9/13] Emitting module RetroKit
[10/13] Compiling RetroKit RetroStateItem.swift
[11/13] Compiling RetroKit RetroSettings.swift
[11/13] Write Objects.LinkFileList
[12/13] Linking libRetroKit.dylib
Build complete! (21.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "RetroKit",
  "name" : "RetroKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "RetroKit",
      "targets" : [
        "RetroKit"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RetroKit",
      "module_type" : "SwiftTarget",
      "name" : "RetroKit",
      "path" : "Sources/RetroKit",
      "product_memberships" : [
        "RetroKit"
      ],
      "sources" : [
        "RetroInput.swift",
        "RetroPlatform.swift",
        "RetroSetting.swift",
        "RetroSettings.swift",
        "RetroState.swift",
        "RetroStateItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/dev-retro/retrokit/0.1.2
Repository:               dev-retro/RetroKit
Swift version used:       6.0
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Target:                   RetroKit
Extracting symbol information for 'RetroKit'...
Finished extracting symbol information for 'RetroKit'. (3.06s)
Building documentation for 'RetroKit'...
Finished building documentation for 'RetroKit' (0.17s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/dev-retro/retrokit/0.1.2
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit Relationship.swift
[10/53] Compiling SymbolKit RelationshipKind.swift
[11/53] Compiling SymbolKit SourceOrigin.swift
[12/53] Compiling SymbolKit GenericConstraints.swift
[13/53] Compiling SymbolKit Swift.swift
[14/53] Compiling SymbolKit SourceRange.swift
[15/53] Compiling SymbolKit Metadata.swift
[16/53] Compiling SymbolKit Module.swift
[17/53] Compiling SymbolKit OperatingSystem.swift
[18/53] Compiling SymbolKit Platform.swift
[19/57] Compiling SymbolKit Identifier.swift
[20/57] Compiling SymbolKit KindIdentifier.swift
[21/57] Compiling SymbolKit Location.swift
[22/57] Compiling SymbolKit Mutability.swift
[23/57] Compiling SymbolKit SemanticVersion.swift
[24/57] Compiling SymbolKit AccessControl.swift
[25/57] Compiling SymbolKit Availability.swift
[26/57] Compiling SymbolKit AvailabilityItem.swift
[27/57] Compiling SymbolKit Domain.swift
[28/57] Compiling SymbolKit DeclarationFragments.swift
[29/57] Compiling SymbolKit Fragment.swift
[30/57] Compiling SymbolKit FragmentKind.swift
[31/57] Compiling SymbolKit FunctionParameter.swift
[32/57] Compiling SymbolKit FunctionSignature.swift
[33/57] Emitting module SymbolKit
[34/57] Compiling SymbolKit Names.swift
[35/57] Compiling SymbolKit SPI.swift
[36/57] Compiling SymbolKit Snippet.swift
[37/57] Compiling SymbolKit Extension.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit GenericConstraint.swift
[43/57] Compiling SymbolKit GenericParameter.swift
[44/57] Compiling SymbolKit Generics.swift
[45/57] Compiling SymbolKit Namespace.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.57s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/8] Compiling RetroKit RetroState.swift
[3/8] Emitting module RetroKit
[4/8] Compiling RetroKit RetroSetting.swift
[5/8] Compiling RetroKit RetroSettings.swift
[6/8] Compiling RetroKit RetroStateItem.swift
[7/8] Compiling RetroKit RetroPlatform.swift
[8/8] Compiling RetroKit RetroInput.swift
Build of target: 'RetroKit' complete! (0.84s)
     176
2	/Users/admin/builder/spi-builder-workspace/.docs/dev-retro/retrokit/0.1.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dev-retro/retrokit/0.1.2
File count: 176
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-dev-retro-retrokit-0.1.2-a7d00539.zip to s3://spi-docs-inbox/prod-dev-retro-retrokit-0.1.2-a7d00539.zip
Copying... [15%]
Copying... [29%]
Copying... [44%]
Copying... [58%]
Copying... [73%]
Copying... [87%]
Copying... [100%]
Done.