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 CDRCodable, reference master (a08b03), with Swift 6.1 for Linux on 28 Apr 2025 13:09:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/DimaRU/CDRCodable.git
Reference: master
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/DimaRU/CDRCodable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a08b036 Msg2Swift stable version dependency
Cloned https://github.com/DimaRU/CDRCodable.git
Revision (git rev-parse @):
a08b036c8edd75b237b913e5aedc2f43fe5032c0
SUCCESS checkout https://github.com/DimaRU/CDRCodable.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DimaRU/CDRCodable.git
https://github.com/DimaRU/CDRCodable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "msg2swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/Msg2swift.git"
    }
  ],
  "manifest_display_name" : "CDRCodable",
  "name" : "CDRCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CDRCodable",
      "targets" : [
        "CDRCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Msg2swiftCommand",
      "targets" : [
        "Msg2swiftCommand"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Msg2swiftCommand",
      "module_type" : "PluginTarget",
      "name" : "Msg2swiftCommand",
      "path" : "Plugins/Msg2swiftCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift model code from ROS message file.",
          "type" : "custom",
          "verb" : "msg2swift"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Add generated Swift code",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "msg2swift"
      ],
      "product_memberships" : [
        "Msg2swiftCommand"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CDRCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodableTests",
      "path" : "Tests/CDRCodableTests",
      "sources" : [
        "CDRCodableDecodingArrayKeyedTests.swift",
        "CDRCodableDecodingArrayTests.swift",
        "CDRCodableDecodingErrorTests.swift",
        "CDRCodableDecodingTests.swift",
        "CDRCodableEncodingArrayKeyedTests.swift",
        "CDRCodableEncodingArrayTests.swift",
        "CDRCodableEncodingTests.swift",
        "CDRCodableFixedArrayTests.swift",
        "CDRCodablePerformanceTests.swift",
        "CDRCodableRoundTripTests.swift",
        "CameraInfo.swift",
        "RosCommon.swift"
      ],
      "target_dependencies" : [
        "CDRCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CDRCodable",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodable",
      "path" : "Sources/CDRCodable",
      "product_memberships" : [
        "CDRCodable"
      ],
      "sources" : [
        "Decoder/CDRDecoder.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/CDREncoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "Numeric+Bytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/DimaRU/Msg2swift.git
[1/184] Fetching msg2swift
Fetched https://github.com/DimaRU/Msg2swift.git from cache (0.80s)
Computing version for https://github.com/DimaRU/Msg2swift.git
Computed https://github.com/DimaRU/Msg2swift.git at 1.0.0 (1.35s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.09s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.61s)
Creating working copy for https://github.com/DimaRU/Msg2swift.git
Working copy of https://github.com/DimaRU/Msg2swift.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin Msg2swiftCommand
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/20] Write sources
[9/20] Write swift-version-24593BA9C3E375BF.txt
[11/33] Emitting module ArgumentParserToolInfo
[12/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/34] Emitting module ArgumentParserToolInfo
[15/34] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/35] Wrapping AST for ArgumentParserToolInfo for debugging
[19/111] Compiling CDRCodable UnkeyedEncodingContainer.swift
[20/111] Compiling CDRCodable SingleValueEncodingContainer.swift
[21/111] Compiling CDRCodable KeyedEncodingContainer.swift
[22/112] Compiling CDRCodable UnkeyedDecodingContainer.swift
[23/112] Compiling CDRCodable CDREncoder.swift
[24/112] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/112] Compiling ArgumentParser CompletionsGenerator.swift
[26/112] Emitting module CDRCodable
[27/112] Compiling CDRCodable SingleValueDecodingContainer.swift
[28/112] Compiling CDRCodable Numeric+Bytes.swift
[31/113] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/113] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/113] Compiling ArgumentParser Argument.swift
[34/113] Compiling ArgumentParser ArgumentHelp.swift
[36/118] Emitting module ArgumentParser
[37/118] Compiling ArgumentParser ArgumentVisibility.swift
[38/118] Compiling ArgumentParser CompletionKind.swift
[39/118] Compiling ArgumentParser Errors.swift
[40/118] Compiling ArgumentParser Flag.swift
[41/118] Compiling ArgumentParser NameSpecification.swift
[42/118] Compiling ArgumentParser Option.swift
[43/118] Emitting module ArgumentParser
[56/123] Compiling ArgumentParser Name.swift
[57/123] Compiling ArgumentParser Parsed.swift
[58/123] Compiling ArgumentParser ParsedValues.swift
[59/123] Compiling ArgumentParser ParserError.swift
[60/123] Compiling ArgumentParser SplitArguments.swift
[61/123] Compiling ArgumentParser DumpHelpGenerator.swift
[62/123] Compiling ArgumentParser HelpCommand.swift
[63/123] Compiling ArgumentParser HelpGenerator.swift
[64/123] Compiling ArgumentParser MessageInfo.swift
[65/123] Compiling ArgumentParser UsageGenerator.swift
[76/123] Compiling ArgumentParser ExpressibleByArgument.swift
[77/123] Compiling ArgumentParser ParsableArguments.swift
[78/123] Compiling ArgumentParser ParsableArgumentsValidation.swift
[79/123] Compiling ArgumentParser ParsableCommand.swift
[80/123] Compiling ArgumentParser ArgumentDecoder.swift
[81/123] Compiling ArgumentParser ArgumentDefinition.swift
[82/123] Compiling ArgumentParser ArgumentSet.swift
[83/123] Compiling ArgumentParser CommandParser.swift
[84/123] Compiling ArgumentParser InputKey.swift
[85/123] Compiling ArgumentParser InputOrigin.swift
[86/123] Compiling ArgumentParser OptionGroup.swift
[87/123] Compiling ArgumentParser AsyncParsableCommand.swift
[88/123] Compiling ArgumentParser CommandConfiguration.swift
[89/123] Compiling ArgumentParser CommandGroup.swift
[90/123] Compiling ArgumentParser EnumerableFlag.swift
[91/123] Compiling ArgumentParser CollectionExtensions.swift
[92/123] Compiling ArgumentParser Platform.swift
[93/123] Compiling ArgumentParser SequenceExtensions.swift
[94/123] Compiling ArgumentParser StringExtensions.swift
[95/123] Compiling ArgumentParser Tree.swift
[111/124] Wrapping AST for ArgumentParser for debugging
[119/131] Compiling msg2swift ReservedWords.swift
[119/131] Wrapping AST for ArgumentParser for debugging
[121/137] Compiling msg2swift ConverFromSnakeCase.swift
[122/137] Emitting module msg2swift
[123/137] Compiling msg2swift Msg2swift.swift
[124/137] Compiling msg2swift StringProtocol+Extensions.swift
[125/137] Compiling msg2swift SwiftGenerator.swift
[127/138] Compiling msg2swift ConverFromSnakeCase.swift
[128/138] Compiling msg2swift ReservedWords.swift
[129/138] Emitting module msg2swift
[130/138] Compiling msg2swift Msg2swift.swift
[130/138] Wrapping AST for msg2swift for debugging
[131/138] Write Objects.LinkFileList
[133/138] Compiling msg2swift SwiftGenerator.swift
[134/138] Compiling msg2swift StringProtocol+Extensions.swift
[135/139] Linking msg2swift-tool
[136/139] Wrapping AST for msg2swift for debugging
[137/139] Write Objects.LinkFileList
[138/139] Linking msg2swift
Build complete! (21.14s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "msg2swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/Msg2swift.git"
    }
  ],
  "manifest_display_name" : "CDRCodable",
  "name" : "CDRCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CDRCodable",
      "targets" : [
        "CDRCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Msg2swiftCommand",
      "targets" : [
        "Msg2swiftCommand"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Msg2swiftCommand",
      "module_type" : "PluginTarget",
      "name" : "Msg2swiftCommand",
      "path" : "Plugins/Msg2swiftCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift model code from ROS message file.",
          "type" : "custom",
          "verb" : "msg2swift"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Add generated Swift code",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "msg2swift"
      ],
      "product_memberships" : [
        "Msg2swiftCommand"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CDRCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodableTests",
      "path" : "Tests/CDRCodableTests",
      "sources" : [
        "CDRCodableDecodingArrayKeyedTests.swift",
        "CDRCodableDecodingArrayTests.swift",
        "CDRCodableDecodingErrorTests.swift",
        "CDRCodableDecodingTests.swift",
        "CDRCodableEncodingArrayKeyedTests.swift",
        "CDRCodableEncodingArrayTests.swift",
        "CDRCodableEncodingTests.swift",
        "CDRCodableFixedArrayTests.swift",
        "CDRCodablePerformanceTests.swift",
        "CDRCodableRoundTripTests.swift",
        "CameraInfo.swift",
        "RosCommon.swift"
      ],
      "target_dependencies" : [
        "CDRCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CDRCodable",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodable",
      "path" : "Sources/CDRCodable",
      "product_memberships" : [
        "CDRCodable"
      ],
      "sources" : [
        "Decoder/CDRDecoder.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/CDREncoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "Numeric+Bytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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.