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 SwiftReload, reference main (587b06), with Swift 6.0 for Linux on 23 Feb 2025 08:15:53 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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShaftUI/SwiftReload.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/ShaftUI/SwiftReload
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 587b067 Update README.md
Cloned https://github.com/ShaftUI/SwiftReload.git
Revision (git rev-parse @):
587b0673a45ce058040594988a168709f424cb3b
SUCCESS checkout https://github.com/ShaftUI/SwiftReload.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ShaftUI/SwiftReload.git
https://github.com/ShaftUI/SwiftReload.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftReload",
  "name" : "SwiftReload",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftReload",
      "targets" : [
        "SwiftReload"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftReloadExample",
      "targets" : [
        "SwiftReloadExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftReloadTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReloadTests",
      "path" : "Tests/SwiftReloadTests",
      "sources" : [
        "SwiftReloadTests.swift"
      ],
      "target_dependencies" : [
        "SwiftReload"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftReloadExample",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReloadExample",
      "path" : "Sources/SwiftReloadExample",
      "product_dependencies" : [
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "SwiftReloadExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftReload"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftReload",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReload",
      "path" : "Sources/SwiftReload",
      "product_dependencies" : [
        "Yams",
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SwiftReload",
        "SwiftReloadExample"
      ],
      "sources" : [
        "Build/SwiftBuildCommand.swift",
        "Build/SwiftBuildManifest.swift",
        "LocalSwiftReloader.swift",
        "Patcher/CommandPatcher.swift",
        "Patcher/Patcher.swift",
        "Patcher/PatcherState.swift",
        "ProjectExtractor/ProjectExtractor.swift",
        "ProjectExtractor/SwiftPMProjectExtractor.swift",
        "SyntaxDiff/SyntaxDiff.swift",
        "Watcher/ByteString.swift",
        "Watcher/Condition.swift",
        "Watcher/FSWatch.swift",
        "Watcher/FileInfo.swift",
        "Watcher/FileSystem.swift",
        "Watcher/PathUtils.swift",
        "Watcher/ProcessEnv.swift",
        "Watcher/RecursiveWatcher.swift",
        "Watcher/Thread.swift",
        "Watcher/WatcherUtils.swift",
        "Watcher/WritableByteStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/68478] Fetching swift-syntax
Fetching https://github.com/jpsim/Yams.git
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.36s)
[1/10230] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.79s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.61s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.0 (0.79s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/34] Write sources
[12/34] Compiling writer.c
[13/34] Compiling _SwiftSyntaxCShims dummy.c
[14/34] Compiling reader.c
[15/34] Compiling api.c
[16/34] Compiling parser.c
[17/34] Compiling scanner.c
[18/34] Compiling emitter.c
[19/34] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/59] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/59] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[23/59] Emitting module Yams
[24/61] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/61] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/15] Write swift-version-24593BA9C3E375BF.txt
[2/19] Compiling SwiftSyntax509 Empty.swift
[3/19] Emitting module SwiftSyntax509
[4/22] Compiling SwiftSyntax600 Empty.swift
[5/22] Emitting module SwiftSyntax600
[6/40] Emitting module SwiftSyntax510
[7/42] Compiling SwiftSyntax510 Empty.swift
[10/43] Wrapping AST for SwiftSyntax600 for debugging
[11/43] Wrapping AST for SwiftSyntax509 for debugging
[12/43] Wrapping AST for SwiftSyntax510 for debugging
[14/43] Compiling Yams Tag.swift
[15/43] Compiling Yams YamlAnchorProviding.swift
[16/109] Compiling SwiftSyntax Assert.swift
[17/109] Compiling SwiftSyntax BumpPtrAllocator.swift
[18/109] Compiling SwiftSyntax CommonAncestor.swift
[19/109] Compiling SwiftSyntax Convenience.swift
[20/109] Compiling SwiftSyntax CustomTraits.swift
[21/109] Compiling SwiftSyntax Identifier.swift
[22/109] Compiling SwiftSyntax MemoryLayout.swift
[23/109] Compiling SwiftSyntax MissingNodeInitializers.swift
[24/109] Compiling SwiftSyntax RawSyntax.swift
[25/109] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[26/109] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[27/109] Compiling SwiftSyntax RawSyntaxTokenView.swift
[28/109] Compiling SwiftSyntax SourceEdit.swift
[29/109] Compiling SwiftSyntax SourcePresence.swift
[30/109] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[31/109] Compiling SwiftSyntax AbsolutePosition.swift
[32/109] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[33/109] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[34/109] Emitting module Yams
[44/118] Wrapping AST for Yams for debugging
[53/118] Compiling SwiftSyntax SourceLength.swift
[54/118] Compiling SwiftSyntax SourceLocation.swift
[55/118] Emitting module SwiftSyntax
[56/118] Compiling SwiftSyntax RawSyntaxNodesD.swift
[57/118] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[58/118] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[59/118] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[60/118] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[61/118] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[62/118] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[63/118] Compiling SwiftSyntax RawSyntaxValidation.swift
[64/118] Compiling SwiftSyntax SyntaxNodesAB.swift
[65/118] Compiling SwiftSyntax SyntaxKind.swift
[66/118] Compiling SwiftSyntax SyntaxRewriter.swift
[67/118] Compiling SwiftSyntax SyntaxTraits.swift
[68/118] Compiling SwiftSyntax SyntaxVisitor.swift
[69/118] Compiling SwiftSyntax TokenKind.swift
[70/118] Compiling SwiftSyntax Tokens.swift
[71/118] Compiling SwiftSyntax TriviaPieces.swift
[72/118] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[73/118] Compiling SwiftSyntax RawSyntaxNodesC.swift
[76/118] Compiling SwiftSyntax Syntax.swift
[77/118] Compiling SwiftSyntax SyntaxArena.swift
[78/118] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[79/118] Compiling SwiftSyntax SyntaxChildren.swift
[80/118] Compiling SwiftSyntax SyntaxCollection.swift
[81/118] Compiling SwiftSyntax SyntaxHashable.swift
[82/118] Compiling SwiftSyntax SyntaxIdentifier.swift
[83/118] Compiling SwiftSyntax SyntaxNodeFactory.swift
[84/118] Compiling SwiftSyntax SyntaxNodeStructure.swift
[85/118] Compiling SwiftSyntax SyntaxProtocol.swift
[86/118] Compiling SwiftSyntax SyntaxText.swift
[87/118] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[88/118] Compiling SwiftSyntax TokenDiagnostic.swift
[89/118] Compiling SwiftSyntax TokenSequence.swift
[90/118] Compiling SwiftSyntax TokenSyntax.swift
[91/118] Compiling SwiftSyntax Trivia.swift
[92/118] Compiling SwiftSyntax Utils.swift
[93/118] Compiling SwiftSyntax ChildNameForKeyPath.swift
[94/118] Compiling SwiftSyntax Keyword.swift
[95/118] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[96/118] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[97/118] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[98/118] Compiling SwiftSyntax SyntaxBaseNodes.swift
[99/118] Compiling SwiftSyntax SyntaxCollections.swift
[100/118] Compiling SwiftSyntax SyntaxEnum.swift
[101/118] Compiling SwiftSyntax SyntaxNodesC.swift
[102/118] Compiling SwiftSyntax SyntaxNodesD.swift
[103/118] Compiling SwiftSyntax SyntaxNodesEF.swift
[104/118] Compiling SwiftSyntax SyntaxNodesGHI.swift
[105/118] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[106/118] Compiling SwiftSyntax SyntaxNodesOP.swift
[107/118] Compiling SwiftSyntax SyntaxNodesQRS.swift
[108/118] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[109/119] Wrapping AST for SwiftSyntax for debugging
[111/176] Compiling SwiftDiagnostics Message.swift
[112/177] Compiling SwiftBasicFormat Syntax+Extensions.swift
[113/177] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[114/177] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[115/177] Emitting module SwiftDiagnostics
[116/177] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[117/177] Compiling SwiftDiagnostics FixIt.swift
[118/177] Compiling SwiftBasicFormat InferIndentation.swift
[119/177] Compiling SwiftDiagnostics Note.swift
[120/177] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[121/177] Compiling SwiftParser CharacterInfo.swift
[122/177] Compiling SwiftParser CollectionNodes+Parsable.swift
[123/177] Compiling SwiftParser Attributes.swift
[124/177] Compiling SwiftParser Availability.swift
[125/177] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[127/178] Compiling SwiftParser SwiftParserCompatibility.swift
[128/178] Compiling SwiftParser SwiftVersion.swift
[129/178] Compiling SwiftParser SyntaxUtils.swift
[130/178] Compiling SwiftParser TokenConsumer.swift
[131/178] Compiling SwiftParser TokenPrecedence.swift
[131/183] Wrapping AST for SwiftDiagnostics for debugging
[133/183] Compiling SwiftBasicFormat BasicFormat.swift
[134/183] Emitting module SwiftBasicFormat
[135/184] Wrapping AST for SwiftBasicFormat for debugging
[137/184] Compiling SwiftParser LexemeSequence.swift
[138/184] Compiling SwiftParser Lexer.swift
[139/184] Compiling SwiftParser RegexLiteralLexer.swift
[140/184] Compiling SwiftParser UnicodeScalarExtensions.swift
[141/184] Compiling SwiftParser Lookahead.swift
[142/184] Compiling SwiftParser LoopProgressCondition.swift
[143/184] Compiling SwiftParser TokenSpec.swift
[144/184] Compiling SwiftParser TokenSpecSet.swift
[145/184] Compiling SwiftParser TopLevel.swift
[146/184] Compiling SwiftParser TriviaParser.swift
[147/184] Compiling SwiftParser Types.swift
[148/184] Compiling SwiftParser Modifiers.swift
[149/184] Compiling SwiftParser Names.swift
[150/184] Compiling SwiftParser Nominals.swift
[151/184] Compiling SwiftParser Parameters.swift
[152/184] Compiling SwiftParser ParseSourceFile.swift
[153/184] Compiling SwiftParser Parser.swift
[154/184] Compiling SwiftParser Patterns.swift
[155/184] Compiling SwiftParser Recovery.swift
[156/184] Compiling SwiftParser Specifiers.swift
[157/184] Compiling SwiftParser Statements.swift
[158/184] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[159/184] Compiling SwiftParser StringLiterals.swift
[160/184] Emitting module SwiftParser
[161/184] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[162/184] Compiling SwiftParser Expressions.swift
[163/184] Compiling SwiftParser IncrementalParseTransition.swift
[164/184] Compiling SwiftParser IsValidIdentifier.swift
[165/184] Compiling SwiftParser Cursor.swift
[166/184] Compiling SwiftParser Lexeme.swift
[171/184] Compiling SwiftParser Declarations.swift
[172/184] Compiling SwiftParser Directives.swift
[173/184] Compiling SwiftParser ExperimentalFeatures.swift
[174/184] Compiling SwiftParser IsLexerClassified.swift
[175/184] Compiling SwiftParser LayoutNodes+Parsable.swift
[176/184] Compiling SwiftParser Parser+TokenSpecSet.swift
[177/184] Compiling SwiftParser TokenSpecStaticMembers.swift
[178/185] Wrapping AST for SwiftParser for debugging
[180/198] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[181/198] Compiling SwiftParserDiagnostics Utils.swift
[182/199] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[183/199] Emitting module SwiftParserDiagnostics
[184/199] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[185/199] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[186/199] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[187/199] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[188/199] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[189/199] Compiling SwiftParserDiagnostics PresenceUtils.swift
[190/199] Compiling SwiftParserDiagnostics MissingNodesError.swift
[191/199] Compiling SwiftParserDiagnostics MissingTokenError.swift
[192/199] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[193/199] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[194/200] Wrapping AST for SwiftParserDiagnostics for debugging
[196/215] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[197/215] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[198/215] Compiling SwiftSyntaxBuilder Indenter.swift
[199/215] Compiling SwiftSyntaxBuilder ListBuilder.swift
[200/215] Emitting module SwiftSyntaxBuilder
[201/216] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[202/216] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[203/216] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[204/216] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[205/216] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[206/216] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[207/216] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[208/216] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[209/216] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[210/216] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[211/216] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[212/217] Wrapping AST for SwiftSyntaxBuilder for debugging
[214/236] Compiling SwiftReload ProjectExtractor.swift
[215/236] Compiling SwiftReload SwiftPMProjectExtractor.swift
[216/236] Compiling SwiftReload SyntaxDiff.swift
[217/238] Emitting module SwiftReload
[218/238] Compiling SwiftReload SwiftBuildCommand.swift
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:110:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
108 |             withIntermediateDirectories: true
109 |         )
110 |         FileManager.default.createFile(atPath: patchFile.path, contents: patched.data(using: .utf8))
    |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
111 |         print("🛠️ Patch generated at \(patchFile.path)")
112 |
[219/238] Compiling SwiftReload SwiftBuildManifest.swift
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:110:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
108 |             withIntermediateDirectories: true
109 |         )
110 |         FileManager.default.createFile(atPath: patchFile.path, contents: patched.data(using: .utf8))
    |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
111 |         print("🛠️ Patch generated at \(patchFile.path)")
112 |
[220/238] Compiling SwiftReload LocalSwiftReloader.swift
/host/spi-builder-workspace/Sources/SwiftReload/LocalSwiftReloader.swift:110:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
108 |             withIntermediateDirectories: true
109 |         )
110 |         FileManager.default.createFile(atPath: patchFile.path, contents: patched.data(using: .utf8))
    |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
111 |         print("🛠️ Patch generated at \(patchFile.path)")
112 |
[221/238] Compiling SwiftReload ByteString.swift
[222/238] Compiling SwiftReload Condition.swift
[223/238] Compiling SwiftReload FSWatch.swift
[224/238] Compiling SwiftReload PathUtils.swift
[225/238] Compiling SwiftReload ProcessEnv.swift
[226/238] Compiling SwiftReload RecursiveWatcher.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/Thread.swift:54:41: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
52 |         }
53 |
54 |         self.thread = ThreadImpl(block: theTask)
   |                                         `- warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
55 |     }
56 |
[227/238] Compiling SwiftReload Thread.swift
/host/spi-builder-workspace/Sources/SwiftReload/Watcher/Thread.swift:54:41: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
52 |         }
53 |
54 |         self.thread = ThreadImpl(block: theTask)
   |                                         `- warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
55 |     }
56 |
[228/238] Compiling SwiftReload CommandPatcher.swift
[229/238] Compiling SwiftReload Patcher.swift
[230/238] Compiling SwiftReload PatcherState.swift
[231/238] Compiling SwiftReload FileInfo.swift
[232/238] Compiling SwiftReload FileSystem.swift
[233/238] Compiling SwiftReload WatcherUtils.swift
[234/238] Compiling SwiftReload WritableByteStream.swift
[235/239] Wrapping AST for SwiftReload for debugging
[237/241] Emitting module SwiftReloadExample
[238/241] Compiling SwiftReloadExample main.swift
[239/242] Wrapping AST for SwiftReloadExample for debugging
[240/242] Write Objects.LinkFileList
[241/242] Linking SwiftReloadExample
Build complete! (87.76s)
Build complete.
{
  "dependencies" : [
    {
      "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-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftReload",
  "name" : "SwiftReload",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftReload",
      "targets" : [
        "SwiftReload"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftReloadExample",
      "targets" : [
        "SwiftReloadExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftReloadTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReloadTests",
      "path" : "Tests/SwiftReloadTests",
      "sources" : [
        "SwiftReloadTests.swift"
      ],
      "target_dependencies" : [
        "SwiftReload"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftReloadExample",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReloadExample",
      "path" : "Sources/SwiftReloadExample",
      "product_dependencies" : [
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "SwiftReloadExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftReload"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftReload",
      "module_type" : "SwiftTarget",
      "name" : "SwiftReload",
      "path" : "Sources/SwiftReload",
      "product_dependencies" : [
        "Yams",
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SwiftReload",
        "SwiftReloadExample"
      ],
      "sources" : [
        "Build/SwiftBuildCommand.swift",
        "Build/SwiftBuildManifest.swift",
        "LocalSwiftReloader.swift",
        "Patcher/CommandPatcher.swift",
        "Patcher/Patcher.swift",
        "Patcher/PatcherState.swift",
        "ProjectExtractor/ProjectExtractor.swift",
        "ProjectExtractor/SwiftPMProjectExtractor.swift",
        "SyntaxDiff/SyntaxDiff.swift",
        "Watcher/ByteString.swift",
        "Watcher/Condition.swift",
        "Watcher/FSWatch.swift",
        "Watcher/FileInfo.swift",
        "Watcher/FileSystem.swift",
        "Watcher/PathUtils.swift",
        "Watcher/ProcessEnv.swift",
        "Watcher/RecursiveWatcher.swift",
        "Watcher/Thread.swift",
        "Watcher/WatcherUtils.swift",
        "Watcher/WritableByteStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.