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 SourceKitten, reference main (f8e37a), with Swift 5.9 for Linux on 16 Jun 2025 14:30:53 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-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jpsim/SourceKitten.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/jpsim/SourceKitten
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8e37a8 Add empty changelog section
Cloned https://github.com/jpsim/SourceKitten.git
Revision (git rev-parse @):
f8e37a8caf42c447776c92e6030b5f9f7e3247c8
SUCCESS checkout https://github.com/jpsim/SourceKitten.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/jpsim/SourceKitten.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/2820] Fetching swxmlhash
[2821/13679] Fetching swxmlhash, yams
[9120/29059] Fetching swxmlhash, yams, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git (1.68s)
Fetched https://github.com/apple/swift-argument-parser.git (1.69s)
Fetched https://github.com/jpsim/Yams.git (1.71s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.1 (0.67s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.43s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.85s)
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.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Compiling Clang_C Clang_C.c
[1/16] Compiling SourceKit SourceKit.c
[3/16] Compiling writer.c
[4/16] Compiling reader.c
[5/16] Compiling api.c
[6/16] Compiling parser.c
[7/16] Compiling scanner.c
[8/42] Compiling emitter.c
[10/62] Emitting module SWXMLHash
[11/65] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Resolver.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[12/67] Compiling Yams Tag.swift
[13/67] Compiling Yams YamlAnchorProviding.swift
[14/67] Emitting module ArgumentParserToolInfo
[15/67] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/69] Wrapping AST for ArgumentParserToolInfo for debugging
[19/107] Compiling ArgumentParser ArgumentSet.swift
[20/107] Compiling ArgumentParser CommandParser.swift
[21/107] Compiling ArgumentParser InputKey.swift
[22/107] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/107] Compiling ArgumentParser CompletionsGenerator.swift
[24/107] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/107] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/107] Compiling ArgumentParser Argument.swift
[27/107] Compiling ArgumentParser ArgumentHelp.swift
[28/107] Compiling ArgumentParser OptionGroup.swift
[29/107] Compiling ArgumentParser Errors.swift
[30/107] Compiling ArgumentParser Flag.swift
[31/107] Compiling ArgumentParser NameSpecification.swift
[32/107] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/107] Compiling ArgumentParser AsyncParsableCommand.swift
[34/107] Compiling ArgumentParser ParsableCommand.swift
[35/107] Compiling ArgumentParser CommandConfiguration.swift
[36/107] Compiling ArgumentParser CommandGroup.swift
[38/107] Compiling ArgumentParser EnumerableFlag.swift
[39/107] Compiling ArgumentParser ArgumentVisibility.swift
[40/107] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Resolver.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[44/107] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Resolver.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[49/107] Compiling ArgumentParser ExpressibleByArgument.swift
[50/107] Compiling ArgumentParser ParsableArguments.swift
[56/107] Compiling ArgumentParser ArgumentDecoder.swift
[57/107] Compiling ArgumentParser ArgumentDefinition.swift
[65/109] Emitting module ArgumentParser
[74/116] Wrapping AST for Yams for debugging
[74/116] Wrapping AST for SWXMLHash for debugging
[77/129] Compiling SourceKittenFramework Dictionary+Merge.swift
[78/129] Compiling SourceKittenFramework Documentation.swift
[79/129] Compiling SourceKittenFramework Exec.swift
[80/129] Compiling SourceKittenFramework File+Hashable.swift
[81/129] Compiling SourceKittenFramework File.swift
[82/159] Compiling SourceKittenFramework StringView.swift
[83/159] Compiling SourceKittenFramework Structure.swift
[84/159] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[85/159] Compiling SourceKittenFramework Language.swift
[86/159] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[87/159] Compiling SourceKittenFramework Line.swift
[88/159] Compiling SourceKittenFramework LinuxCompatibility.swift
[89/159] Compiling SourceKittenFramework Module.swift
[90/159] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[91/159] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[92/159] Compiling SourceKittenFramework SwiftDocKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[93/159] Compiling SourceKittenFramework SwiftDocs.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[94/159] Compiling SourceKittenFramework SwiftVersion.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[95/159] Compiling SourceKittenFramework SyntaxKind.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[96/159] Compiling SourceKittenFramework SyntaxMap.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[97/159] Compiling SourceKittenFramework JSONOutput.swift
[98/159] Compiling SourceKittenFramework SyntaxToken.swift
[99/159] Compiling SourceKittenFramework Text.swift
[100/159] Compiling SourceKittenFramework UID.swift
[101/159] Compiling SourceKittenFramework UIDRepresentable.swift
[102/159] Compiling SourceKittenFramework UncheckedSendable.swift
[103/159] Compiling SourceKittenFramework SourceKitObject.swift
[104/159] Compiling SourceKittenFramework SourceLocation.swift
[105/159] Compiling SourceKittenFramework StatementKind.swift
[106/159] Compiling SourceKittenFramework String+SourceKitten.swift
[107/159] Compiling SourceKittenFramework StringView+SourceKitten.swift
[108/159] Compiling SourceKittenFramework Version.swift
[109/159] Compiling SourceKittenFramework OffsetMap.swift
[110/159] Compiling SourceKittenFramework Parameter.swift
[111/159] Compiling SourceKittenFramework Request.swift
[112/159] Compiling SourceKittenFramework SourceDeclaration.swift
[114/161] Compiling SourceKittenFramework ByteCount.swift
[115/161] Compiling SourceKittenFramework ByteRange.swift
[116/161] Compiling SourceKittenFramework Clang+SourceKitten.swift
[117/161] Compiling SourceKittenFramework ClangTranslationUnit.swift
[118/161] Compiling SourceKittenFramework CodeCompletionItem.swift
[119/161] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[126/167] Wrapping AST for ArgumentParser for debugging
[134/167] Emitting module SourceKittenFramework
[159/167] Compiling SourceKittenFramework WindowsError.swift
[160/167] Compiling SourceKittenFramework Xcode.swift
[161/167] Compiling SourceKittenFramework XcodeBuildSetting.swift
[162/167] Compiling SourceKittenFramework library_wrapper.swift
[163/167] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[164/167] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[166/169] Wrapping AST for SourceKittenFramework for debugging
[168/181] Compiling sourcekitten Version.swift
[169/182] Compiling sourcekitten Structure.swift
[170/182] Compiling sourcekitten Syntax.swift
[171/182] Compiling sourcekitten main.swift
[172/182] Compiling sourcekitten Errors.swift
[173/182] Compiling sourcekitten Format.swift
[174/182] Compiling sourcekitten Request.swift
[175/182] Compiling sourcekitten SourceKitten.swift
[176/182] Compiling sourcekitten Index.swift
[177/182] Compiling sourcekitten ModuleInfo.swift
[178/182] Compiling sourcekitten Complete.swift
[179/182] Compiling sourcekitten Doc.swift
[180/182] Emitting module sourcekitten
[182/184] Wrapping AST for sourcekitten for debugging
[183/184] Linking sourcekitten
Build complete! (17.51s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.2",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drmohundro/SWXMLHash.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "SourceKitten",
  "name" : "SourceKitten",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "sourcekitten",
      "targets" : [
        "sourcekitten"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SourceKittenFramework",
      "targets" : [
        "SourceKittenFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sourcekitten",
      "module_type" : "SwiftTarget",
      "name" : "sourcekitten",
      "path" : "Source/sourcekitten",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sourcekitten"
      ],
      "sources" : [
        "Complete.swift",
        "Doc.swift",
        "Errors.swift",
        "Format.swift",
        "Index.swift",
        "ModuleInfo.swift",
        "Request.swift",
        "SourceKitten.swift",
        "Structure.swift",
        "Syntax.swift",
        "Version.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SourceKittenFramework"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SourceKittenFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceKittenFrameworkTests",
      "path" : "Tests/SourceKittenFrameworkTests",
      "sources" : [
        "ByteRangeTests.swift",
        "ClangTranslationUnitTests.swift",
        "CodeCompletionTests.swift",
        "CursorInfoParsingTests.swift",
        "CursorInfoUSRTests.swift",
        "DocInfoTests.swift",
        "FileTests.swift",
        "LibraryWrapperGeneratorTests.swift",
        "ModuleTests.swift",
        "OffsetMapTests.swift",
        "SourceKitObjectTests.swift",
        "SourceKitStrings+Windows.swift",
        "SourceKitTests.swift",
        "StringTests.swift",
        "StructureTests.swift",
        "SwiftDocKeyTests.swift",
        "SwiftDocsTests.swift",
        "SyntaxTests.swift"
      ],
      "target_dependencies" : [
        "SourceKittenFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceKittenFramework",
      "module_type" : "SwiftTarget",
      "name" : "SourceKittenFramework",
      "path" : "Source/SourceKittenFramework",
      "product_dependencies" : [
        "SWXMLHash",
        "Yams"
      ],
      "product_memberships" : [
        "sourcekitten",
        "SourceKittenFramework"
      ],
      "sources" : [
        "ByteCount.swift",
        "ByteRange.swift",
        "Clang+SourceKitten.swift",
        "ClangTranslationUnit.swift",
        "CodeCompletionItem.swift",
        "CursorInfo+Parsing.swift",
        "Dictionary+Merge.swift",
        "Documentation.swift",
        "Exec.swift",
        "File+Hashable.swift",
        "File.swift",
        "JSONOutput.swift",
        "Language.swift",
        "LibraryWrapperGenerator.swift",
        "Line.swift",
        "LinuxCompatibility.swift",
        "Module.swift",
        "ObjCDeclarationKind.swift",
        "OffsetMap.swift",
        "Parameter.swift",
        "Request.swift",
        "SourceDeclaration.swift",
        "SourceKitObject.swift",
        "SourceLocation.swift",
        "StatementKind.swift",
        "String+SourceKitten.swift",
        "StringView+SourceKitten.swift",
        "StringView.swift",
        "Structure.swift",
        "SwiftDeclarationAttributeKind.swift",
        "SwiftDeclarationKind.swift",
        "SwiftDocKey.swift",
        "SwiftDocs.swift",
        "SwiftVersion.swift",
        "SyntaxKind.swift",
        "SyntaxMap.swift",
        "SyntaxToken.swift",
        "Text.swift",
        "UID.swift",
        "UIDRepresentable.swift",
        "UncheckedSendable.swift",
        "Version.swift",
        "WindowsError.swift",
        "Xcode.swift",
        "XcodeBuildSetting.swift",
        "library_wrapper.swift",
        "library_wrapper_Clang_C.swift",
        "library_wrapper_SourceKit.swift"
      ],
      "target_dependencies" : [
        "Clang_C",
        "SourceKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceKit",
      "module_type" : "ClangTarget",
      "name" : "SourceKit",
      "path" : "Source/SourceKit",
      "product_memberships" : [
        "sourcekitten",
        "SourceKittenFramework"
      ],
      "sources" : [
        "SourceKit.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Clang_C",
      "module_type" : "ClangTarget",
      "name" : "Clang_C",
      "path" : "Source/Clang_C",
      "product_memberships" : [
        "sourcekitten",
        "SourceKittenFramework"
      ],
      "sources" : [
        "Clang_C.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.