The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-test-containers, reference 0.1.0 (55d52f), with Swift 6.1 for watchOS using Xcode 16.3 on 14 Feb 2026 18:45:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-test-containers -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mongey/swift-test-containers.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mongey/swift-test-containers
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 55d52f7 Add FoundationNetworking import to test files for Linux
Cloned https://github.com/Mongey/swift-test-containers.git
Revision (git rev-parse @):
55d52f75e5de95571054e715af335bc0966ac9e4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Mongey/swift-test-containers.git at 0.1.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Mongey/swift-test-containers.git
https://github.com/Mongey/swift-test-containers.git
{
  "dependencies" : [
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "swift-test-containers",
  "name" : "swift-test-containers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TestContainers",
      "targets" : [
        "TestContainers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestContainersTests",
      "module_type" : "SwiftTarget",
      "name" : "TestContainersTests",
      "path" : "Tests/TestContainersTests",
      "sources" : [
        "ArtifactCollectorTests.swift",
        "BindMountIntegrationTests.swift",
        "CleanupIntegrationTests.swift",
        "CompositeWaitStrategyTests.swift",
        "ContainerCommunicationTests.swift",
        "ContainerExecIntegrationTests.swift",
        "ContainerInspectionTests.swift",
        "ContainerLifecycleTests.swift",
        "ContainerNameGeneratorTests.swift",
        "ContainerRequestTests.swift",
        "ContainerReuseTests.swift",
        "ContainerStackIntegrationTests.swift",
        "ContainerStackTests.swift",
        "CopyFromContainerTests.swift",
        "CopyToContainerTests.swift",
        "DependencyOrderingTests.swift",
        "DockerClientArgumentTests.swift",
        "DockerIntegrationTests.swift",
        "DockerfileBuildTests.swift",
        "DockerfileIntegrationTests.swift",
        "ElasticsearchContainerTests.swift",
        "ExecTests.swift",
        "FailureDiagnosticsTests.swift",
        "GlobalCleanupTests.swift",
        "HTTPProbeTests.swift",
        "HTTPWaitConfigTests.swift",
        "HTTPWaitStrategyIntegrationTests.swift",
        "ImageFromDockerfileTests.swift",
        "ImageInspectionTests.swift",
        "ImagePreflightTests.swift",
        "ImageSubstitutorConfigTests.swift",
        "KafkaContainerTests.swift",
        "LifecycleHooksTests.swift",
        "LocalStackContainerTests.swift",
        "LogConsumerTests.swift",
        "LogLevelTests.swift",
        "LogStreamingIntegrationTests.swift",
        "LogStreamingTests.swift",
        "LoggingIntegrationTests.swift",
        "MinioContainerIntegrationTests.swift",
        "MinioContainerTests.swift",
        "MongoDBContainerTests.swift",
        "MySQLContainerTests.swift",
        "NATSContainerTests.swift",
        "NetworkRequestTests.swift",
        "NginxContainerTests.swift",
        "OSLogHandlerTests.swift",
        "OpenSearchContainerTests.swift",
        "ParallelSafetyIntegrationTests.swift",
        "ParallelSafetyRequestTests.swift",
        "PostgresContainerTests.swift",
        "PrintLogHandlerTests.swift",
        "RabbitMQContainerTests.swift",
        "RedisContainerTests.swift",
        "RegistryAuthTests.swift",
        "RetryIntegrationTests.swift",
        "RetryPolicyTests.swift",
        "TCLoggerTests.swift",
        "VaultContainerTests.swift",
        "VolumeMountIntegrationTests.swift",
        "WithStackTests.swift"
      ],
      "target_dependencies" : [
        "TestContainers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestContainers",
      "module_type" : "SwiftTarget",
      "name" : "TestContainers",
      "path" : "Sources/TestContainers",
      "product_dependencies" : [
        "Subprocess",
        "Crypto"
      ],
      "product_memberships" : [
        "TestContainers"
      ],
      "sources" : [
        "ArtifactCollector.swift",
        "ArtifactConfig.swift",
        "CleanupResult.swift",
        "Container.swift",
        "ContainerArtifact.swift",
        "ContainerInspection.swift",
        "ContainerListItem.swift",
        "ContainerNameGenerator.swift",
        "ContainerRequest.swift",
        "ContainerReuse.swift",
        "ContainerStack.swift",
        "DependencyGraph.swift",
        "DockerClient.swift",
        "ElasticsearchContainer.swift",
        "ExecTypes.swift",
        "HTTPProbe.swift",
        "HTTPWaitConfig.swift",
        "ImageFromDockerfile.swift",
        "ImageInspection.swift",
        "ImageSubstitutorConfig.swift",
        "KafkaContainer.swift",
        "LifecycleHook.swift",
        "LocalStackContainer.swift",
        "LogConsumer.swift",
        "LogHandler.swift",
        "LogLevel.swift",
        "LogStreaming.swift",
        "MariaDBContainer.swift",
        "MinioContainer.swift",
        "MongoDBContainer.swift",
        "MySQLContainer.swift",
        "NATSContainer.swift",
        "Network.swift",
        "NetworkConfig.swift",
        "NetworkRequest.swift",
        "NginxContainer.swift",
        "OSLogHandler.swift",
        "OpenSearchContainer.swift",
        "ParallelSafetyConfig.swift",
        "PostgresContainer.swift",
        "PrintLogHandler.swift",
        "ProcessRunner.swift",
        "RabbitMQContainer.swift",
        "RedisContainer.swift",
        "RetryPolicy.swift",
        "RunningStack.swift",
        "TCLogger.swift",
        "TCPProbe.swift",
        "TestContainersCleanup.swift",
        "TestContainersCleanupConfig.swift",
        "TestContainersError.swift",
        "TestContainersSession.swift",
        "VaultContainer.swift",
        "Waiter.swift",
        "WithContainer.swift",
        "WithContainerGroup.swift",
        "WithNetwork.swift",
        "WithStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-subprocess.git
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/apple/swift-system (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Creating working copy of package ‘swift-asn1’
Checking out 1.5.1 of package ‘swift-asn1’
Creating working copy of package ‘swift-crypto’
Checking out 3.15.1 of package ‘swift-crypto’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Creating working copy of package ‘swift-subprocess’
Checking out main (ba5888a) of package ‘swift-subprocess’
Resolve Package Graph
Resolved source packages:
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ main (ba5888a)
  swift-test-containers: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-asn1, swift-system, swift-crypto, Subprocess, swift-test-containers
{
  "dependencies" : [
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "swift-test-containers",
  "name" : "swift-test-containers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TestContainers",
      "targets" : [
        "TestContainers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestContainersTests",
      "module_type" : "SwiftTarget",
      "name" : "TestContainersTests",
      "path" : "Tests/TestContainersTests",
      "sources" : [
        "ArtifactCollectorTests.swift",
        "BindMountIntegrationTests.swift",
        "CleanupIntegrationTests.swift",
        "CompositeWaitStrategyTests.swift",
        "ContainerCommunicationTests.swift",
        "ContainerExecIntegrationTests.swift",
        "ContainerInspectionTests.swift",
        "ContainerLifecycleTests.swift",
        "ContainerNameGeneratorTests.swift",
        "ContainerRequestTests.swift",
        "ContainerReuseTests.swift",
        "ContainerStackIntegrationTests.swift",
        "ContainerStackTests.swift",
        "CopyFromContainerTests.swift",
        "CopyToContainerTests.swift",
        "DependencyOrderingTests.swift",
        "DockerClientArgumentTests.swift",
        "DockerIntegrationTests.swift",
        "DockerfileBuildTests.swift",
        "DockerfileIntegrationTests.swift",
        "ElasticsearchContainerTests.swift",
        "ExecTests.swift",
        "FailureDiagnosticsTests.swift",
        "GlobalCleanupTests.swift",
        "HTTPProbeTests.swift",
        "HTTPWaitConfigTests.swift",
        "HTTPWaitStrategyIntegrationTests.swift",
        "ImageFromDockerfileTests.swift",
        "ImageInspectionTests.swift",
        "ImagePreflightTests.swift",
        "ImageSubstitutorConfigTests.swift",
        "KafkaContainerTests.swift",
        "LifecycleHooksTests.swift",
        "LocalStackContainerTests.swift",
        "LogConsumerTests.swift",
        "LogLevelTests.swift",
        "LogStreamingIntegrationTests.swift",
        "LogStreamingTests.swift",
        "LoggingIntegrationTests.swift",
        "MinioContainerIntegrationTests.swift",
        "MinioContainerTests.swift",
        "MongoDBContainerTests.swift",
        "MySQLContainerTests.swift",
        "NATSContainerTests.swift",
        "NetworkRequestTests.swift",
        "NginxContainerTests.swift",
        "OSLogHandlerTests.swift",
        "OpenSearchContainerTests.swift",
        "ParallelSafetyIntegrationTests.swift",
        "ParallelSafetyRequestTests.swift",
        "PostgresContainerTests.swift",
        "PrintLogHandlerTests.swift",
        "RabbitMQContainerTests.swift",
        "RedisContainerTests.swift",
        "RegistryAuthTests.swift",
        "RetryIntegrationTests.swift",
        "RetryPolicyTests.swift",
        "TCLoggerTests.swift",
        "VaultContainerTests.swift",
        "VolumeMountIntegrationTests.swift",
        "WithStackTests.swift"
      ],
      "target_dependencies" : [
        "TestContainers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestContainers",
      "module_type" : "SwiftTarget",
      "name" : "TestContainers",
      "path" : "Sources/TestContainers",
      "product_dependencies" : [
        "Subprocess",
        "Crypto"
      ],
      "product_memberships" : [
        "TestContainers"
      ],
      "sources" : [
        "ArtifactCollector.swift",
        "ArtifactConfig.swift",
        "CleanupResult.swift",
        "Container.swift",
        "ContainerArtifact.swift",
        "ContainerInspection.swift",
        "ContainerListItem.swift",
        "ContainerNameGenerator.swift",
        "ContainerRequest.swift",
        "ContainerReuse.swift",
        "ContainerStack.swift",
        "DependencyGraph.swift",
        "DockerClient.swift",
        "ElasticsearchContainer.swift",
        "ExecTypes.swift",
        "HTTPProbe.swift",
        "HTTPWaitConfig.swift",
        "ImageFromDockerfile.swift",
        "ImageInspection.swift",
        "ImageSubstitutorConfig.swift",
        "KafkaContainer.swift",
        "LifecycleHook.swift",
        "LocalStackContainer.swift",
        "LogConsumer.swift",
        "LogHandler.swift",
        "LogLevel.swift",
        "LogStreaming.swift",
        "MariaDBContainer.swift",
        "MinioContainer.swift",
        "MongoDBContainer.swift",
        "MySQLContainer.swift",
        "NATSContainer.swift",
        "Network.swift",
        "NetworkConfig.swift",
        "NetworkRequest.swift",
        "NginxContainer.swift",
        "OSLogHandler.swift",
        "OpenSearchContainer.swift",
        "ParallelSafetyConfig.swift",
        "PostgresContainer.swift",
        "PrintLogHandler.swift",
        "ProcessRunner.swift",
        "RabbitMQContainer.swift",
        "RedisContainer.swift",
        "RetryPolicy.swift",
        "RunningStack.swift",
        "TCLogger.swift",
        "TCPProbe.swift",
        "TestContainersCleanup.swift",
        "TestContainersCleanupConfig.swift",
        "TestContainersError.swift",
        "TestContainersSession.swift",
        "VaultContainer.swift",
        "Waiter.swift",
        "WithContainer.swift",
        "WithContainerGroup.swift",
        "WithNetwork.swift",
        "WithStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-test-containers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-test-containers -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-test-containers -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-test-containers: /Users/admin/builder/spi-builder-workspace
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ main (ba5888a)
  swift-system: https://github.com/apple/swift-system @ 1.6.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'TestContainers' in project 'swift-test-containers'
        ➜ Explicit dependency on target 'TestContainers' in project 'swift-test-containers'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
    Target 'TestContainers' in project 'swift-test-containers'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
    Target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target '_SubprocessCShims' in project 'Subprocess' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: fb262b4eb0c0ded4daa112f2872107f3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fb262b4eb0c0ded4daa112f2872107f3.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 11.4 for the watchOS platform, but this target supports 5.0 (in target 'TestContainers' from project 'swift-test-containers')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-test-containers
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  swift-test-containers: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ main (ba5888a)
resolved source packages: swift-crypto, swift-test-containers, swift-system, swift-asn1, Subprocess
{
  "dependencies" : [
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "swift-test-containers",
  "name" : "swift-test-containers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TestContainers",
      "targets" : [
        "TestContainers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestContainersTests",
      "module_type" : "SwiftTarget",
      "name" : "TestContainersTests",
      "path" : "Tests/TestContainersTests",
      "sources" : [
        "ArtifactCollectorTests.swift",
        "BindMountIntegrationTests.swift",
        "CleanupIntegrationTests.swift",
        "CompositeWaitStrategyTests.swift",
        "ContainerCommunicationTests.swift",
        "ContainerExecIntegrationTests.swift",
        "ContainerInspectionTests.swift",
        "ContainerLifecycleTests.swift",
        "ContainerNameGeneratorTests.swift",
        "ContainerRequestTests.swift",
        "ContainerReuseTests.swift",
        "ContainerStackIntegrationTests.swift",
        "ContainerStackTests.swift",
        "CopyFromContainerTests.swift",
        "CopyToContainerTests.swift",
        "DependencyOrderingTests.swift",
        "DockerClientArgumentTests.swift",
        "DockerIntegrationTests.swift",
        "DockerfileBuildTests.swift",
        "DockerfileIntegrationTests.swift",
        "ElasticsearchContainerTests.swift",
        "ExecTests.swift",
        "FailureDiagnosticsTests.swift",
        "GlobalCleanupTests.swift",
        "HTTPProbeTests.swift",
        "HTTPWaitConfigTests.swift",
        "HTTPWaitStrategyIntegrationTests.swift",
        "ImageFromDockerfileTests.swift",
        "ImageInspectionTests.swift",
        "ImagePreflightTests.swift",
        "ImageSubstitutorConfigTests.swift",
        "KafkaContainerTests.swift",
        "LifecycleHooksTests.swift",
        "LocalStackContainerTests.swift",
        "LogConsumerTests.swift",
        "LogLevelTests.swift",
        "LogStreamingIntegrationTests.swift",
        "LogStreamingTests.swift",
        "LoggingIntegrationTests.swift",
        "MinioContainerIntegrationTests.swift",
        "MinioContainerTests.swift",
        "MongoDBContainerTests.swift",
        "MySQLContainerTests.swift",
        "NATSContainerTests.swift",
        "NetworkRequestTests.swift",
        "NginxContainerTests.swift",
        "OSLogHandlerTests.swift",
        "OpenSearchContainerTests.swift",
        "ParallelSafetyIntegrationTests.swift",
        "ParallelSafetyRequestTests.swift",
        "PostgresContainerTests.swift",
        "PrintLogHandlerTests.swift",
        "RabbitMQContainerTests.swift",
        "RedisContainerTests.swift",
        "RegistryAuthTests.swift",
        "RetryIntegrationTests.swift",
        "RetryPolicyTests.swift",
        "TCLoggerTests.swift",
        "VaultContainerTests.swift",
        "VolumeMountIntegrationTests.swift",
        "WithStackTests.swift"
      ],
      "target_dependencies" : [
        "TestContainers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestContainers",
      "module_type" : "SwiftTarget",
      "name" : "TestContainers",
      "path" : "Sources/TestContainers",
      "product_dependencies" : [
        "Subprocess",
        "Crypto"
      ],
      "product_memberships" : [
        "TestContainers"
      ],
      "sources" : [
        "ArtifactCollector.swift",
        "ArtifactConfig.swift",
        "CleanupResult.swift",
        "Container.swift",
        "ContainerArtifact.swift",
        "ContainerInspection.swift",
        "ContainerListItem.swift",
        "ContainerNameGenerator.swift",
        "ContainerRequest.swift",
        "ContainerReuse.swift",
        "ContainerStack.swift",
        "DependencyGraph.swift",
        "DockerClient.swift",
        "ElasticsearchContainer.swift",
        "ExecTypes.swift",
        "HTTPProbe.swift",
        "HTTPWaitConfig.swift",
        "ImageFromDockerfile.swift",
        "ImageInspection.swift",
        "ImageSubstitutorConfig.swift",
        "KafkaContainer.swift",
        "LifecycleHook.swift",
        "LocalStackContainer.swift",
        "LogConsumer.swift",
        "LogHandler.swift",
        "LogLevel.swift",
        "LogStreaming.swift",
        "MariaDBContainer.swift",
        "MinioContainer.swift",
        "MongoDBContainer.swift",
        "MySQLContainer.swift",
        "NATSContainer.swift",
        "Network.swift",
        "NetworkConfig.swift",
        "NetworkRequest.swift",
        "NginxContainer.swift",
        "OSLogHandler.swift",
        "OpenSearchContainer.swift",
        "ParallelSafetyConfig.swift",
        "PostgresContainer.swift",
        "PrintLogHandler.swift",
        "ProcessRunner.swift",
        "RabbitMQContainer.swift",
        "RedisContainer.swift",
        "RetryPolicy.swift",
        "RunningStack.swift",
        "TCLogger.swift",
        "TCPProbe.swift",
        "TestContainersCleanup.swift",
        "TestContainersCleanupConfig.swift",
        "TestContainersError.swift",
        "TestContainersSession.swift",
        "VaultContainer.swift",
        "Waiter.swift",
        "WithContainer.swift",
        "WithContainerGroup.swift",
        "WithNetwork.swift",
        "WithStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-test-containers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-test-containers -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-test-containers -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-test-containers: /Users/admin/builder/spi-builder-workspace
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  Subprocess: https://github.com/swiftlang/swift-subprocess.git @ main (ba5888a)
  swift-system: https://github.com/apple/swift-system @ 1.6.4
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'TestContainers' in project 'swift-test-containers'
        ➜ Explicit dependency on target 'TestContainers' in project 'swift-test-containers'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
    Target 'TestContainers' in project 'swift-test-containers'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
    Target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'Subprocess' in project 'Subprocess'
        ➜ Explicit dependency on target '_SubprocessCShims' in project 'Subprocess'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target '_SubprocessCShims' in project 'Subprocess' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 15230f04329752d061aabaa5421cabfa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/15230f04329752d061aabaa5421cabfa.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 11.4 for the watchOS platform, but this target supports 5.0 (in target 'TestContainers' from project 'swift-test-containers')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-test-containers
(1 failure)
BUILD FAILURE 6.1 watchOS