Build Information
Failed to build swift-test-containers, reference 0.1.0 (55d52f), with Swift 6.1 for tvOS using Xcode 16.3 on 14 Feb 2026 14:43:12 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=tvOSBuild 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: tvOS
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-system (cached)
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
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’
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’
Resolve Package Graph
Resolved source packages:
swift-test-containers: /Users/admin/builder/spi-builder-workspace
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
swift-system: https://github.com/apple/swift-system @ 1.6.4
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ main (ba5888a)
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
resolved source packages: swift-test-containers, swift-crypto, swift-system, Subprocess, swift-asn1
{
"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=tvOS 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=tvOS "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-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ main (ba5888a)
swift-test-containers: /Users/admin/builder/spi-builder-workspace
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 45bcc1af744f31afd9bfab492200fb44
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/45bcc1af744f31afd9bfab492200fb44.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 18.4 for the tvOS platform, but this target supports 12.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-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
swift-system: https://github.com/apple/swift-system @ 1.6.4
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ main (ba5888a)
resolved source packages: swift-crypto, swift-test-containers, swift-asn1, swift-system, 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=tvOS
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=tvOS
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
Subprocess: https://github.com/swiftlang/swift-subprocess.git @ main (ba5888a)
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
swift-test-containers: /Users/admin/builder/spi-builder-workspace
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: bb05e04604b83616288709cd83eff5c7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bb05e04604b83616288709cd83eff5c7.xcbuilddata
error: The package product 'Subprocess' requires minimum platform version 18.4 for the tvOS platform, but this target supports 12.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 tvOS