Build Information
Successful build of PINCache, reference master (2fb859
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 01:58:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pinterest/PINCache.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pinterest/PINCache
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2fb8594 Cut 3.0.4 release #changelog (#331)
Cloned https://github.com/pinterest/PINCache.git
Revision (git rev-parse @):
2fb85948463292c2e824148cf17dc62a4c217a94
SUCCESS checkout https://github.com/pinterest/PINCache.git at master
Fetching https://github.com/pinterest/PINOperation.git
[1/871] Fetching pinoperation
Fetched https://github.com/pinterest/PINOperation.git from cache (0.92s)
Computing version for https://github.com/pinterest/PINOperation.git
Computed https://github.com/pinterest/PINOperation.git at 1.2.3 (0.46s)
Creating working copy for https://github.com/pinterest/PINOperation.git
Working copy of https://github.com/pinterest/PINOperation.git resolved at 1.2.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "pincache",
"name": "PINCache",
"url": "https://github.com/pinterest/PINCache.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PINCache",
"dependencies": [
{
"identity": "pinoperation",
"name": "PINOperation",
"url": "https://github.com/pinterest/PINOperation.git",
"version": "1.2.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PINOperation",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/pinterest/PINCache.git
[1/5269] Fetching pincache
Fetched https://github.com/pinterest/PINCache.git from cache (1.86s)
Fetching https://github.com/pinterest/PINOperation.git from cache
Fetched https://github.com/pinterest/PINOperation.git from cache (0.64s)
Computing version for https://github.com/pinterest/PINOperation.git
Computed https://github.com/pinterest/PINOperation.git at 1.2.3 (0.02s)
Creating working copy for https://github.com/pinterest/PINCache.git
Working copy of https://github.com/pinterest/PINCache.git resolved at master (2fb8594)
Creating working copy for https://github.com/pinterest/PINOperation.git
Working copy of https://github.com/pinterest/PINOperation.git resolved at 1.2.3
warning: '.resolve-product-dependencies': dependency 'pincache' is not used by any target
Found 1 product dependencies
- PINOperation
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/pinterest/PINCache.git
{
"dependencies" : [
{
"identity" : "pinoperation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pinterest/PINOperation.git"
}
],
"manifest_display_name" : "PINCache",
"name" : "PINCache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "PINCache",
"targets" : [
"PINCache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PINCacheTests",
"module_type" : "ClangTarget",
"name" : "PINCacheTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Default-568h@2x.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"NSDate+PINCacheTests.m",
"PINCacheTests.m",
"PINDiskCache+PINCacheTests.m"
],
"target_dependencies" : [
"PINCache"
],
"type" : "test"
},
{
"c99name" : "PINCache",
"module_type" : "ClangTarget",
"name" : "PINCache",
"path" : "Source",
"product_dependencies" : [
"PINOperation"
],
"product_memberships" : [
"PINCache"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"PINCache.m",
"PINDiskCache.m",
"PINMemoryCache.m"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[1/5] Compiling PINCache PINCache.m
[2/5] Compiling PINCache PINDiskCache.m
[3/5] Compiling PINCache resource_bundle_accessor.m
[4/5] Compiling PINCache PINMemoryCache.m
Build complete! (3.19s)
Build complete.
{
"dependencies" : [
{
"identity" : "pinoperation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pinterest/PINOperation.git"
}
],
"manifest_display_name" : "PINCache",
"name" : "PINCache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "PINCache",
"targets" : [
"PINCache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PINCacheTests",
"module_type" : "ClangTarget",
"name" : "PINCacheTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Default-568h@2x.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"NSDate+PINCacheTests.m",
"PINCacheTests.m",
"PINDiskCache+PINCacheTests.m"
],
"target_dependencies" : [
"PINCache"
],
"type" : "test"
},
{
"c99name" : "PINCache",
"module_type" : "ClangTarget",
"name" : "PINCache",
"path" : "Source",
"product_dependencies" : [
"PINOperation"
],
"product_memberships" : [
"PINCache"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"PINCache.m",
"PINDiskCache.m",
"PINMemoryCache.m"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.