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 XcodeIssueReporting, reference 1.4.1 (76165b), with Swift 6.1 for Linux on 27 Apr 2025 04:04:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/jhonatn/XcodeIssueReporting.git
Reference: 1.4.1
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/jhonatn/XcodeIssueReporting
 * tag               1.4.1      -> FETCH_HEAD
HEAD is now at 76165bb README: Added SPI's compatibility badges
Cloned https://github.com/jhonatn/XcodeIssueReporting.git
Revision (git rev-parse @):
76165bb2c12adee23d3d9f4ed0b475c9c438d94a
SUCCESS checkout https://github.com/jhonatn/XcodeIssueReporting.git at 1.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jhonatn/XcodeIssueReporting.git
https://github.com/jhonatn/XcodeIssueReporting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.32.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    }
  ],
  "manifest_display_name" : "XcodeIssueReporting",
  "name" : "XcodeIssueReporting",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "XcodeIssueReporting",
      "targets" : [
        "XcodeIssueReporting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XcodeIssueReportingForSourceKitten",
      "targets" : [
        "XcodeIssueReportingForSourceKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeIssueReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReportingTests",
      "path" : "Tests/XcodeIssueReportingTests",
      "sources" : [
        "XcodeIssueReportingTests.swift"
      ],
      "target_dependencies" : [
        "XcodeIssueReporting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeIssueReportingForSourceKitten",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReportingForSourceKitten",
      "path" : "Sources/XcodeIssueReportingForSourceKitten",
      "product_dependencies" : [
        "SourceKittenFramework"
      ],
      "product_memberships" : [
        "XcodeIssueReportingForSourceKitten"
      ],
      "sources" : [
        "Issue+SourceKitten.swift"
      ],
      "target_dependencies" : [
        "XcodeIssueReporting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeIssueReporting",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReporting",
      "path" : "Sources/XcodeIssueReporting",
      "product_memberships" : [
        "XcodeIssueReporting",
        "XcodeIssueReportingForSourceKitten"
      ],
      "sources" : [
        "Issue.swift",
        "IssueLocation.swift",
        "IssueType.swift",
        "Reporting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/jpsim/SourceKitten.git
[1/16112] Fetching sourcekitten
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.08s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (1.66s)
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/2820] Fetching swxmlhash
[2821/13109] Fetching swxmlhash, yams
[5600/28059] Fetching swxmlhash, yams, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.76s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.77s)
Fetched https://github.com/jpsim/Yams.git from cache (1.80s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (2.39s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.52s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.55s)
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/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write sources
[6/15] Compiling Clang_C Clang_C.c
[7/15] Compiling writer.c
[8/15] Compiling reader.c
[9/15] Compiling parser.c
[10/15] Compiling emitter.c
[11/15] Compiling api.c
[12/15] Compiling SourceKit SourceKit.c
[13/15] Write swift-version-24593BA9C3E375BF.txt
[14/15] Compiling scanner.c
[16/63] Compiling SWXMLHash Stack.swift
[17/63] Compiling SWXMLHash String+Extensions.swift
[18/65] Compiling XcodeIssueReporting Reporting.swift
[19/65] Emitting module SWXMLHash
[20/68] Compiling Yams YamlError.swift
[21/68] Compiling Yams YamlTagProviding.swift
[25/68] Compiling SWXMLHash Double+XMLDeserialization.swift
[26/68] Compiling SWXMLHash Float+XMLDeserialization.swift
[27/68] Compiling SWXMLHash Int+XMLDeserialization.swift
[28/68] Compiling SWXMLHash String+XMLDeserialization.swift
[29/68] Compiling SWXMLHash IndexingError.swift
[30/68] Compiling SWXMLHash ParsingError.swift
[31/68] Compiling SWXMLHash IndexOp.swift
[32/68] Compiling SWXMLHash LazyXMLParser.swift
[34/68] Emitting module Yams
[35/68] Compiling SWXMLHash XMLContent.swift
[36/68] Compiling SWXMLHash XMLElement.swift
[37/68] Compiling SWXMLHash XMLHash.swift
[40/68] Compiling SWXMLHash XMLDeserializationError.swift
[41/68] Compiling SWXMLHash FullXMLParser.swift
[42/68] Compiling SWXMLHash XMLAttributeDeserializable.swift
[43/68] Compiling SWXMLHash XMLElementDeserializable.swift
[44/68] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[45/68] Compiling SWXMLHash XMLObjectDeserialization.swift
[46/68] Compiling XcodeIssueReporting IssueType.swift
[47/68] Compiling XcodeIssueReporting Issue.swift
[48/68] Emitting module XcodeIssueReporting
[49/68] Compiling XcodeIssueReporting IssueLocation.swift
[50/69] Compiling SWXMLHash XMLValueDeserialization.swift
[51/69] Compiling SWXMLHash Bool+XMLDeserialization.swift
[68/70] Compiling SWXMLHash XMLHashOptions.swift
[69/70] Compiling SWXMLHash XMLIndexer.swift
[70/70] Compiling SWXMLHash shim.swift
[72/114] Emitting module SourceKittenFramework
[73/120] Compiling SourceKittenFramework Language.swift
[74/120] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[75/120] Compiling SourceKittenFramework Line.swift
[76/120] Compiling SourceKittenFramework LinuxCompatibility.swift
[77/120] Compiling SourceKittenFramework Module.swift
[78/120] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[79/120] Compiling SourceKittenFramework ByteCount.swift
[80/120] Compiling SourceKittenFramework ByteRange.swift
[81/120] Compiling SourceKittenFramework Clang+SourceKitten.swift
[82/120] Compiling SourceKittenFramework ClangTranslationUnit.swift
[83/120] Compiling SourceKittenFramework CodeCompletionItem.swift
[84/120] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[85/120] Compiling SourceKittenFramework Dictionary+Merge.swift
[86/120] Compiling SourceKittenFramework Documentation.swift
[87/120] Compiling SourceKittenFramework Exec.swift
[88/120] Compiling SourceKittenFramework File+Hashable.swift
[89/120] Compiling SourceKittenFramework File.swift
[90/120] Compiling SourceKittenFramework JSONOutput.swift
[91/120] Compiling SourceKittenFramework OffsetMap.swift
[92/120] Compiling SourceKittenFramework Parameter.swift
[93/120] Compiling SourceKittenFramework Request.swift
[94/120] Compiling SourceKittenFramework SourceDeclaration.swift
[95/120] Compiling SourceKittenFramework SourceKitObject.swift
[96/120] Compiling SourceKittenFramework SourceLocation.swift
[97/120] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[98/120] Compiling SourceKittenFramework SwiftDocKey.swift
[99/120] Compiling SourceKittenFramework SwiftDocs.swift
[100/120] Compiling SourceKittenFramework SwiftVersion.swift
[101/120] Compiling SourceKittenFramework SyntaxKind.swift
[102/120] Compiling SourceKittenFramework SyntaxMap.swift
[103/120] Compiling SourceKittenFramework StatementKind.swift
[104/120] Compiling SourceKittenFramework String+SourceKitten.swift
[105/120] Compiling SourceKittenFramework StringView+SourceKitten.swift
[106/120] Compiling SourceKittenFramework StringView.swift
[107/120] Compiling SourceKittenFramework Structure.swift
[108/120] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[109/120] Compiling SourceKittenFramework SyntaxToken.swift
[110/120] Compiling SourceKittenFramework Text.swift
[111/120] Compiling SourceKittenFramework UID.swift
[112/120] Compiling SourceKittenFramework UIDRepresentable.swift
[113/120] Compiling SourceKittenFramework UncheckedSendable.swift
[114/120] Compiling SourceKittenFramework Version.swift
[115/120] Compiling SourceKittenFramework WindowsError.swift
[116/120] Compiling SourceKittenFramework Xcode.swift
[117/120] Compiling SourceKittenFramework XcodeBuildSetting.swift
[118/120] Compiling SourceKittenFramework library_wrapper.swift
[119/120] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[120/120] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[122/123] Emitting module XcodeIssueReportingForSourceKitten
[123/123] Compiling XcodeIssueReportingForSourceKitten Issue+SourceKitten.swift
Build complete! (26.85s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.32.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    }
  ],
  "manifest_display_name" : "XcodeIssueReporting",
  "name" : "XcodeIssueReporting",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "XcodeIssueReporting",
      "targets" : [
        "XcodeIssueReporting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XcodeIssueReportingForSourceKitten",
      "targets" : [
        "XcodeIssueReportingForSourceKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeIssueReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReportingTests",
      "path" : "Tests/XcodeIssueReportingTests",
      "sources" : [
        "XcodeIssueReportingTests.swift"
      ],
      "target_dependencies" : [
        "XcodeIssueReporting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeIssueReportingForSourceKitten",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReportingForSourceKitten",
      "path" : "Sources/XcodeIssueReportingForSourceKitten",
      "product_dependencies" : [
        "SourceKittenFramework"
      ],
      "product_memberships" : [
        "XcodeIssueReportingForSourceKitten"
      ],
      "sources" : [
        "Issue+SourceKitten.swift"
      ],
      "target_dependencies" : [
        "XcodeIssueReporting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeIssueReporting",
      "module_type" : "SwiftTarget",
      "name" : "XcodeIssueReporting",
      "path" : "Sources/XcodeIssueReporting",
      "product_memberships" : [
        "XcodeIssueReporting",
        "XcodeIssueReportingForSourceKitten"
      ],
      "sources" : [
        "Issue.swift",
        "IssueLocation.swift",
        "IssueType.swift",
        "Reporting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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.