The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftIndexStore, reference master (7fc1b1), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 23:53:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ileitch/swift-indexstore.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ileitch/swift-indexstore
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7fc1b1e Update IndexStoreSymbol
Cloned https://github.com/ileitch/swift-indexstore.git
Revision (git rev-parse @):
7fc1b1e59955b070e28bb32c29e8774625bab5a1
SUCCESS checkout https://github.com/ileitch/swift-indexstore.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ileitch/swift-indexstore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/11] Write sources
[2/11] Write index-dump-tool-entitlement.plist
[2/11] Write sources
[6/11] Compiling _CIndexStore dummy.c
[7/11] Write swift-version-1EA4D86E10B52AF.txt
[9/23] Emitting module ArgumentParserToolInfo
[10/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/62] Compiling SwiftIndexStore IndexStoreRelation.swift
[12/63] Emitting module ArgumentParser
[13/67] Compiling ArgumentParser CommandConfiguration.swift
[14/67] Compiling ArgumentParser CommandGroup.swift
[15/67] Compiling ArgumentParser EnumerableFlag.swift
[16/67] Compiling ArgumentParser ExpressibleByArgument.swift
[17/67] Compiling ArgumentParser ArgumentHelp.swift
[18/67] Compiling ArgumentParser ArgumentVisibility.swift
[19/67] Compiling ArgumentParser CompletionKind.swift
[20/67] Compiling ArgumentParser Errors.swift
[21/67] Compiling ArgumentParser Flag.swift
[22/67] Compiling ArgumentParser Platform.swift
[23/67] Compiling ArgumentParser SequenceExtensions.swift
[24/67] Compiling ArgumentParser StringExtensions.swift
[25/67] Compiling ArgumentParser Tree.swift
[26/67] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/67] Compiling ArgumentParser CompletionsGenerator.swift
[28/67] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/67] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/67] Compiling ArgumentParser Argument.swift
[31/67] Compiling ArgumentParser ParsableArguments.swift
[32/67] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/67] Compiling ArgumentParser ParsableCommand.swift
[34/67] Compiling ArgumentParser ArgumentDecoder.swift
[35/67] Compiling ArgumentParser InputOrigin.swift
[36/67] Compiling ArgumentParser Name.swift
[37/67] Compiling ArgumentParser Parsed.swift
[38/67] Compiling ArgumentParser ParsedValues.swift
[39/67] Emitting module SwiftIndexStore
[40/67] Compiling SwiftIndexStore UnfairLock.swift
[41/67] Compiling SwiftIndexStore IndexStoreOccurrence.swift
[42/67] Compiling SwiftIndexStore IndexStoreError.swift
[43/67] Compiling SwiftIndexStore LibIndexStore.swift
[44/67] Compiling SwiftIndexStore IndexStoreUnit.swift
[45/67] Compiling SwiftIndexStore OptionSetDisplayable.swift
[46/67] Compiling SwiftIndexStore IndexStoreSymbol.swift
[47/67] Compiling SwiftIndexStore Process+Extension.swift
[48/67] Compiling SwiftIndexStore SwiftIndexStore.swift
[49/67] Compiling ArgumentParser ArgumentDefinition.swift
[50/67] Compiling ArgumentParser ArgumentSet.swift
[51/67] Compiling ArgumentParser CommandParser.swift
[52/67] Compiling ArgumentParser InputKey.swift
[53/67] Compiling ArgumentParser ParserError.swift
[54/67] Compiling ArgumentParser SplitArguments.swift
[55/67] Compiling ArgumentParser DumpHelpGenerator.swift
[56/67] Compiling ArgumentParser HelpCommand.swift
[57/67] Compiling ArgumentParser NameSpecification.swift
[58/67] Compiling ArgumentParser Option.swift
[59/67] Compiling ArgumentParser OptionGroup.swift
[60/67] Compiling ArgumentParser AsyncParsableCommand.swift
[61/67] Compiling ArgumentParser HelpGenerator.swift
[62/67] Compiling ArgumentParser MessageInfo.swift
[63/67] Compiling ArgumentParser UsageGenerator.swift
[64/67] Compiling ArgumentParser CollectionExtensions.swift
[65/70] Emitting module IndexDumpTool
[66/70] Compiling IndexDumpTool IndexDumpTool.swift
[67/70] Compiling IndexDumpTool main.swift
[67/70] Write Objects.LinkFileList
[68/70] Linking index-dump-tool
[69/70] Applying index-dump-tool
Build complete! (12.44s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.99s)
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.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "SwiftIndexStore",
  "name" : "SwiftIndexStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftIndexStore",
      "targets" : [
        "SwiftIndexStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "index-dump-tool",
      "targets" : [
        "IndexDumpTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CIndexStore",
      "module_type" : "ClangTarget",
      "name" : "_CIndexStore",
      "path" : "Sources/_CIndexStore",
      "product_memberships" : [
        "SwiftIndexStore",
        "index-dump-tool"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftIndexStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIndexStoreTests",
      "path" : "Tests/SwiftIndexStoreTests",
      "sources" : [
        "IndexSpace.swift",
        "SwiftIndexStoreTests.swift",
        "Toolchain.swift"
      ],
      "target_dependencies" : [
        "SwiftIndexStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftIndexStore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIndexStore",
      "path" : "Sources/SwiftIndexStore",
      "product_memberships" : [
        "SwiftIndexStore",
        "index-dump-tool"
      ],
      "sources" : [
        "IndexStoreError.swift",
        "IndexStoreOccurrence.swift",
        "IndexStoreRelation.swift",
        "IndexStoreSymbol.swift",
        "IndexStoreUnit.swift",
        "LibIndexStore.swift",
        "OptionSetDisplayable.swift",
        "Process+Extension.swift",
        "SwiftIndexStore.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "_CIndexStore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexDumpTool",
      "module_type" : "SwiftTarget",
      "name" : "IndexDumpTool",
      "path" : "Sources/IndexDumpTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "index-dump-tool"
      ],
      "sources" : [
        "IndexDumpTool.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftIndexStore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Done.