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 KipplePlugins with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KipplePlugins.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bdrelling/KipplePlugins
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aed2eac Added .devcontainer.json for Linux development
Cloned https://github.com/bdrelling/KipplePlugins.git
Revision (git rev-parse @):
aed2eace190cdd6c719c7af9174356881c880593
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KipplePlugins.git at main
Fetching https://github.com/bdrelling/KippleTools from cache
Fetched https://github.com/bdrelling/KippleTools (0.16s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.1 (0.36s)
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/nicklockwood/SwiftFormat (0.28s)
Fetched https://github.com/apple/swift-argument-parser (0.35s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.53.2 (0.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.0 (0.02s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.53.2
Creating working copy for https://github.com/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "kippleplugins",
      "name": "KipplePlugins",
      "url": "https://github.com/bdrelling/KipplePlugins.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KipplePlugins",
      "dependencies": [
        {
          "identity": "kippletools",
          "name": "KippleTools",
          "url": "https://github.com/bdrelling/KippleTools",
          "version": "0.5.1",
          "path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KippleTools",
          "dependencies": [
            {
              "identity": "swift-argument-parser",
              "name": "swift-argument-parser",
              "url": "https://github.com/apple/swift-argument-parser",
              "version": "1.3.0",
              "path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
              "dependencies": [
              ]
            },
            {
              "identity": "swiftformat",
              "name": "SwiftFormat",
              "url": "https://github.com/nicklockwood/SwiftFormat",
              "version": "0.53.2",
              "path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormat",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bdrelling/KipplePlugins.git from cache
Fetched https://github.com/bdrelling/KipplePlugins.git (0.24s)
Fetching https://github.com/bdrelling/KippleTools from cache
Fetched https://github.com/bdrelling/KippleTools (0.17s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.1 (0.02s)
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/nicklockwood/SwiftFormat (0.22s)
Fetched https://github.com/apple/swift-argument-parser (0.27s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.53.2 (0.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.0 (0.03s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.53.2
Creating working copy for https://github.com/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.1
Creating working copy for https://github.com/bdrelling/KipplePlugins.git
Working copy of https://github.com/bdrelling/KipplePlugins.git resolved at main
Found 1 product dependencies
  - KippleTools
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/bdrelling/KipplePlugins.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Format
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin SwiftFormatPlugin
Building for debugging...
[3/9] Copying app.gitignore
[3/9] Copying default.gitignore
[3/9] Copying default.swiftformat
[3/9] Copying default.swiftlint.yml
[7/9] Copying pre-commit
[9/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/28] Emitting module ArgumentParserToolInfo
[11/65] Emitting module ArgumentParser
[12/70] Compiling ArgumentParser Option.swift
[13/70] Compiling ArgumentParser OptionGroup.swift
[14/70] Compiling ArgumentParser AsyncParsableCommand.swift
[15/70] Compiling ArgumentParser CommandConfiguration.swift
[16/70] Compiling ArgumentParser EnumerableFlag.swift
[17/70] Compiling ArgumentParser CollectionExtensions.swift
[18/70] Compiling ArgumentParser Platform.swift
[19/70] Compiling ArgumentParser SequenceExtensions.swift
[20/70] Compiling ArgumentParser StringExtensions.swift
[21/70] Compiling ArgumentParser Tree.swift
[22/70] Compiling ArgumentParser Name.swift
[23/70] Compiling ArgumentParser Parsed.swift
[24/70] Compiling ArgumentParser ParsedValues.swift
[25/70] Compiling ArgumentParser ParserError.swift
[26/70] Compiling ArgumentParser SplitArguments.swift
[27/70] Compiling ArgumentParser ArgumentDefinition.swift
[28/70] Compiling ArgumentParser ArgumentSet.swift
[29/70] Compiling ArgumentParser CommandParser.swift
[30/70] Compiling ArgumentParser InputKey.swift
[31/70] Compiling ArgumentParser InputOrigin.swift
[32/70] Compiling ArgumentParser ExpressibleByArgument.swift
[33/70] Compiling ArgumentParser ParsableArguments.swift
[34/70] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/70] Compiling ArgumentParser ParsableCommand.swift
[36/70] Compiling ArgumentParser ArgumentDecoder.swift
[37/70] Compiling ArgumentParser DumpHelpGenerator.swift
[38/70] Compiling ArgumentParser HelpCommand.swift
[39/70] Compiling ArgumentParser HelpGenerator.swift
[40/70] Compiling ArgumentParser MessageInfo.swift
[41/70] Compiling ArgumentParser UsageGenerator.swift
[42/70] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/70] Compiling ArgumentParser CompletionsGenerator.swift
[44/70] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/70] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/70] Compiling ArgumentParser Argument.swift
[47/70] Compiling ArgumentParser ArgumentHelp.swift
[48/70] Compiling ArgumentParser ArgumentVisibility.swift
[49/70] Compiling ArgumentParser CompletionKind.swift
[50/70] Compiling ArgumentParser Errors.swift
[51/70] Compiling ArgumentParser Flag.swift
[52/70] Compiling ArgumentParser NameSpecification.swift
[53/73] Emitting module KippleToolsCore
[54/73] Compiling KippleToolsCore VerboseLogging.swift
[55/73] Compiling KippleToolsCore ConfiguredProcess.swift
[69/75] Emitting module SwiftFormat
[73/75] Compiling SwiftFormat SwiftFormat.swift
[74/75] Compiling SwiftFormat Tokenizer.swift
[75/83] Compiling KippleFramework UninstallCommand.swift
[76/84] Compiling KippleFramework resource_bundle_accessor.swift
[77/84] Compiling KippleFramework SetupCommand.swift
[78/84] Compiling KippleFramework SwiftFormat.swift
[79/84] Compiling KippleFramework MainCommand.swift
[80/84] Compiling KippleFramework InstallCommand.swift
[81/84] Compiling KippleFramework FormatCommand.swift
[82/84] Emitting module KippleFramework
[83/84] Compiling KippleFramework FileFormatter.swift
[84/86] Emitting module kipple
[85/86] Compiling kipple main.swift
[85/86] Linking kipple
Build complete! (46.78s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $workDir/.docs/bdrelling/kippleplugins/main
Repository:               bdrelling/KipplePlugins
Swift version used:       5.9
Target:                   Format
Updating https://github.com/bdrelling/KippleTools
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/nicklockwood/SwiftFormat
Updated https://github.com/apple/swift-argument-parser (0.21s)
Updated https://github.com/bdrelling/KippleTools (0.21s)
Updated https://github.com/nicklockwood/SwiftFormat (0.21s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.21s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.1 (0.42s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.53.2 (0.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.0 (0.05s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.03s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.29s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.05s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[1/45] Compiling SymbolKit SPI.swift
[2/45] Compiling SymbolKit Snippet.swift
[3/45] Compiling SymbolKit Extension.swift
[4/45] Compiling SymbolKit GenericConstraint.swift
[5/45] Compiling SymbolKit GenericParameter.swift
[6/45] Compiling SymbolKit FunctionSignature.swift
[7/45] Compiling SymbolKit Identifier.swift
[8/45] Compiling SymbolKit KindIdentifier.swift
[9/45] Compiling SymbolKit Location.swift
[10/45] Compiling SymbolKit Mutability.swift
[11/45] Compiling SymbolKit Names.swift
[12/50] Compiling SymbolKit SourceOrigin.swift
[13/50] Compiling SymbolKit GenericConstraints.swift
[14/50] Compiling SymbolKit Swift.swift
[15/50] Compiling SymbolKit SemanticVersion.swift
[16/50] Compiling SymbolKit AccessControl.swift
[17/50] Compiling SymbolKit Availability.swift
[18/50] Compiling SymbolKit Metadata.swift
[19/50] Compiling SymbolKit Module.swift
[20/50] Compiling SymbolKit OperatingSystem.swift
[21/50] Compiling SymbolKit Platform.swift
[22/50] Compiling SymbolKit Relationship.swift
[23/50] Compiling SymbolKit RelationshipKind.swift
[24/50] Compiling SymbolKit Mixin+Equals.swift
[25/50] Compiling SymbolKit Mixin+Hash.swift
[26/50] Compiling SymbolKit Mixin.swift
[27/50] Compiling SymbolKit LineList.swift
[28/50] Compiling SymbolKit Position.swift
[29/50] Compiling SymbolKit SourceRange.swift
[30/50] Compiling SymbolKit Generics.swift
[31/50] Compiling SymbolKit Namespace.swift
[32/50] Compiling SymbolKit Symbol.swift
[33/50] Compiling SymbolKit SymbolKind.swift
[34/50] Compiling SymbolKit SymbolGraph.swift
[35/50] Compiling SymbolKit AvailabilityItem.swift
[36/50] Compiling SymbolKit Domain.swift
[37/50] Compiling SymbolKit DeclarationFragments.swift
[38/50] Compiling SymbolKit Fragment.swift
[39/50] Compiling SymbolKit FragmentKind.swift
[40/50] Compiling SymbolKit FunctionParameter.swift
[41/50] Emitting module SymbolKit
[42/50] Compiling SymbolKit GraphCollector.swift
[43/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[44/50] Compiling SymbolKit UnifiedSymbol.swift
[45/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[46/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[47/50] Emitting module Snippets
[48/50] Compiling Snippets SnippetParser.swift
[49/50] Compiling Snippets Snippet.swift
[50/54] Compiling snippet_extract URL+Status.swift
[51/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[52/54] Emitting module snippet_extract
[53/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Linking snippet-extract
Build complete! (2.44s)
error: no target named 'Format'
compatible targets: none
       1
0	/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/bdrelling/kippleplugins/main
✅  Doc result (uploading) reported
Error while generating docs: Error Domain=NSCocoaErrorDomain Code=260 "The folder “documentation” doesn’t exist." UserInfo={NSFilePath=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/bdrelling/kippleplugins/main/documentation, NSUserStringVariant=(
    Folder
), NSUnderlyingError=0x600001394060 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
✅  Doc result (failed) reported
Done.