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 main (76165b), with Swift 6.1 for Linux on 27 Apr 2025 04:04:31 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/jhonatn/XcodeIssueReporting.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-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/jpsim/SourceKitten.git
[1/16112] Fetching sourcekitten
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.23s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (1.86s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
[2709/13109] Fetching swxmlhash, yams
[3439/28059] Fetching swxmlhash, yams, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.46s)
[1067/25239] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.04s)
[7100/10289] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.55s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (2.09s)
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.66s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (1.04s)
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
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write sources
[6/15] Compiling Clang_C Clang_C.c
[7/15] Compiling SourceKit SourceKit.c
[8/15] Compiling writer.c
[9/15] Compiling reader.c
[10/15] Compiling api.c
[11/15] Compiling parser.c
[12/15] Compiling emitter.c
[13/15] Compiling scanner.c
[14/15] Write swift-version-24593BA9C3E375BF.txt
[16/63] Compiling SWXMLHash Double+XMLDeserialization.swift
[17/63] Compiling SWXMLHash Float+XMLDeserialization.swift
[18/65] Compiling XcodeIssueReporting Reporting.swift
[19/65] Compiling Yams YamlError.swift
[20/65] Compiling Yams YamlTagProviding.swift
[21/65] Emitting module XcodeIssueReporting
[22/65] Emitting module Yams
[23/65] Compiling SWXMLHash XMLAttributeDeserializable.swift
[24/65] Compiling SWXMLHash XMLElementDeserializable.swift
[25/65] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[26/65] Compiling XcodeIssueReporting IssueType.swift
[27/65] Compiling SWXMLHash IndexOp.swift
[28/65] Compiling SWXMLHash LazyXMLParser.swift
[29/65] Compiling SWXMLHash Stack.swift
[30/65] Compiling SWXMLHash ParsingError.swift
[31/65] Compiling SWXMLHash XMLDeserializationError.swift
[32/68] Compiling XcodeIssueReporting IssueLocation.swift
[33/68] Compiling XcodeIssueReporting Issue.swift
[34/69] Compiling SWXMLHash String+Extensions.swift
[35/69] Compiling SWXMLHash TextElement.swift
[36/69] Compiling SWXMLHash XMLAttribute.swift
[37/69] Compiling SWXMLHash XMLContent.swift
[40/69] Emitting module SWXMLHash
[44/69] Compiling SWXMLHash XMLObjectDeserialization.swift
[48/69] Compiling SWXMLHash Int+XMLDeserialization.swift
[49/69] Compiling SWXMLHash String+XMLDeserialization.swift
[50/69] Compiling SWXMLHash IndexingError.swift
[52/69] Compiling SWXMLHash XMLValueDeserialization.swift
[53/69] Compiling SWXMLHash Bool+XMLDeserialization.swift
[54/69] Compiling SWXMLHash FullXMLParser.swift
[68/70] Compiling SWXMLHash XMLHashOptions.swift
[69/70] Compiling SWXMLHash XMLIndexer.swift
[70/70] Compiling SWXMLHash shim.swift
[72/114] Compiling SourceKittenFramework ByteCount.swift
[73/114] Compiling SourceKittenFramework ByteRange.swift
[74/114] Compiling SourceKittenFramework Clang+SourceKitten.swift
[75/114] Compiling SourceKittenFramework ClangTranslationUnit.swift
[76/114] Compiling SourceKittenFramework CodeCompletionItem.swift
[77/114] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[78/114] Emitting module SourceKittenFramework
[79/120] Compiling SourceKittenFramework Language.swift
[80/120] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[81/120] Compiling SourceKittenFramework Line.swift
[82/120] Compiling SourceKittenFramework LinuxCompatibility.swift
[83/120] Compiling SourceKittenFramework Module.swift
[84/120] Compiling SourceKittenFramework ObjCDeclarationKind.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 SyntaxToken.swift
[92/120] Compiling SourceKittenFramework Text.swift
[93/120] Compiling SourceKittenFramework UID.swift
[94/120] Compiling SourceKittenFramework UIDRepresentable.swift
[95/120] Compiling SourceKittenFramework UncheckedSendable.swift
[96/120] Compiling SourceKittenFramework Version.swift
[97/120] Compiling SourceKittenFramework OffsetMap.swift
[98/120] Compiling SourceKittenFramework Parameter.swift
[99/120] Compiling SourceKittenFramework Request.swift
[100/120] Compiling SourceKittenFramework SourceDeclaration.swift
[101/120] Compiling SourceKittenFramework SourceKitObject.swift
[102/120] Compiling SourceKittenFramework SourceLocation.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 SwiftDeclarationKind.swift
[110/120] Compiling SourceKittenFramework SwiftDocKey.swift
[111/120] Compiling SourceKittenFramework SwiftDocs.swift
[112/120] Compiling SourceKittenFramework SwiftVersion.swift
[113/120] Compiling SourceKittenFramework SyntaxKind.swift
[114/120] Compiling SourceKittenFramework SyntaxMap.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! (30.23s)
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.