The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IndexStore, reference 3.3.0 (fea194), with Swift 6.1 for macOS (SPM) on 4 Mar 2026 08:33:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CheekyGhost-Labs/IndexStore.git
Reference: 3.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CheekyGhost-Labs/IndexStore
 * tag               3.3.0      -> FETCH_HEAD
HEAD is now at fea1948 Merge branch 'develop' for 3.3.0 release
Cloned https://github.com/CheekyGhost-Labs/IndexStore.git
Revision (git rev-parse @):
fea19484f610cc2c14e2caa997bdc1899149ad0a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CheekyGhost-Labs/IndexStore.git at 3.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CheekyGhost-Labs/IndexStore.git
https://github.com/CheekyGhost-Labs/IndexStore.git
{
  "dependencies" : [
    {
      "identity" : "indexstore-db",
      "requirement" : {
        "revision" : [
          "swift-6.1-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/indexstore-db.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "exact" : [
          "0.7.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "spimanifest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
    }
  ],
  "manifest_display_name" : "IndexStore",
  "name" : "IndexStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "IndexStore",
      "targets" : [
        "IndexStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IndexStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "IndexStoreTests",
      "path" : "Tests/IndexStoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/IndexStoreTests/Configurations",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "IndexStore/IndexStatusControllerTests.swift",
        "IndexStore/IndexStoreTests.swift",
        "IndexStore/SourceRoleTests.swift",
        "IndexStoreQuery/IndexStoreQueryTests.swift",
        "ProcessInfoExtensionTests.swift",
        "Samples/Classes.swift",
        "Samples/Colors.swift",
        "Samples/EmptySource.swift",
        "Samples/Enums.swift",
        "Samples/Extensions.swift",
        "Samples/Functions.swift",
        "Samples/Inheritance.swift",
        "Samples/InvocationTestCase.swift",
        "Samples/Properties.swift",
        "Samples/Protocols.swift",
        "Samples/Relations.swift",
        "Samples/RelationsRestricted.swift",
        "Samples/SourceContents.swift",
        "Samples/Structs.swift",
        "Samples/Typealias.swift",
        "SourceKindTests.swift",
        "SourceLocationTests.swift",
        "SourceResolvingErrorTests.swift",
        "SourceSymbolCollectionTests.swift",
        "SourceSymbolTests.swift",
        "Utilities/AnyError.swift",
        "Utilities/Logger+Tests.swift"
      ],
      "target_dependencies" : [
        "IndexStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IndexStore",
      "module_type" : "SwiftTarget",
      "name" : "IndexStore",
      "path" : "Sources/IndexStore",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "IndexStoreDB"
      ],
      "product_memberships" : [
        "IndexStore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "IndexStore.swift",
        "Internal/Extensions/IndexStoreDB+Hashable.swift",
        "Internal/Status/IndexStatusController.swift",
        "Internal/Utilities/Logger+Defaults.swift",
        "Internal/Utilities/ProcessInfo+Environment.swift",
        "Internal/Utilities/Shell.swift",
        "Public/Convenience/IndexStore+ClassConvenience.swift",
        "Public/Convenience/IndexStore+ExtensionConvenience.swift",
        "Public/Convenience/IndexStore+InvocationConvenience.swift",
        "Public/Convenience/IndexStore+ProtocolConvenience.swift",
        "Public/Convenience/IndexStore+References.swift",
        "Public/Errors/SourceResolvingError.swift",
        "Public/IndexStore+Configuration.swift",
        "Public/IndexStoreQuery/IndexStoreQuery+Declarations.swift",
        "Public/IndexStoreQuery/IndexStoreQuery+Extensions.swift",
        "Public/IndexStoreQuery/IndexStoreQuery+Functions.swift",
        "Public/IndexStoreQuery/IndexStoreQuery+Properties.swift",
        "Public/IndexStoreQuery/IndexStoreQuery.swift",
        "Public/SourceSymbol/SourceDetailsCollection.swift",
        "Public/SourceSymbol/SourceKind.swift",
        "Public/SourceSymbol/SourceLocation.swift",
        "Public/SourceSymbol/SourceRole.swift",
        "Public/SourceSymbol/SourceSymbol.swift",
        "Public/Status/UnitInfo.swift",
        "Public/Workspace/Workspace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin ValidatorPlugin
Building for debugging...
[1/11] Write sources
[3/11] Copying PrivacyInfo.xcprivacy
[5/11] Write sources
[7/11] Compiling TSCclibc process.c
[8/11] Compiling TSCclibc libc.c
[9/11] Write swift-version-2F0A5646E1D333AE.txt
[10/13] Compiling IndexStoreDB_CIndexStoreDB CIndexStoreDB.cpp
[12/22] Compiling TSCLibc libc.swift
[13/22] Emitting module TSCLibc
[14/63] Compiling IndexStoreDB SymbolProperty.swift
[15/63] Emitting module TSCBasic
[16/67] Compiling TSCBasic DeltaAlgorithm.swift
[17/67] Compiling TSCBasic DiagnosticsEngine.swift
[18/67] Compiling TSCBasic DictionaryExtensions.swift
[19/67] Compiling TSCBasic DictionaryLiteralExtensions.swift
[20/67] Compiling TSCBasic EditDistance.swift
[21/67] Compiling IndexStoreDB SymbolOccurrence.swift
[22/67] Compiling IndexStoreDB SymbolRole.swift
[23/67] Compiling IndexStoreDB SymbolLocation.swift
[24/67] Compiling IndexStoreDB Symbol.swift
[25/67] Compiling IndexStoreDB IndexStoreDB.swift
[26/67] Emitting module IndexStoreDB
[27/67] Compiling IndexStoreDB IndexDelegate.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "CIndexStoreDB.h"
  |         `- note: in file included from <module-includes>:1:
2 |
[28/67] Compiling IndexStoreDB IndexStoreDBError.swift
[29/67] Compiling TSCBasic Closable.swift
[30/67] Compiling TSCBasic CodableResult.swift
[31/67] Compiling TSCBasic CollectionAlgorithms.swift
[32/67] Compiling TSCBasic CollectionExtensions.swift
[33/67] Compiling TSCBasic Condition.swift
[34/67] Compiling TSCBasic StringConversions.swift
[35/67] Compiling TSCBasic SynchronizedQueue.swift
[36/67] Compiling TSCBasic TemporaryFile.swift
[37/67] Compiling TSCBasic TerminalController.swift
[38/67] Compiling TSCBasic OSLog.swift
[39/67] Compiling TSCBasic ObjectIdentifierProtocol.swift
[40/67] Compiling TSCBasic OrderedDictionary.swift
[41/67] Compiling TSCBasic OrderedSet.swift
[42/67] Compiling TSCBasic Await.swift
[43/67] Compiling TSCBasic Base64URL.swift
[44/67] Compiling TSCBasic ByteString.swift
[45/67] Compiling TSCBasic CStringArray.swift
[46/67] Compiling TSCBasic CacheableSequence.swift
[47/67] Compiling TSCBasic ProcessSet.swift
[48/67] Compiling TSCBasic RegEx.swift
[49/67] Compiling TSCBasic Result.swift
[50/67] Compiling TSCBasic SortedArray.swift
[51/67] Compiling TSCBasic Thread.swift
[52/67] Compiling TSCBasic Tuple.swift
[53/67] Compiling TSCBasic WritableByteStream.swift
[54/67] Compiling TSCBasic misc.swift
[55/67] Compiling TSCBasic JSONMapper.swift
[56/67] Compiling TSCBasic KeyedPair.swift
[57/67] Compiling TSCBasic LazyCache.swift
[58/67] Compiling TSCBasic Lock.swift
[59/67] Compiling TSCBasic Path.swift
[60/67] Compiling TSCBasic PathShims.swift
[61/67] Compiling TSCBasic Process.swift
[62/67] Compiling TSCBasic ProcessEnv.swift
[63/67] Compiling TSCBasic FileInfo.swift
[64/67] Compiling TSCBasic FileSystem.swift
[65/67] Compiling TSCBasic GraphAlgorithms.swift
[66/67] Compiling TSCBasic HashAlgorithms.swift
[67/67] Compiling TSCBasic JSON.swift
[68/103] Compiling TSCUtility BuildFlags.swift
[69/103] Compiling TSCUtility CollectionExtensions.swift
[70/103] Compiling TSCUtility Context.swift
[71/103] Compiling TSCUtility Diagnostics.swift
[72/106] Emitting module TSCUtility
[73/106] Compiling TSCUtility FSWatch.swift
[74/106] Compiling TSCUtility FloatingPointExtensions.swift
[75/106] Compiling TSCUtility Git.swift
[76/106] Compiling TSCUtility Hex.swift
[77/106] Compiling TSCUtility Archiver.swift
[78/106] Compiling TSCUtility ArgumentParser.swift
[79/106] Compiling TSCUtility ArgumentParserShellCompletion.swift
[80/106] Compiling TSCUtility Array+Extensions.swift
[81/106] Compiling TSCUtility Versioning.swift
[82/106] Compiling TSCUtility dlopen.swift
[83/106] Compiling TSCUtility misc.swift
[84/106] Compiling TSCUtility IndexStore.swift
[85/106] Compiling TSCUtility InterruptHandler.swift
[86/106] Compiling TSCUtility JSONMessageStreamingParser.swift
[87/106] Compiling TSCUtility Netrc.swift
[88/106] Compiling TSCUtility OSLog.swift
[89/106] Compiling TSCUtility OrderedZip.swift
[90/106] Compiling TSCUtility PkgConfig.swift
[91/106] Compiling TSCUtility Platform.swift
[92/106] Compiling TSCUtility URL.swift
[93/106] Compiling TSCUtility Verbosity.swift
[94/106] Compiling TSCUtility Version.swift
[95/106] Compiling TSCUtility StringExtensions.swift
[96/106] Compiling TSCUtility StringMangling.swift
[97/106] Compiling TSCUtility Tracing.swift
[98/106] Compiling TSCUtility Triple.swift
[99/106] Compiling TSCUtility PolymorphicCodable.swift
[100/106] Compiling TSCUtility ProgressAnimation.swift
[101/106] Compiling TSCUtility SerializedDiagnostics.swift
[102/106] Compiling TSCUtility SimplePersistence.swift
[103/106] Compiling TSCUtility Bits.swift
[104/106] Compiling TSCUtility Bitstream.swift
[105/106] Compiling TSCUtility BitstreamReader.swift
[106/106] Compiling TSCUtility BitstreamWriter.swift
[107/131] Compiling IndexStore SourceSymbol.swift
[108/131] Compiling IndexStore UnitInfo.swift
[109/131] Compiling IndexStore SourceLocation.swift
[110/131] Compiling IndexStore SourceRole.swift
[111/133] Compiling IndexStore IndexStore+ProtocolConvenience.swift
[112/133] Compiling IndexStore IndexStore+References.swift
[113/133] Compiling IndexStore SourceResolvingError.swift
[114/133] Compiling IndexStore IndexStore+ClassConvenience.swift
[115/133] Compiling IndexStore IndexStore+ExtensionConvenience.swift
[116/133] Compiling IndexStore IndexStore+InvocationConvenience.swift
[117/133] Emitting module IndexStore
[118/133] Compiling IndexStore IndexStoreQuery+Functions.swift
[119/133] Compiling IndexStore IndexStoreQuery+Properties.swift
[120/133] Compiling IndexStore IndexStoreQuery.swift
[121/133] Compiling IndexStore IndexStore+Configuration.swift
[122/133] Compiling IndexStore IndexStoreQuery+Declarations.swift
[123/133] Compiling IndexStore IndexStoreQuery+Extensions.swift
[124/133] Compiling IndexStore Logger+Defaults.swift
[125/133] Compiling IndexStore ProcessInfo+Environment.swift
[126/133] Compiling IndexStore Shell.swift
[127/133] Compiling IndexStore SourceDetailsCollection.swift
[128/133] Compiling IndexStore SourceKind.swift
[129/133] Compiling IndexStore IndexStore.swift
[130/133] Compiling IndexStore IndexStoreDB+Hashable.swift
[131/133] Compiling IndexStore IndexStatusController.swift
[132/133] Compiling IndexStore Workspace.swift
[133/133] Compiling IndexStore resource_bundle_accessor.swift
Build complete! (22.44s)
Fetching https://github.com/swiftlang/indexstore-db.git
[1/5797] Fetching indexstore-db
Fetched https://github.com/swiftlang/indexstore-db.git from cache (1.38s)
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git from cache
Fetching https://github.com/apple/swift-tools-support-core.git from cache
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (0.67s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.99s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.1 (1.68s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (0.59s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.66s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (2.26s)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.1
Creating working copy for https://github.com/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at 0.19.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/swiftlang/indexstore-db.git
Working copy of https://github.com/swiftlang/indexstore-db.git resolved at swift-6.1-RELEASE (54212fc)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "indexstore-db",
      "requirement" : {
        "revision" : [
          "swift-6.1-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/indexstore-db.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "exact" : [
          "0.7.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "spimanifest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
    }
  ],
  "manifest_display_name" : "IndexStore",
  "name" : "IndexStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "IndexStore",
      "targets" : [
        "IndexStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IndexStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "IndexStoreTests",
      "path" : "Tests/IndexStoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/IndexStoreTests/Configurations",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "IndexStore/IndexStatusControllerTests.swift",
        "IndexStore/IndexStoreTests.swift",
        "IndexStore/SourceRoleTests.swift",
        "IndexStoreQuery/IndexStoreQueryTests.swift",
        "ProcessInfoExtensionTests.swift",
        "Samples/Classes.swift",
        "Samples/Colors.swift",
        "Samples/EmptySource.swift",
        "Samples/Enums.swift",
        "Samples/Extensions.swift",
        "Samples/Functions.swift",
        "Samples/Inheritance.swift",
        "Samples/InvocationTestCase.swift",
        "Samples/Properties.swift",
        "Samples/Protocols.swift",
        "Samples/Relations.swift",
        "Samples/RelationsRestricted.swift",
        "Samples/SourceContents.swift",
        "Samples/Structs.swift",
        "Samples/Typealias.swift",
        "SourceKindTests.swift",
        "SourceLocationTests.swift",
        "SourceResolvingErrorTests.swift",
        "SourceSymbolCollectionTests.swift",
        "SourceSymbolTests.swift",
        "Utilities/AnyError.swift",
        "Utilities/Logger+Tests.swift"
      ],
      "target_dependencies" : [
        "IndexStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IndexStore",
      "module_type" : "SwiftTarget",
      "name" : "IndexStore",
      "path" : "Sources/IndexStore",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "IndexStoreDB"
      ],
      "product_memberships" : [
        "IndexStore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "IndexStore.swift",
        "Internal/Extensions/IndexStoreDB+Hashable.swift",
        "Internal/Status/IndexStatusController.swift",
        "Internal/Utilities/Logger+Defaults.swift",
        "Internal/Utilities/ProcessInfo+Environment.swift",
        "Internal/Utilities/Shell.swift",
        "Public/Convenience/IndexStore+ClassConvenience.swift",
        "Public/Convenience/IndexStore+ExtensionConvenience.swift",
        "Public/Convenience/IndexStore+InvocationConvenience.swift",
        "Public/Convenience/IndexStore+ProtocolConvenience.swift",
        "Public/Convenience/IndexStore+References.swift",
        "Public/Errors/SourceResolvingError.swift",
        "Public/IndexStore+Configuration.swift",
        "Public/IndexStoreQuery/IndexStoreQuery+Declarations.swift",
        "Public/IndexStoreQuery/IndexStoreQuery+Extensions.swift",
        "Public/IndexStoreQuery/IndexStoreQuery+Functions.swift",
        "Public/IndexStoreQuery/IndexStoreQuery+Properties.swift",
        "Public/IndexStoreQuery/IndexStoreQuery.swift",
        "Public/SourceSymbol/SourceDetailsCollection.swift",
        "Public/SourceSymbol/SourceKind.swift",
        "Public/SourceSymbol/SourceLocation.swift",
        "Public/SourceSymbol/SourceRole.swift",
        "Public/SourceSymbol/SourceSymbol.swift",
        "Public/Status/UnitInfo.swift",
        "Public/Workspace/Workspace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.