The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WatchDuck, reference main (0c4672), with Swift 6.1 for Linux on 17 Nov 2025 20:53:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BertanT/WatchDuck.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/BertanT/WatchDuck
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0c46728 Update to the latest ci version
Cloned https://github.com/BertanT/WatchDuck.git
Revision (git rev-parse @):
0c467281521a869bd0b4e11ea2daadb83cd3a2a8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/BertanT/WatchDuck.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BertanT/WatchDuck.git
https://github.com/BertanT/WatchDuck.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "revision" : [
          "41982a3656a71c768319979febd796c6fd111d5c"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "revision" : [
          "b4b8042411dc7bbb696300a34a4bf3ba1b7ad19b"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "plot",
      "requirement" : {
        "revision" : [
          "271926b4413fe868739d99f5eadcf2bd6cd62fb8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Plot.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "revision" : [
          "e1577acf2b6e90086d01a6d5e2b8efdaae033568"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "revision" : [
          "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "WatchDuck",
  "name" : "WatchDuck",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "watchduck",
      "targets" : [
        "watchduck"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "watchduck",
      "module_type" : "SwiftTarget",
      "name" : "watchduck",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams",
        "Plot",
        "ShellOut"
      ],
      "product_memberships" : [
        "watchduck"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Checks/HTTPResponseCodeCheck.swift",
        "Commands/Run.swift",
        "Commands/ServiceInstall.swift",
        "Commands/ServiceUninstall.swift",
        "Commands/WatchDuck.swift",
        "Data/AnyWDCheck.swift",
        "Data/PackageResources.swift",
        "Data/WDCheck.swift",
        "Data/WDConfig.swift",
        "Data/WDLog.swift",
        "Data/WDOutage.swift",
        "Data/WDStatus.swift",
        "HTML/FileComponents.swift",
        "HTML/WDHTML.swift",
        "HTML/WDPageFooter.swift",
        "HTML/WDPageHeader.swift",
        "HTML/WDPageListSubtext.swift",
        "HTML/WDPageStatusList.swift",
        "Helpers/ANSIColors.swift",
        "Helpers/CLISpinner.swift",
        "Helpers/Extensions/Bundle+StaticURL.swift",
        "Helpers/Extensions/Bundle+StaticURLs.swift",
        "Helpers/Extensions/ClosedRange+ContainsRange.swift",
        "Helpers/Extensions/Error+UnderlyingLocalizedDescription.swift",
        "Helpers/Extensions/HTTPURLResponse+TextEncoding.swift",
        "Helpers/Extensions/KeyedDecodingContainer+AssignIfPresent.swift",
        "Helpers/Extensions/Sequence+Uniqued.swift",
        "Helpers/Extensions/String+CFString.swift",
        "Helpers/Extensions/String+Color+Bold.swift",
        "Helpers/Extensions/String.Encoding+IANACharset.swift",
        "Helpers/Extensions/Task+SleepTimeInterval.swift",
        "Helpers/Extensions/URL+CurrentDirectory.swift",
        "Helpers/Extensions/URL+StaticString.swift",
        "Helpers/Extensions/URLRequest+PreferredTextEncoding.swift",
        "Helpers/Extensions/URLSession+RetryingData.swift",
        "Helpers/HTTPMethod.swift",
        "Helpers/OSUtils.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/16686] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.90s)
Fetching https://github.com/jpsim/Yams.git
[1/11263] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.84s)
Fetching https://github.com/JohnSundell/Plot.git
[1/2096] Fetching plot
Fetched https://github.com/JohnSundell/Plot.git from cache (0.26s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.27s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.38s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3578] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.13s)
Creating working copy for https://github.com/JohnSundell/Plot.git
Working copy of https://github.com/JohnSundell/Plot.git resolved at 271926b4413fe868739d99f5eadcf2bd6cd62fb8
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 41982a3656a71c768319979febd796c6fd111d5c
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at b4b8042411dc7bbb696300a34a4bf3ba1b7ad19b
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at e1577acf2b6e90086d01a6d5e2b8efdaae033568
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/25] Write sources
[3/25] Copying Resources
[3/25] Write sources
[10/25] Compiling reader.c
[11/25] Compiling parser.c
[12/25] Compiling api.c
[13/25] Compiling emitter.c
[14/25] Write swift-version-24593BA9C3E375BF.txt
[14/25] Compiling writer.c
[15/25] Compiling scanner.c
[18/108] Emitting module ArgumentParserToolInfo
[19/108] Emitting module Yams
[20/110] Compiling Yams Tag.swift
[21/110] Compiling Yams YamlAnchorProviding.swift
[22/110] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/111] Wrapping AST for ArgumentParserToolInfo for debugging
[25/149] Emitting module ArgumentParser
[26/154] Compiling ArgumentParser EnumerableFlag.swift
[27/154] Compiling ArgumentParser ExpressibleByArgument.swift
[28/154] Compiling ShellOut ShellOut.swift
[29/154] Emitting module ShellOut
[30/155] Compiling ArgumentParser ParsableArguments.swift
[31/155] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/155] Compiling ArgumentParser CollectionExtensions.swift
[33/155] Compiling ArgumentParser Platform.swift
[34/155] Compiling ArgumentParser SequenceExtensions.swift
[35/155] Compiling ArgumentParser StringExtensions.swift
[36/155] Compiling ArgumentParser Tree.swift
[37/155] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/155] Compiling ArgumentParser CompletionsGenerator.swift
[39/155] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/155] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/155] Compiling ArgumentParser Argument.swift
[42/155] Compiling ArgumentParser ArgumentHelp.swift
[43/155] Compiling ArgumentParser MessageInfo.swift
[44/155] Compiling ArgumentParser UsageGenerator.swift
[50/155] Compiling Plot Language.swift
[53/155] Compiling ArgumentParser ParsableCommand.swift
[54/155] Compiling ArgumentParser ArgumentDecoder.swift
[55/155] Compiling ArgumentParser ArgumentDefinition.swift
[56/155] Compiling ArgumentParser ArgumentSet.swift
[57/155] Compiling ArgumentParser CommandParser.swift
[58/155] Compiling ArgumentParser InputKey.swift
[59/155] Compiling ArgumentParser InputOrigin.swift
[60/155] Compiling ArgumentParser Name.swift
[61/155] Compiling ArgumentParser Parsed.swift
[62/155] Compiling ArgumentParser ParsedValues.swift
[63/155] Compiling ArgumentParser ParserError.swift
[64/155] Compiling ArgumentParser SplitArguments.swift
[65/155] Compiling ArgumentParser DumpHelpGenerator.swift
[66/155] Compiling ArgumentParser HelpCommand.swift
[67/155] Compiling ArgumentParser HelpGenerator.swift
[68/155] Compiling Plot SiteMapElements.swift
[69/155] Compiling Plot TwitterCardType.swift
[70/155] Compiling Plot URLRepresentable.swift
[71/155] Compiling Plot XML.swift
[72/155] Compiling Plot XMLAttributes.swift
[73/155] Compiling Plot XMLElements.swift
[74/155] Compiling Plot AnyAttribute.swift
[75/155] Compiling Plot AnyElement.swift
[76/155] Compiling Plot PodcastMediaType.swift
[77/155] Compiling Plot PodcastType.swift
[78/155] Compiling Plot RSS.swift
[79/155] Compiling Plot RSSAttributes.swift
[80/155] Compiling Plot RSSElements.swift
[81/155] Compiling Plot Renderable.swift
[82/155] Compiling Plot SiteMap.swift
[83/155] Compiling Plot SiteMapChangeFrequency.swift
[84/155] Emitting module Plot
[91/155] Compiling ArgumentParser ArgumentVisibility.swift
[92/155] Compiling ArgumentParser CompletionKind.swift
[93/155] Compiling ArgumentParser Errors.swift
[97/163] Compiling ArgumentParser Flag.swift
[98/163] Compiling ArgumentParser NameSpecification.swift
[99/163] Compiling ArgumentParser Option.swift
[100/163] Compiling ArgumentParser OptionGroup.swift
[101/163] Compiling ArgumentParser AsyncParsableCommand.swift
[114/163] Compiling ArgumentParser CommandConfiguration.swift
[115/163] Compiling ArgumentParser CommandGroup.swift
[150/165] Wrapping AST for ArgumentParser for debugging
[150/165] Wrapping AST for Yams for debugging
[152/165] Wrapping AST for ShellOut for debugging
[154/165] Compiling Plot AnyEnvironmentValue.swift
[155/165] Compiling Plot AnyNode.swift
[156/165] Compiling Plot ElementRenderingBuffer.swift
[157/165] Compiling Plot ElementWrapper.swift
[158/165] Compiling Plot Environment.swift
[159/165] Compiling Plot ModifiedComponent.swift
[160/165] Compiling Plot Renderer.swift
[161/165] Compiling Plot String+Escaping.swift
[162/166] Wrapping AST for Plot for debugging
[164/201] Emitting module watchduck
[165/205] Compiling watchduck URLSession+RetryingData.swift
[166/205] Compiling watchduck HTTPMethod.swift
[167/205] Compiling watchduck OSUtils.swift
[168/205] Compiling watchduck resource_bundle_accessor.swift
[169/205] Compiling watchduck Task+SleepTimeInterval.swift
[170/205] Compiling watchduck URL+CurrentDirectory.swift
[171/205] Compiling watchduck URL+StaticString.swift
[172/205] Compiling watchduck URLRequest+PreferredTextEncoding.swift
[173/205] Compiling watchduck WDPageHeader.swift
[174/205] Compiling watchduck WDPageListSubtext.swift
[175/205] Compiling watchduck WDPageStatusList.swift
[176/205] Compiling watchduck ANSIColors.swift
[177/205] Compiling watchduck CLISpinner.swift
[178/205] Compiling watchduck Bundle+StaticURL.swift
[179/205] Compiling watchduck Bundle+StaticURLs.swift
[180/205] Compiling watchduck ClosedRange+ContainsRange.swift
[181/205] Compiling watchduck Error+UnderlyingLocalizedDescription.swift
[182/205] Compiling watchduck HTTPURLResponse+TextEncoding.swift
[183/205] Compiling watchduck KeyedDecodingContainer+AssignIfPresent.swift
[184/205] Compiling watchduck Sequence+Uniqued.swift
[185/205] Compiling watchduck String+CFString.swift
[186/205] Compiling watchduck String+Color+Bold.swift
[187/205] Compiling watchduck String.Encoding+IANACharset.swift
[188/205] Compiling watchduck AnyWDCheck.swift
[189/205] Compiling watchduck PackageResources.swift
[190/205] Compiling watchduck WDCheck.swift
[191/205] Compiling watchduck WDConfig.swift
[192/205] Compiling watchduck WDLog.swift
[193/205] Compiling watchduck WDOutage.swift
[194/205] Compiling watchduck WDStatus.swift
[195/205] Compiling watchduck FileComponents.swift
[196/205] Compiling watchduck WDHTML.swift
[197/205] Compiling watchduck WDPageFooter.swift
[198/205] Compiling watchduck HTTPResponseCodeCheck.swift
[199/205] Compiling watchduck Run.swift
[200/205] Compiling watchduck ServiceInstall.swift
[201/205] Compiling watchduck ServiceUninstall.swift
[202/205] Compiling watchduck WatchDuck.swift
[203/206] Wrapping AST for watchduck for debugging
[204/206] Write Objects.LinkFileList
[205/206] Linking watchduck
Build complete! (68.29s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "revision" : [
          "41982a3656a71c768319979febd796c6fd111d5c"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "revision" : [
          "b4b8042411dc7bbb696300a34a4bf3ba1b7ad19b"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "plot",
      "requirement" : {
        "revision" : [
          "271926b4413fe868739d99f5eadcf2bd6cd62fb8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Plot.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "revision" : [
          "e1577acf2b6e90086d01a6d5e2b8efdaae033568"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "revision" : [
          "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "WatchDuck",
  "name" : "WatchDuck",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "watchduck",
      "targets" : [
        "watchduck"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "watchduck",
      "module_type" : "SwiftTarget",
      "name" : "watchduck",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams",
        "Plot",
        "ShellOut"
      ],
      "product_memberships" : [
        "watchduck"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Checks/HTTPResponseCodeCheck.swift",
        "Commands/Run.swift",
        "Commands/ServiceInstall.swift",
        "Commands/ServiceUninstall.swift",
        "Commands/WatchDuck.swift",
        "Data/AnyWDCheck.swift",
        "Data/PackageResources.swift",
        "Data/WDCheck.swift",
        "Data/WDConfig.swift",
        "Data/WDLog.swift",
        "Data/WDOutage.swift",
        "Data/WDStatus.swift",
        "HTML/FileComponents.swift",
        "HTML/WDHTML.swift",
        "HTML/WDPageFooter.swift",
        "HTML/WDPageHeader.swift",
        "HTML/WDPageListSubtext.swift",
        "HTML/WDPageStatusList.swift",
        "Helpers/ANSIColors.swift",
        "Helpers/CLISpinner.swift",
        "Helpers/Extensions/Bundle+StaticURL.swift",
        "Helpers/Extensions/Bundle+StaticURLs.swift",
        "Helpers/Extensions/ClosedRange+ContainsRange.swift",
        "Helpers/Extensions/Error+UnderlyingLocalizedDescription.swift",
        "Helpers/Extensions/HTTPURLResponse+TextEncoding.swift",
        "Helpers/Extensions/KeyedDecodingContainer+AssignIfPresent.swift",
        "Helpers/Extensions/Sequence+Uniqued.swift",
        "Helpers/Extensions/String+CFString.swift",
        "Helpers/Extensions/String+Color+Bold.swift",
        "Helpers/Extensions/String.Encoding+IANACharset.swift",
        "Helpers/Extensions/Task+SleepTimeInterval.swift",
        "Helpers/Extensions/URL+CurrentDirectory.swift",
        "Helpers/Extensions/URL+StaticString.swift",
        "Helpers/Extensions/URLRequest+PreferredTextEncoding.swift",
        "Helpers/Extensions/URLSession+RetryingData.swift",
        "Helpers/HTTPMethod.swift",
        "Helpers/OSUtils.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.