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 swift-tools-support-core, reference 0.7.3 (e8fbc8), with Swift 5.9 for macOS (SPM) on 1 May 2025 19:17:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-tools-support-core.git
Reference: 0.7.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/swift-tools-support-core
 * tag               0.7.3      -> FETCH_HEAD
HEAD is now at e8fbc8b Fix an issue where process handles are leaked in exec on Windows
Cloned https://github.com/swiftlang/swift-tools-support-core.git
Revision (git rev-parse @):
e8fbc8b05a155f311b862178d92d043afb216fe3
SUCCESS checkout https://github.com/swiftlang/swift-tools-support-core.git at 0.7.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/swiftlang/swift-tools-support-core.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Compiling TSCclibc process.c
[1/4] Compiling TSCclibc libc.c
[2/6] Compiling TSCclibc strerror.c
[4/6] Emitting module TSCLibc
[5/6] Compiling TSCLibc libc.swift
[6/47] Compiling TSCBasic OSLog.swift
[7/47] Compiling TSCBasic ObjectIdentifierProtocol.swift
[8/47] Compiling TSCBasic OrderedDictionary.swift
[9/47] Compiling TSCBasic OrderedSet.swift
[10/51] Compiling TSCBasic DeltaAlgorithm.swift
[11/51] Compiling TSCBasic DiagnosticsEngine.swift
[12/51] Compiling TSCBasic DictionaryExtensions.swift
[13/51] Compiling TSCBasic DictionaryLiteralExtensions.swift
[14/51] Compiling TSCBasic EditDistance.swift
[15/51] Compiling TSCBasic Closable.swift
[16/51] Compiling TSCBasic CodableResult.swift
[17/51] Compiling TSCBasic CollectionAlgorithms.swift
[18/51] Compiling TSCBasic CollectionExtensions.swift
[19/51] Compiling TSCBasic Condition.swift
[20/51] Compiling TSCBasic JSONMapper.swift
[21/51] Compiling TSCBasic KeyedPair.swift
[22/51] Compiling TSCBasic LazyCache.swift
[23/51] Compiling TSCBasic Lock.swift
[24/51] Emitting module TSCBasic
[25/51] Compiling TSCBasic Await.swift
[26/51] Compiling TSCBasic Base64URL.swift
[27/51] Compiling TSCBasic ByteString.swift
[28/51] Compiling TSCBasic CStringArray.swift
[29/51] Compiling TSCBasic CacheableSequence.swift
[30/51] Compiling TSCBasic StringConversions.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[31/51] Compiling TSCBasic SynchronizedQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[32/51] Compiling TSCBasic TemporaryFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[33/51] Compiling TSCBasic TerminalController.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[34/51] Compiling TSCBasic ProcessSet.swift
[35/51] Compiling TSCBasic RegEx.swift
[36/51] Compiling TSCBasic Result.swift
[37/51] Compiling TSCBasic SortedArray.swift
[38/51] Compiling TSCBasic Path.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[39/51] Compiling TSCBasic PathShims.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[40/51] Compiling TSCBasic Process.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[41/51] Compiling TSCBasic ProcessEnv.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[42/51] Compiling TSCBasic FileInfo.swift
[43/51] Compiling TSCBasic FileSystem.swift
[44/51] Compiling TSCBasic GraphAlgorithms.swift
[45/51] Compiling TSCBasic HashAlgorithms.swift
[46/51] Compiling TSCBasic JSON.swift
[47/51] Compiling TSCBasic Thread.swift
[48/51] Compiling TSCBasic Tuple.swift
[49/51] Compiling TSCBasic WritableByteStream.swift
[50/51] Compiling TSCBasic misc.swift
[51/87] Compiling TSCUtility FSWatch.swift
[52/87] Compiling TSCUtility FloatingPointExtensions.swift
[53/87] Compiling TSCUtility Git.swift
[54/87] Compiling TSCUtility Hex.swift
[55/90] Emitting module TSCUtility
[56/90] Compiling TSCUtility OSLog.swift
[57/90] Compiling TSCUtility OrderedZip.swift
[58/90] Compiling TSCUtility PkgConfig.swift
[59/90] Compiling TSCUtility Platform.swift
[60/90] Compiling TSCUtility BuildFlags.swift
[61/90] Compiling TSCUtility CollectionExtensions.swift
[62/90] Compiling TSCUtility Context.swift
[63/90] Compiling TSCUtility Diagnostics.swift
[64/90] Compiling TSCUtility Versioning.swift
[65/90] Compiling TSCUtility dlopen.swift
[66/90] Compiling TSCUtility misc.swift
[67/90] Compiling TSCUtility PolymorphicCodable.swift
[68/90] Compiling TSCUtility ProgressAnimation.swift
[69/90] Compiling TSCUtility SerializedDiagnostics.swift
[70/90] Compiling TSCUtility SimplePersistence.swift
[71/90] Compiling TSCUtility URL.swift
[72/90] Compiling TSCUtility Verbosity.swift
[73/90] Compiling TSCUtility Version.swift
[74/90] Compiling TSCUtility IndexStore.swift
[75/90] Compiling TSCUtility InterruptHandler.swift
[76/90] Compiling TSCUtility JSONMessageStreamingParser.swift
[77/90] Compiling TSCUtility Netrc.swift
[78/90] Compiling TSCUtility Bits.swift
[79/90] Compiling TSCUtility Bitstream.swift
[80/90] Compiling TSCUtility BitstreamReader.swift
[81/90] Compiling TSCUtility BitstreamWriter.swift
[82/90] Compiling TSCUtility StringExtensions.swift
[83/90] Compiling TSCUtility StringMangling.swift
[84/90] Compiling TSCUtility Tracing.swift
[85/90] Compiling TSCUtility Triple.swift
[86/90] Compiling TSCUtility Archiver.swift
[87/90] Compiling TSCUtility ArgumentParser.swift
[88/90] Compiling TSCUtility ArgumentParserShellCompletion.swift
[89/90] Compiling TSCUtility Array+Extensions.swift
[89/100] Linking libSwiftToolsSupport.dylib
[91/100] Compiling TSCTestSupport XCTestCasePerf.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCTestSupport/XCTestCasePerf.swift:23:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars.keys.contains("TSC_ENABLE_PERF_TESTS") {
                      ^
[92/100] Compiling TSCTestSupport PseudoTerminal.swift
[93/100] Compiling TSCTestSupport misc.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCTestSupport/misc.swift:65:55: warning: 'vars' is deprecated: Use `block` instead
    let state = Array(env.keys).map({ ($0, ProcessEnv.vars[$0]) })
                                                      ^
[94/100] Compiling TSCTestSupport XCTAssertHelpers.swift
[95/100] Compiling TSCTestSupport Product.swift
[96/100] Compiling TSCTestSupport AssertMatch.swift
[97/100] Compiling TSCTestSupport FileSystemExtensions.swift
[98/100] Compiling TSCTestSupport DiagnosticsEngine.swift
[99/100] Emitting module TSCTestSupport
[100/100] Compiling TSCTestSupport JSONExtensions.swift
Build complete! (14.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-tools-support-core",
  "name" : "swift-tools-support-core",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TSCBasic",
      "targets" : [
        "TSCBasic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftToolsSupport",
      "targets" : [
        "TSCBasic",
        "TSCUtility"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SwiftToolsSupport-auto",
      "targets" : [
        "TSCBasic",
        "TSCUtility"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TSCTestSupport",
      "targets" : [
        "TSCTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TSCclibc",
      "module_type" : "ClangTarget",
      "name" : "TSCclibc",
      "path" : "Sources/TSCclibc",
      "product_memberships" : [
        "TSCBasic",
        "SwiftToolsSupport",
        "SwiftToolsSupport-auto",
        "TSCTestSupport"
      ],
      "sources" : [
        "libc.c",
        "process.c",
        "strerror.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TSCUtilityTests",
      "module_type" : "SwiftTarget",
      "name" : "TSCUtilityTests",
      "path" : "Tests/TSCUtilityTests",
      "sources" : [
        "ArchiverTests.swift",
        "ArgumentParserTests.swift",
        "BitstreamTests.swift",
        "CollectionTests.swift",
        "ContextTests.swift",
        "DiagnosticsUtilityTests.swift",
        "HexTests.swift",
        "InterruptHandlerTests.swift",
        "JSONMessageStreamingParserTests.swift",
        "NetrcTests.swift",
        "PkgConfigParserTests.swift",
        "PlatformTests.swift",
        "PolymorphicCodableTests.swift",
        "ProgressAnimationTests.swift",
        "SendableTests.swift",
        "SerializedDiagnosticsTests.swift",
        "SimplePersistenceTests.swift",
        "StringConversionTests.swift",
        "StringTests.swift",
        "TracingTests.swift",
        "TripleTests.swift",
        "VersionTests.swift",
        "miscTests.swift"
      ],
      "target_dependencies" : [
        "TSCUtility",
        "TSCTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TSCUtility",
      "module_type" : "SwiftTarget",
      "name" : "TSCUtility",
      "path" : "Sources/TSCUtility",
      "product_memberships" : [
        "SwiftToolsSupport",
        "SwiftToolsSupport-auto",
        "TSCTestSupport"
      ],
      "sources" : [
        "Archiver.swift",
        "ArgumentParser.swift",
        "ArgumentParserShellCompletion.swift",
        "Array+Extensions.swift",
        "Bits.swift",
        "Bitstream.swift",
        "BitstreamReader.swift",
        "BitstreamWriter.swift",
        "BuildFlags.swift",
        "CollectionExtensions.swift",
        "Context.swift",
        "Diagnostics.swift",
        "FSWatch.swift",
        "FloatingPointExtensions.swift",
        "Git.swift",
        "Hex.swift",
        "IndexStore.swift",
        "InterruptHandler.swift",
        "JSONMessageStreamingParser.swift",
        "Netrc.swift",
        "OSLog.swift",
        "OrderedZip.swift",
        "PkgConfig.swift",
        "Platform.swift",
        "PolymorphicCodable.swift",
        "ProgressAnimation.swift",
        "SerializedDiagnostics.swift",
        "SimplePersistence.swift",
        "StringExtensions.swift",
        "StringMangling.swift",
        "Tracing.swift",
        "Triple.swift",
        "URL.swift",
        "Verbosity.swift",
        "Version.swift",
        "Versioning.swift",
        "dlopen.swift",
        "misc.swift"
      ],
      "target_dependencies" : [
        "TSCBasic",
        "TSCclibc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TSCTestSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "TSCTestSupportTests",
      "path" : "Tests/TSCTestSupportTests",
      "sources" : [
        "TestSupportTests.swift"
      ],
      "target_dependencies" : [
        "TSCTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TSCTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TSCTestSupport",
      "path" : "Sources/TSCTestSupport",
      "product_memberships" : [
        "TSCTestSupport"
      ],
      "sources" : [
        "AssertMatch.swift",
        "DiagnosticsEngine.swift",
        "FileSystemExtensions.swift",
        "JSONExtensions.swift",
        "Product.swift",
        "PseudoTerminal.swift",
        "XCTAssertHelpers.swift",
        "XCTestCasePerf.swift",
        "misc.swift"
      ],
      "target_dependencies" : [
        "TSCBasic",
        "TSCUtility"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TSCLibc",
      "module_type" : "SwiftTarget",
      "name" : "TSCLibc",
      "path" : "Sources/TSCLibc",
      "product_memberships" : [
        "TSCBasic",
        "SwiftToolsSupport",
        "SwiftToolsSupport-auto",
        "TSCTestSupport"
      ],
      "sources" : [
        "libc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TSCBasicTests",
      "module_type" : "SwiftTarget",
      "name" : "TSCBasicTests",
      "path" : "Tests/TSCBasicTests",
      "sources" : [
        "AwaitTests.swift",
        "Base64URLTests.swift",
        "ByteStringTests.swift",
        "CStringArrayTests.swift",
        "CacheableSequenceTests.swift",
        "CollectionAlgorithmsTests.swift",
        "CollectionExtensionsTests.swift",
        "ConditionTests.swift",
        "DeltaAlgorithmTests.swift",
        "DiagnosticsEngineTests.swift",
        "DictionaryExtensionsTests.swift",
        "DictionaryLiteralExtensionsTests.swift",
        "EditDistanceTests.swift",
        "FileSystemTests.swift",
        "GraphAlgorithmsTests.swift",
        "JSONMapperTests.swift",
        "JSONTests.swift",
        "KeyedPairTests.swift",
        "LazyCacheTests.swift",
        "LockTests.swift",
        "ObjectIdentifierProtocolTests.swift",
        "OrderedDictionaryTests.swift",
        "OrderedSetTests.swift",
        "POSIXTests.swift",
        "PathShimTests.swift",
        "PathTests.swift",
        "ProcessEnvTests.swift",
        "ProcessSetTests.swift",
        "ProcessTests.swift",
        "RegExTests.swift",
        "ResultTests.swift",
        "SHA256Tests.swift",
        "SendableTests.swift",
        "SortedArrayTests.swift",
        "StringConversionsTests.swift",
        "SynchronizedQueueTests.swift",
        "TemporaryFileTests.swift",
        "TerminalControllerTests.swift",
        "ThreadTests.swift",
        "TupleTests.swift",
        "WritableByteStreamTests.swift",
        "miscTests.swift"
      ],
      "target_dependencies" : [
        "TSCTestSupport",
        "TSCclibc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TSCBasicPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "TSCBasicPerformanceTests",
      "path" : "Tests/TSCBasicPerformanceTests",
      "sources" : [
        "ByteStringPerfTests.swift",
        "PathPerfTests.swift",
        "SHA256PerfTests.swift",
        "SortedArrayPerfTests.swift",
        "StringConversionsPerfTests.swift",
        "SynchronizedQueuePerfTests.swift",
        "WritableByteStreamPerfTests.swift"
      ],
      "target_dependencies" : [
        "TSCBasic",
        "TSCTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TSCBasic",
      "module_type" : "SwiftTarget",
      "name" : "TSCBasic",
      "path" : "Sources/TSCBasic",
      "product_memberships" : [
        "TSCBasic",
        "SwiftToolsSupport",
        "SwiftToolsSupport-auto",
        "TSCTestSupport"
      ],
      "sources" : [
        "Await.swift",
        "Base64URL.swift",
        "ByteString.swift",
        "CStringArray.swift",
        "CacheableSequence.swift",
        "Closable.swift",
        "CodableResult.swift",
        "CollectionAlgorithms.swift",
        "CollectionExtensions.swift",
        "Condition.swift",
        "DeltaAlgorithm.swift",
        "DiagnosticsEngine.swift",
        "DictionaryExtensions.swift",
        "DictionaryLiteralExtensions.swift",
        "EditDistance.swift",
        "FileInfo.swift",
        "FileSystem.swift",
        "GraphAlgorithms.swift",
        "HashAlgorithms.swift",
        "JSON.swift",
        "JSONMapper.swift",
        "KeyedPair.swift",
        "LazyCache.swift",
        "Lock.swift",
        "OSLog.swift",
        "ObjectIdentifierProtocol.swift",
        "OrderedDictionary.swift",
        "OrderedSet.swift",
        "Path.swift",
        "PathShims.swift",
        "Process/Process.swift",
        "Process/ProcessEnv.swift",
        "Process/ProcessSet.swift",
        "RegEx.swift",
        "Result.swift",
        "SortedArray.swift",
        "StringConversions.swift",
        "SynchronizedQueue.swift",
        "TemporaryFile.swift",
        "TerminalController.swift",
        "Thread.swift",
        "Tuple.swift",
        "WritableByteStream.swift",
        "misc.swift"
      ],
      "target_dependencies" : [
        "TSCLibc",
        "TSCclibc"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.