Build Information
Successful build of RedisClient, reference 1.3.0 (898b04
), with Swift 6.0 for macOS (Xcode) using Xcode 16.0 on 28 Jul 2024 09:52:52 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.4.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RedisClient -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reswifq/redis-client.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reswifq/redis-client
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 898b043 updated pool dependency to 1.3.0
Cloned https://github.com/reswifq/redis-client.git
Revision (git rev-parse @):
898b043d0a54d2b523e6e603d0bbabde4f21b4a5
SUCCESS checkout https://github.com/reswifq/redis-client.git at 1.3.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.0
Building package at path: $PWD
https://github.com/reswifq/redis-client.git
Command line invocation:
/Applications/Xcode-16.0.0-Beta.4.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/reswifq/pool.git
Creating working copy of package ‘pool’
Checking out 1.3.0 of package ‘pool’
Resolve Package Graph
Resolved source packages:
RedisClient: /Users/admin/builder/spi-builder-workspace
Pool: https://github.com/reswifq/pool.git @ 1.3.0
resolved source packages: RedisClient, Pool
{
"dependencies" : [
{
"identity" : "pool",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/reswifq/pool.git"
}
],
"manifest_display_name" : "RedisClient",
"name" : "RedisClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RedisClient",
"targets" : [
"RedisClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RedisClientTests",
"module_type" : "SwiftTarget",
"name" : "RedisClientTests",
"path" : "Tests/RedisClientTests",
"sources" : [
"RedisClientPoolTests.swift",
"RedisClientResponseTests.swift",
"RedisClientTests.swift"
],
"target_dependencies" : [
"RedisClient"
],
"type" : "test"
},
{
"c99name" : "RedisClient",
"module_type" : "SwiftTarget",
"name" : "RedisClient",
"path" : "Sources/RedisClient",
"product_dependencies" : [
"Pool"
],
"product_memberships" : [
"RedisClient"
],
"sources" : [
"RedisClient.swift",
"RedisClientPool.swift",
"RedisClientResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RedisClient"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.4.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RedisClient -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build complete.
{
"dependencies" : [
{
"identity" : "pool",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/reswifq/pool.git"
}
],
"manifest_display_name" : "RedisClient",
"name" : "RedisClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RedisClient",
"targets" : [
"RedisClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RedisClientTests",
"module_type" : "SwiftTarget",
"name" : "RedisClientTests",
"path" : "Tests/RedisClientTests",
"sources" : [
"RedisClientPoolTests.swift",
"RedisClientResponseTests.swift",
"RedisClientTests.swift"
],
"target_dependencies" : [
"RedisClient"
],
"type" : "test"
},
{
"c99name" : "RedisClient",
"module_type" : "SwiftTarget",
"name" : "RedisClient",
"path" : "Sources/RedisClient",
"product_dependencies" : [
"Pool"
],
"product_memberships" : [
"RedisClient"
],
"sources" : [
"RedisClient.swift",
"RedisClientPool.swift",
"RedisClientResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.