The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftIndexStore, reference 0.5.0 (26d3af), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 18:52:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kateinoigakukun/swift-indexstore.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kateinoigakukun/swift-indexstore
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 26d3af1 Merge pull request #17 from ileitch/bazel9
Cloned https://github.com/kateinoigakukun/swift-indexstore.git
Revision (git rev-parse @):
26d3af186fb38ec3a96c8a9a3172b7ccc3565524
SUCCESS checkout https://github.com/kateinoigakukun/swift-indexstore.git at 0.5.0
Fetching https://github.com/apple/swift-argument-parser
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.0 (4.60s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-indexstore",
      "name": "SwiftIndexStore",
      "url": "https://github.com/kateinoigakukun/swift-indexstore.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-indexstore",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kateinoigakukun/swift-indexstore.git
[1/330] Fetching swift-indexstore
Fetched https://github.com/kateinoigakukun/swift-indexstore.git from cache (0.91s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.06s)
Creating working copy for https://github.com/kateinoigakukun/swift-indexstore.git
Working copy of https://github.com/kateinoigakukun/swift-indexstore.git resolved at 0.5.0 (26d3af1)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kateinoigakukun/swift-indexstore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[1/10] Write index-dump-tool-entitlement.plist
[4/10] Write sources
[5/10] Compiling _CIndexStore dummy.c
[6/10] Write swift-version--6988338F2F200930.txt
[8/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/22] Emitting module ArgumentParserToolInfo
[10/57] Emitting module ArgumentParser
[11/60] Compiling ArgumentParser CommandConfiguration.swift
[12/60] Compiling ArgumentParser EnumerableFlag.swift
[13/60] Compiling ArgumentParser ExpressibleByArgument.swift
[14/60] Compiling ArgumentParser ParsableArguments.swift
[15/60] Compiling ArgumentParser Argument.swift
[16/60] Compiling ArgumentParser ArgumentHelp.swift
[17/60] Compiling ArgumentParser CompletionKind.swift
[18/60] Compiling ArgumentParser Errors.swift
[19/60] Compiling ArgumentParser Parsed.swift
[20/60] Compiling ArgumentParser ParsedValues.swift
[21/60] Compiling ArgumentParser ParserError.swift
[22/60] Compiling ArgumentParser SplitArguments.swift
[23/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[24/60] Compiling ArgumentParser CompletionsGenerator.swift
[25/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[26/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[27/60] Compiling ArgumentParser SequenceExtensions.swift
[28/60] Compiling ArgumentParser StringExtensions.swift
[29/60] Compiling ArgumentParser Tree.swift
[30/60] Emitting module SwiftIndexStore
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:17:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
 15 |     func getPath() -> String { url.path }
 16 |
 17 |     subscript<T>(dynamicMember keyPath: KeyPath<indexstore_functions_t, T>) -> T {
    |     `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
 18 |         api[keyPath: keyPath]
 19 |     }
[31/60] Compiling SwiftIndexStore IndexStoreError.swift
[32/61] Compiling ArgumentParser Flag.swift
[33/61] Compiling ArgumentParser NameSpecification.swift
[34/61] Compiling ArgumentParser Option.swift
[35/61] Compiling ArgumentParser OptionGroup.swift
[36/61] Compiling SwiftIndexStore Process+Extension.swift
[37/61] Compiling SwiftIndexStore OptionSetDisplayable.swift
[38/61] Compiling SwiftIndexStore LibIndexStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:17:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
 15 |     func getPath() -> String { url.path }
 16 |
 17 |     subscript<T>(dynamicMember keyPath: KeyPath<indexstore_functions_t, T>) -> T {
    |     `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
 18 |         api[keyPath: keyPath]
 19 |     }
[39/61] Compiling SwiftIndexStore IndexStoreSymbol.swift
[40/61] Compiling SwiftIndexStore IndexStoreUnit.swift
[41/61] Compiling SwiftIndexStore IndexStoreRelation.swift
[42/61] Compiling SwiftIndexStore IndexStoreOccurrence.swift
[43/61] Compiling SwiftIndexStore SwiftIndexStore.swift
[44/61] Compiling ArgumentParser DumpHelpGenerator.swift
[45/61] Compiling ArgumentParser HelpCommand.swift
[46/61] Compiling ArgumentParser HelpGenerator.swift
[47/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[48/61] Compiling ArgumentParser ParsableCommand.swift
[49/61] Compiling ArgumentParser ArgumentDecoder.swift
[50/61] Compiling ArgumentParser ArgumentDefinition.swift
[51/61] Compiling ArgumentParser ArgumentSet.swift
[52/61] Compiling ArgumentParser CommandParser.swift
[53/61] Compiling ArgumentParser InputOrigin.swift
[54/61] Compiling ArgumentParser Name.swift
[55/61] Compiling SwiftIndexStore UnfairLock.swift
[56/61] Compiling ArgumentParser MessageInfo.swift
[57/61] Compiling ArgumentParser UsageGenerator.swift
[58/61] Compiling ArgumentParser CollectionExtensions.swift
[59/64] Compiling IndexDumpTool main.swift
[60/64] Emitting module IndexDumpTool
[61/64] Compiling IndexDumpTool IndexDumpTool.swift
[61/64] Write Objects.LinkFileList
[62/64] Linking index-dump-tool
[63/64] Applying index-dump-tool
Build complete! (6.16s)
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.