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 flockLib, reference master (5df454), with Swift 6.1 for Linux on 25 Apr 2025 09:27:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/naoty/flock.git
Reference: master
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/naoty/flock
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5df454d Merge pull request #3 from tasaiii725/master
Cloned https://github.com/naoty/flock.git
Revision (git rev-parse @):
5df454d79c4e37acf055ad8ff83c8f6ad587a12e
SUCCESS checkout https://github.com/naoty/flock.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/naoty/flock.git
https://github.com/naoty/flock.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.29.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit"
    }
  ],
  "manifest_display_name" : "flockLib",
  "name" : "flockLib",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "flockLib",
      "targets" : [
        "flock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "flock",
      "targets" : [
        "flock"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "flock",
      "module_type" : "SwiftTarget",
      "name" : "flock",
      "path" : "Sources/flock",
      "product_dependencies" : [
        "SourceKittenFramework",
        "PathKit"
      ],
      "product_memberships" : [
        "flockLib",
        "flock"
      ],
      "sources" : [
        "Commands/Command.swift",
        "Commands/HelpCommand.swift",
        "Commands/MainCommand.swift",
        "Commands/VersionCommand.swift",
        "Digraph.swift",
        "Edge.swift",
        "Error.swift",
        "Node.swift",
        "Result.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/kylef/PathKit
Fetching https://github.com/jpsim/SourceKitten
[1/1411] Fetching pathkit
[1412/17523] Fetching pathkit, sourcekitten
Fetched https://github.com/kylef/PathKit from cache (0.22s)
[2417/16112] Fetching sourcekitten
Fetched https://github.com/jpsim/SourceKitten from cache (0.91s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.92s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.23s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.96s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.37.0 (0.52s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
[2821/13109] Fetching swxmlhash, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.25s)
[515/10289] Fetching yams
[2059/25202] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.73s)
Fetched https://github.com/jpsim/Yams.git from cache (1.04s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.50s)
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.43s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.45s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/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/SourceKitten
Working copy of https://github.com/jpsim/SourceKitten 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/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[6/22] Compiling SourceKit SourceKit.c
[7/22] Compiling Clang_C Clang_C.c
[8/22] Compiling reader.c
[9/22] Compiling writer.c
[10/22] Compiling parser.c
[11/22] Compiling api.c
[12/22] Compiling emitter.c
[13/22] Compiling scanner.c
[14/22] Write swift-version-24593BA9C3E375BF.txt
[16/67] Emitting module SWXMLHash
[17/70] Emitting module Yams
[18/72] Compiling Yams Tag.swift
[19/72] Compiling Yams YamlAnchorProviding.swift
[20/72] Compiling Yams YamlError.swift
[21/72] Compiling Yams YamlTagProviding.swift
[22/72] Compiling SWXMLHash XMLAttributeDeserializable.swift
[23/72] Compiling SWXMLHash XMLElementDeserializable.swift
[24/72] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[25/72] Compiling Yams Emitter.swift
[26/72] Compiling Yams Resolver.swift
[27/72] Compiling Yams String+Yams.swift
[28/72] Compiling Yams Representer.swift
[29/72] Compiling Yams Node.Sequence.swift
[30/72] Compiling Yams Node.swift
[31/72] Compiling Yams Parser.swift
[32/72] Compiling SWXMLHash Int+XMLDeserialization.swift
[33/72] Compiling SWXMLHash String+XMLDeserialization.swift
[34/72] Compiling Yams RedundancyAliasingStrategy.swift
[35/72] Compiling SWXMLHash IndexOp.swift
[36/72] Compiling SWXMLHash LazyXMLParser.swift
[37/72] Compiling Yams Node.Alias.swift
[38/72] Compiling SWXMLHash XMLHashOptions.swift
[39/72] Compiling SWXMLHash XMLIndexer.swift
[40/72] Compiling SWXMLHash shim.swift
[47/72] Compiling SWXMLHash ParsingError.swift
[48/72] Compiling SWXMLHash XMLDeserializationError.swift
[49/72] Compiling SWXMLHash FullXMLParser.swift
[65/74] Compiling PathKit PathKit.swift
[66/74] Emitting module PathKit
[68/75] Wrapping AST for SWXMLHash for debugging
[69/75] Wrapping AST for Yams for debugging
[70/75] Wrapping AST for PathKit for debugging
[72/118] Compiling SourceKittenFramework ByteCount.swift
[73/118] Compiling SourceKittenFramework ByteRange.swift
[74/118] Compiling SourceKittenFramework Clang+SourceKitten.swift
[75/118] Compiling SourceKittenFramework ClangTranslationUnit.swift
[76/118] Compiling SourceKittenFramework CodeCompletionItem.swift
[77/118] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[78/124] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[79/124] Compiling SourceKittenFramework SwiftDocKey.swift
[80/124] Compiling SourceKittenFramework SwiftDocs.swift
[81/124] Compiling SourceKittenFramework SwiftVersion.swift
[82/124] Compiling SourceKittenFramework SyntaxKind.swift
[83/124] Compiling SourceKittenFramework SyntaxMap.swift
[84/124] Compiling SourceKittenFramework Language.swift
[85/124] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[86/124] Compiling SourceKittenFramework Line.swift
[87/124] Compiling SourceKittenFramework LinuxCompatibility.swift
[88/124] Compiling SourceKittenFramework Module.swift
[89/124] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[90/124] Emitting module SourceKittenFramework
[91/124] Compiling SourceKittenFramework Dictionary+Merge.swift
[92/124] Compiling SourceKittenFramework Documentation.swift
[93/124] Compiling SourceKittenFramework Exec.swift
[94/124] Compiling SourceKittenFramework File+Hashable.swift
[95/124] Compiling SourceKittenFramework File.swift
[96/124] Compiling SourceKittenFramework JSONOutput.swift
[97/124] Compiling SourceKittenFramework SyntaxToken.swift
[98/124] Compiling SourceKittenFramework Text.swift
[99/124] Compiling SourceKittenFramework UID.swift
[100/124] Compiling SourceKittenFramework UIDRepresentable.swift
[101/124] Compiling SourceKittenFramework UncheckedSendable.swift
[102/124] Compiling SourceKittenFramework Version.swift
[103/124] Compiling SourceKittenFramework OffsetMap.swift
[104/124] Compiling SourceKittenFramework Parameter.swift
[105/124] Compiling SourceKittenFramework Request.swift
[106/124] Compiling SourceKittenFramework SourceDeclaration.swift
[107/124] Compiling SourceKittenFramework SourceKitObject.swift
[108/124] Compiling SourceKittenFramework SourceLocation.swift
[109/124] Compiling SourceKittenFramework StatementKind.swift
[110/124] Compiling SourceKittenFramework String+SourceKitten.swift
[111/124] Compiling SourceKittenFramework StringView+SourceKitten.swift
[112/124] Compiling SourceKittenFramework StringView.swift
[113/124] Compiling SourceKittenFramework Structure.swift
[114/124] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[115/124] Compiling SourceKittenFramework WindowsError.swift
[116/124] Compiling SourceKittenFramework Xcode.swift
[117/124] Compiling SourceKittenFramework XcodeBuildSetting.swift
[118/124] Compiling SourceKittenFramework library_wrapper.swift
[119/124] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[120/124] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[121/125] Wrapping AST for SourceKittenFramework for debugging
[123/135] Compiling flock Result.swift
[124/136] Compiling flock Error.swift
[125/136] Compiling flock Node.swift
[126/136] Compiling flock Edge.swift
[127/136] Compiling flock Digraph.swift
[128/136] Emitting module flock
[129/136] Compiling flock Command.swift
[130/136] Compiling flock HelpCommand.swift
[131/136] Compiling flock MainCommand.swift
[132/136] Compiling flock VersionCommand.swift
[133/136] Compiling flock main.swift
[134/137] Wrapping AST for flock for debugging
[135/137] Write Objects.LinkFileList
[136/137] Linking flock
Build complete! (22.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.29.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit"
    }
  ],
  "manifest_display_name" : "flockLib",
  "name" : "flockLib",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "flockLib",
      "targets" : [
        "flock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "flock",
      "targets" : [
        "flock"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "flock",
      "module_type" : "SwiftTarget",
      "name" : "flock",
      "path" : "Sources/flock",
      "product_dependencies" : [
        "SourceKittenFramework",
        "PathKit"
      ],
      "product_memberships" : [
        "flockLib",
        "flock"
      ],
      "sources" : [
        "Commands/Command.swift",
        "Commands/HelpCommand.swift",
        "Commands/MainCommand.swift",
        "Commands/VersionCommand.swift",
        "Digraph.swift",
        "Edge.swift",
        "Error.swift",
        "Node.swift",
        "Result.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.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
Done.