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 ParserAutograph, reference 1.0.0 (e9f7a9), with Swift 6.1 for Linux on 25 Apr 2025 12:46:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RedMadRobot/parser-autograph.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/RedMadRobot/parser-autograph
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at e9f7a9e Initial commit.
Cloned https://github.com/RedMadRobot/parser-autograph.git
Revision (git rev-parse @):
e9f7a9e54cf32c871f718e421db3d2a2e936263b
SUCCESS checkout https://github.com/RedMadRobot/parser-autograph.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RedMadRobot/parser-autograph.git
https://github.com/RedMadRobot/parser-autograph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "autograph",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RedMadRobot/autograph"
    }
  ],
  "manifest_display_name" : "ParserAutograph",
  "name" : "ParserAutograph",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ParserAutograph",
      "targets" : [
        "ParserAutograph"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParserAutographTests",
      "module_type" : "SwiftTarget",
      "name" : "ParserAutographTests",
      "path" : "Tests/ParserAutographTests",
      "sources" : [
        "ParserAutographTestCase.swift"
      ],
      "target_dependencies" : [
        "ParserAutograph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParserAutograph",
      "module_type" : "SwiftTarget",
      "name" : "ParserAutograph",
      "path" : "Sources/ParserAutograph",
      "product_dependencies" : [
        "Autograph"
      ],
      "product_memberships" : [
        "ParserAutograph"
      ],
      "sources" : [
        "App.swift",
        "Model/Extensible.swift",
        "Model/Model.swift",
        "Utility/String.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/RedMadRobot/autograph
[1/37] Fetching autograph
Fetched https://github.com/RedMadRobot/autograph from cache (0.37s)
Computing version for https://github.com/RedMadRobot/autograph
Computed https://github.com/RedMadRobot/autograph at 1.1.1 (3.84s)
Fetching https://github.com/RedMadRobot/synopsis
[1/109] Fetching synopsis
Fetched https://github.com/RedMadRobot/synopsis from cache (0.24s)
Computing version for https://github.com/RedMadRobot/synopsis
Computed https://github.com/RedMadRobot/synopsis at 1.1.1 (1.44s)
Fetching https://github.com/jpsim/SourceKitten
[1/16112] Fetching sourcekitten
Fetched https://github.com/jpsim/SourceKitten from cache (1.93s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.37.0 (6.01s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/10289] Fetching yams
[2/13109] Fetching yams, swxmlhash
[2519/28022] Fetching yams, swxmlhash, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.82s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.83s)
[8540/10289] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.71s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (3.96s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.03s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (1.26s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/RedMadRobot/synopsis
Working copy of https://github.com/RedMadRobot/synopsis resolved at 1.1.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/RedMadRobot/autograph
Working copy of https://github.com/RedMadRobot/autograph resolved at 1.1.1
Creating working copy for https://github.com/jpsim/SourceKitten
Working copy of https://github.com/jpsim/SourceKitten resolved at 0.37.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/24] Write sources
[6/24] Compiling SourceKit SourceKit.c
[7/24] Compiling Clang_C Clang_C.c
[8/24] Write sources
[9/24] Compiling reader.c
[10/24] Compiling parser.c
[11/24] Compiling api.c
[12/24] Compiling emitter.c
[13/24] Compiling scanner.c
[14/24] Write swift-version-24593BA9C3E375BF.txt
[14/24] Compiling writer.c
[17/67] Emitting module SWXMLHash
[18/70] Emitting module Yams
[19/72] Compiling SWXMLHash IndexingError.swift
[20/72] Compiling SWXMLHash IndexOp.swift
[21/72] Compiling SWXMLHash XMLHashOptions.swift
[22/72] Compiling SWXMLHash XMLIndexer.swift
[23/72] Compiling SWXMLHash shim.swift
[24/72] Compiling SWXMLHash XMLAttributeDeserializable.swift
[25/72] Compiling SWXMLHash XMLElementDeserializable.swift
[26/72] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[27/72] Compiling SWXMLHash XMLObjectDeserialization.swift
[28/72] Compiling SWXMLHash XMLContent.swift
[29/72] Compiling SWXMLHash XMLElement.swift
[30/72] Compiling SWXMLHash XMLHash.swift
[31/72] Compiling SWXMLHash String+Extensions.swift
[32/72] Compiling SWXMLHash TextElement.swift
[33/72] Compiling SWXMLHash XMLAttribute.swift
[34/72] Compiling Yams YamlError.swift
[35/72] Compiling Yams YamlTagProviding.swift
[36/72] Compiling SWXMLHash ParsingError.swift
[37/72] Compiling SWXMLHash XMLDeserializationError.swift
[38/72] Compiling SWXMLHash FullXMLParser.swift
[39/72] Compiling SWXMLHash XMLValueDeserialization.swift
[40/72] Compiling SWXMLHash Bool+XMLDeserialization.swift
[41/72] Compiling SWXMLHash Double+XMLDeserialization.swift
[42/72] Compiling SWXMLHash Float+XMLDeserialization.swift
[43/72] Compiling SWXMLHash Int+XMLDeserialization.swift
[44/72] Compiling SWXMLHash String+XMLDeserialization.swift
[66/74] Wrapping AST for SWXMLHash for debugging
[67/74] Wrapping AST for Yams for debugging
[69/117] Compiling SourceKittenFramework SyntaxToken.swift
[70/117] Compiling SourceKittenFramework Text.swift
[71/117] Compiling SourceKittenFramework UID.swift
[72/117] Compiling SourceKittenFramework UIDRepresentable.swift
[73/117] Compiling SourceKittenFramework UncheckedSendable.swift
[74/117] Compiling SourceKittenFramework Version.swift
[75/123] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[76/123] Compiling SourceKittenFramework SwiftDocKey.swift
[77/123] Compiling SourceKittenFramework SwiftDocs.swift
[78/123] Compiling SourceKittenFramework SwiftVersion.swift
[79/123] Compiling SourceKittenFramework SyntaxKind.swift
[80/123] Compiling SourceKittenFramework SyntaxMap.swift
[81/123] Emitting module SourceKittenFramework
[82/123] Compiling SourceKittenFramework Language.swift
[83/123] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[84/123] Compiling SourceKittenFramework Line.swift
[85/123] Compiling SourceKittenFramework LinuxCompatibility.swift
[86/123] Compiling SourceKittenFramework Module.swift
[87/123] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[88/123] Compiling SourceKittenFramework ByteCount.swift
[89/123] Compiling SourceKittenFramework ByteRange.swift
[90/123] Compiling SourceKittenFramework Clang+SourceKitten.swift
[91/123] Compiling SourceKittenFramework ClangTranslationUnit.swift
[92/123] Compiling SourceKittenFramework CodeCompletionItem.swift
[93/123] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[94/123] Compiling SourceKittenFramework OffsetMap.swift
[95/123] Compiling SourceKittenFramework Parameter.swift
[96/123] Compiling SourceKittenFramework Request.swift
[97/123] Compiling SourceKittenFramework SourceDeclaration.swift
[98/123] Compiling SourceKittenFramework SourceKitObject.swift
[99/123] Compiling SourceKittenFramework SourceLocation.swift
[100/123] Compiling SourceKittenFramework Dictionary+Merge.swift
[101/123] Compiling SourceKittenFramework Documentation.swift
[102/123] Compiling SourceKittenFramework Exec.swift
[103/123] Compiling SourceKittenFramework File+Hashable.swift
[104/123] Compiling SourceKittenFramework File.swift
[105/123] Compiling SourceKittenFramework JSONOutput.swift
[106/123] Compiling SourceKittenFramework StatementKind.swift
[107/123] Compiling SourceKittenFramework String+SourceKitten.swift
[108/123] Compiling SourceKittenFramework StringView+SourceKitten.swift
[109/123] Compiling SourceKittenFramework StringView.swift
[110/123] Compiling SourceKittenFramework Structure.swift
[111/123] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[112/123] Compiling SourceKittenFramework WindowsError.swift
[113/123] Compiling SourceKittenFramework Xcode.swift
[114/123] Compiling SourceKittenFramework XcodeBuildSetting.swift
[115/123] Compiling SourceKittenFramework library_wrapper.swift
[116/123] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[117/123] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[118/124] Wrapping AST for SourceKittenFramework for debugging
[120/156] Emitting module Synopsis
[121/160] Compiling Synopsis LexemeString.swift
[122/160] Compiling Synopsis MethodDescriptionParser.swift
[123/160] Compiling Synopsis PropertyDescriptionParser.swift
[124/160] Compiling Synopsis ProtocolDescriptionParser.swift
[125/160] Compiling Synopsis Synopsis.swift
[126/160] Compiling Synopsis AnnotationParser.swift
[127/160] Compiling Synopsis ArgumentDescriptionParser.swift
[128/160] Compiling Synopsis ClassDescriptionParser.swift
[129/160] Compiling Synopsis GoodFile.swift
[130/160] Compiling Synopsis MethodDescription.swift
[131/160] Compiling Synopsis ParsingResult.swift
[132/160] Compiling Synopsis PropertyDescription.swift
[133/160] Compiling Synopsis ProtocolDescription.swift
[134/160] Compiling Synopsis StructDescription.swift
[135/160] Compiling Synopsis SynopsisError.swift
[136/160] Compiling Synopsis TypeDescription.swift
[137/160] Compiling Synopsis XcodeMessage.swift
[138/160] Compiling Synopsis EnumCaseParser.swift
[139/160] Compiling Synopsis EnumDescriptionParser.swift
[140/160] Compiling Synopsis ExtensibleParser.swift
[141/160] Compiling Synopsis FunctionDescriptionParser.swift
[142/160] Compiling Synopsis Accessibility.swift
[143/160] Compiling Synopsis Annotation.swift
[144/160] Compiling Synopsis ArgumentDescription.swift
[145/160] Compiling Synopsis ClassDescription.swift
[146/160] Compiling Synopsis CompiledStructure.swift
[147/160] Compiling Synopsis String.swift
[148/160] Compiling Synopsis StructDescriptionParser.swift
[149/160] Compiling Synopsis SwiftDocKey.swift
[150/160] Compiling Synopsis TypeParser.swift
[151/160] Compiling Synopsis Declaration.swift
[152/160] Compiling Synopsis EnumCase.swift
[153/160] Compiling Synopsis EnumDescription.swift
[154/160] Compiling Synopsis Extensible.swift
[155/160] Compiling Synopsis FunctionDescription.swift
[156/161] Wrapping AST for Synopsis for debugging
[158/169] Compiling Autograph Implementation.swift
[159/169] Compiling Autograph ExecutionParameters.swift
[160/169] Emitting module Autograph
[161/169] Compiling Autograph AutographApplication.swift
[162/169] Compiling Autograph Log.swift
[163/169] Compiling Autograph FileWriter.swift
[164/169] Compiling Autograph ExecutionParametersReader.swift
[165/169] Compiling Autograph FileFinder.swift
[166/170] Wrapping AST for Autograph for debugging
[168/176] Compiling ParserAutograph Model.swift
[169/176] Compiling ParserAutograph Extensible.swift
[170/176] Compiling ParserAutograph main.swift
[171/176] Compiling ParserAutograph App.swift
[172/176] Emitting module ParserAutograph
[173/176] Compiling ParserAutograph String.swift
[174/177] Wrapping AST for ParserAutograph for debugging
[175/177] Write Objects.LinkFileList
[176/177] Linking ParserAutograph
Build complete! (72.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "autograph",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RedMadRobot/autograph"
    }
  ],
  "manifest_display_name" : "ParserAutograph",
  "name" : "ParserAutograph",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ParserAutograph",
      "targets" : [
        "ParserAutograph"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParserAutographTests",
      "module_type" : "SwiftTarget",
      "name" : "ParserAutographTests",
      "path" : "Tests/ParserAutographTests",
      "sources" : [
        "ParserAutographTestCase.swift"
      ],
      "target_dependencies" : [
        "ParserAutograph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParserAutograph",
      "module_type" : "SwiftTarget",
      "name" : "ParserAutograph",
      "path" : "Sources/ParserAutograph",
      "product_dependencies" : [
        "Autograph"
      ],
      "product_memberships" : [
        "ParserAutograph"
      ],
      "sources" : [
        "App.swift",
        "Model/Extensible.swift",
        "Model/Model.swift",
        "Utility/String.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.