The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Sitrep, reference 3.0.0 (ffd112), with Swift 6.1 for Android on 28 May 2025 19:52:45 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/Sitrep.git
Reference: 3.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/twostraws/Sitrep
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at ffd1128 Moving up to the stable SwiftSyntax release for Swift 5.8.
Cloned https://github.com/twostraws/Sitrep.git
Revision (git rev-parse @):
ffd112887aad012299cb2b4d18540ed26b883d6e
SUCCESS checkout https://github.com/twostraws/Sitrep.git at 3.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/twostraws/Sitrep.git
https://github.com/twostraws/Sitrep.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.0",
            "upper_bound" : "509.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Sitrep",
  "name" : "Sitrep",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SitrepCore",
      "targets" : [
        "SitrepCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Sitrep",
      "targets" : [
        "Sitrep"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SitrepCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SitrepCoreTests",
      "path" : "Tests/SitrepCoreTests",
      "sources" : [
        "SitrepCoreTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SitrepCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SitrepCore",
      "module_type" : "SwiftTarget",
      "name" : "SitrepCore",
      "path" : "Sources/SitrepCore",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "SitrepCore",
        "Sitrep"
      ],
      "sources" : [
        "BodyStripper.swift",
        "Comment.swift",
        "Configuration.swift",
        "Extensions.swift",
        "File.swift",
        "FileVisitor.swift",
        "Function.swift",
        "Node.swift",
        "Report.swift",
        "Results.swift",
        "Scan.swift",
        "Type.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sitrep",
      "module_type" : "SwiftTarget",
      "name" : "Sitrep",
      "path" : "Sources/Sitrep",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Sitrep"
      ],
      "sources" : [
        "Command.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SitrepCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-syntax.git
[1/10657] Fetching yams
[2/26008] Fetching yams, swift-argument-parser
[20574/96457] Fetching yams, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (3.29s)
[78993/81106] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (7.95s)
Fetched https://github.com/apple/swift-syntax.git from cache (7.97s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (12.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.11s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.08s)
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
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 508.0.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/32] Write sources
[10/32] Compiling writer.c
[11/32] Compiling reader.c
[12/32] Compiling parser.c
[13/32] Compiling api.c
[14/32] Write swift-version-24593BA9C3E375BF.txt
[15/32] Compiling emitter.c
[16/32] Compiling scanner.c
[18/92] Compiling Yams Tag.swift
[19/92] Compiling Yams YamlAnchorProviding.swift
[20/94] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/94] Emitting module ArgumentParserToolInfo
[22/95] Wrapping AST for ArgumentParserToolInfo for debugging
[24/133] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/133] Compiling ArgumentParser CompletionsGenerator.swift
[26/133] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/133] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/133] Compiling ArgumentParser Argument.swift
[29/133] Compiling ArgumentParser ArgumentHelp.swift
[30/138] Compiling ArgumentParser Flag.swift
[31/138] Compiling ArgumentParser NameSpecification.swift
[35/138] Emitting module Yams
[39/138] Compiling ArgumentParser ExpressibleByArgument.swift
[40/138] Compiling ArgumentParser ParsableArguments.swift
[41/138] Compiling ArgumentParser ParsableArgumentsValidation.swift
[42/138] Compiling ArgumentParser AsyncParsableCommand.swift
[43/138] Compiling ArgumentParser CommandConfiguration.swift
[44/138] Compiling ArgumentParser CommandGroup.swift
[45/138] Compiling ArgumentParser ParsableCommand.swift
[46/138] Compiling ArgumentParser ArgumentDecoder.swift
[47/138] Compiling ArgumentParser OptionGroup.swift
[48/138] Compiling ArgumentParser EnumerableFlag.swift
[49/138] Compiling ArgumentParser ArgumentVisibility.swift
[50/139] Wrapping AST for Yams for debugging
[52/139] Emitting module ArgumentParser
[69/144] Compiling ArgumentParser CollectionExtensions.swift
[70/144] Compiling ArgumentParser Platform.swift
[71/144] Compiling ArgumentParser SequenceExtensions.swift
[72/144] Compiling ArgumentParser StringExtensions.swift
[73/144] Compiling ArgumentParser Tree.swift
[75/144] Compiling ArgumentParser CompletionKind.swift
[76/144] Compiling ArgumentParser Errors.swift
[79/144] Compiling ArgumentParser Option.swift
[80/144] Compiling ArgumentParser ArgumentDefinition.swift
[81/144] Compiling ArgumentParser ArgumentSet.swift
[82/144] Compiling ArgumentParser CommandParser.swift
[83/144] Compiling ArgumentParser InputKey.swift
[84/144] Compiling ArgumentParser InputOrigin.swift
[85/144] Compiling ArgumentParser Name.swift
[86/144] Compiling ArgumentParser Parsed.swift
[87/144] Compiling ArgumentParser ParsedValues.swift
[88/144] Compiling ArgumentParser ParserError.swift
[89/144] Compiling ArgumentParser SplitArguments.swift
[90/144] Compiling ArgumentParser DumpHelpGenerator.swift
[91/144] Compiling ArgumentParser HelpCommand.swift
[92/144] Compiling ArgumentParser HelpGenerator.swift
[93/144] Compiling ArgumentParser MessageInfo.swift
[94/144] Compiling ArgumentParser UsageGenerator.swift
[95/145] Wrapping AST for ArgumentParser for debugging
[118/145] Emitting module SwiftSyntax
[134/146] Wrapping AST for SwiftSyntax for debugging
[135/146] Write Objects.LinkFileList
[136/152] Archiving libSwiftSyntax.a
[138/152] Compiling SwiftDiagnostics Note.swift
[139/152] Compiling SwiftDiagnostics FixIt.swift
[140/152] Compiling SwiftDiagnostics Message.swift
[141/152] Compiling SwiftDiagnostics Diagnostic.swift
[142/152] Emitting module SwiftDiagnostics
[143/152] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[144/153] Wrapping AST for SwiftDiagnostics for debugging
[146/179] Compiling SwiftParser Lookahead.swift
[147/179] Compiling SwiftParser LoopProgressCondition.swift
[148/179] Compiling SwiftParser Modifiers.swift
[149/179] Compiling SwiftParser Names.swift
[150/179] Compiling SwiftParser TokenConsumer.swift
[151/179] Compiling SwiftParser TokenPrecedence.swift
[152/179] Compiling SwiftParser TopLevel.swift
[153/179] Emitting module SwiftParser
[154/182] Compiling SwiftParser TriviaParser.swift
[155/182] Compiling SwiftParser Types.swift
[156/182] Compiling SwiftParser DeclarationAttribute.swift
[157/182] Compiling SwiftParser Nominals.swift
[158/182] Compiling SwiftParser Parser.swift
[159/182] Compiling SwiftParser Patterns.swift
[160/182] Compiling SwiftParser RawTokenKindSubset.swift
[161/182] Compiling SwiftParser Recovery.swift
[162/182] Compiling SwiftParser Statements.swift
[163/182] Compiling SwiftParser SyntaxUtils.swift
[164/182] Compiling SwiftParser Attributes.swift
[165/182] Compiling SwiftParser Availability.swift
[166/182] Compiling SwiftParser CharacterInfo.swift
[167/182] Compiling SwiftParser Declarations.swift
[168/182] Compiling SwiftParser DeclarationModifier.swift
[169/182] Compiling SwiftParser Parser+Entry.swift
[170/182] Compiling SwiftParser TypeAttribute.swift
[171/182] Compiling SwiftParser Directives.swift
[172/182] Compiling SwiftParser Expressions.swift
[173/182] Compiling SwiftParser Lexer.swift
[174/182] Compiling SwiftParser LexerDiagnosticMessages.swift
[175/183] Wrapping AST for SwiftParser for debugging
[177/186] Compiling SwiftSyntaxParser SyntaxParser.swift
[178/186] Emitting module SwiftSyntaxParser
[179/186] Compiling SwiftSyntaxParser Diagnostic.swift
[180/187] Wrapping AST for SwiftSyntaxParser for debugging
[181/187] Write Objects.LinkFileList
[182/199] Archiving libSwiftSyntaxParser.a
[184/199] Compiling SitrepCore Configuration.swift
/host/spi-builder-workspace/Sources/SitrepCore/Configuration.swift:8:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// Holds the complete set of configured values and defaults.
 5 | public struct Configuration: Codable {
   |               `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 6 |     private let excluded: [String]
 7 |
 8 |     public static let `default`: Configuration = .init(
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         excluded: []
10 |     )
[185/199] Compiling SitrepCore Extensions.swift
/host/spi-builder-workspace/Sources/SitrepCore/Configuration.swift:8:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// Holds the complete set of configured values and defaults.
 5 | public struct Configuration: Codable {
   |               `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 6 |     private let excluded: [String]
 7 |
 8 |     public static let `default`: Configuration = .init(
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         excluded: []
10 |     )
[186/200] Compiling SitrepCore BodyStripper.swift
[187/200] Compiling SitrepCore Comment.swift
[188/200] Compiling SitrepCore Type.swift
[189/200] Compiling SitrepCore Report.swift
[190/200] Compiling SitrepCore File.swift
[191/200] Compiling SitrepCore FileVisitor.swift
[192/200] Compiling SitrepCore Scan.swift
[193/200] Compiling SitrepCore Results.swift
[194/200] Compiling SitrepCore Function.swift
[195/200] Compiling SitrepCore Node.swift
[196/200] Emitting module SitrepCore
/host/spi-builder-workspace/Sources/SitrepCore/Configuration.swift:8:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// Holds the complete set of configured values and defaults.
 5 | public struct Configuration: Codable {
   |               `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 6 |     private let excluded: [String]
 7 |
 8 |     public static let `default`: Configuration = .init(
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         excluded: []
10 |     )
[197/201] Wrapping AST for SitrepCore for debugging
[199/204] Compiling Sitrep main.swift
[200/204] Emitting module Sitrep
[201/204] Compiling Sitrep Command.swift
[202/205] Wrapping AST for Sitrep for debugging
[203/205] Write Objects.LinkFileList
[204/205] Linking Sitrep
Build complete! (110.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.0",
            "upper_bound" : "509.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Sitrep",
  "name" : "Sitrep",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SitrepCore",
      "targets" : [
        "SitrepCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Sitrep",
      "targets" : [
        "Sitrep"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SitrepCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SitrepCoreTests",
      "path" : "Tests/SitrepCoreTests",
      "sources" : [
        "SitrepCoreTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SitrepCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SitrepCore",
      "module_type" : "SwiftTarget",
      "name" : "SitrepCore",
      "path" : "Sources/SitrepCore",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "SitrepCore",
        "Sitrep"
      ],
      "sources" : [
        "BodyStripper.swift",
        "Comment.swift",
        "Configuration.swift",
        "Extensions.swift",
        "File.swift",
        "FileVisitor.swift",
        "Function.swift",
        "Node.swift",
        "Report.swift",
        "Results.swift",
        "Scan.swift",
        "Type.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sitrep",
      "module_type" : "SwiftTarget",
      "name" : "Sitrep",
      "path" : "Sources/Sitrep",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Sitrep"
      ],
      "sources" : [
        "Command.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SitrepCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.