Build Information
Successful build of LSFileWrapper, reference 2.0.2 (6b41a7
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 16:06:41 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/admkopec/LSFileWrapper.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/admkopec/LSFileWrapper
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at 6b41a7e ☂️ Added LSDocument into the umbrella header
Cloned https://github.com/admkopec/LSFileWrapper.git
Revision (git rev-parse @):
6b41a7e3a99e58cc3ff9813fbea46d419323baf5
SUCCESS checkout https://github.com/admkopec/LSFileWrapper.git at 2.0.2
========================================
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": "lsfilewrapper",
"name": "LSFileWrapper",
"url": "https://github.com/admkopec/LSFileWrapper.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LSFileWrapper",
"dependencies": [
]
}
]
}
Fetching https://github.com/admkopec/LSFileWrapper.git
[1/263] Fetching lsfilewrapper
Fetched https://github.com/admkopec/LSFileWrapper.git from cache (0.79s)
Creating working copy for https://github.com/admkopec/LSFileWrapper.git
Working copy of https://github.com/admkopec/LSFileWrapper.git resolved at 2.0.2 (6b41a7e)
warning: '.resolve-product-dependencies': dependency 'lsfilewrapper' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/admkopec/LSFileWrapper.git
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
Building for debugging...
[0/4] Compiling LSFileWrapper LSDocument.m
[1/4] Compiling LSFileWrapper LSFileWrapper.m
[2/4] Write Objects.LinkFileList
[3/4] Linking libLSFileWrapper.dylib
Build complete! (3.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LSFileWrapper",
"name" : "LSFileWrapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LSFileWrapper",
"targets" : [
"LSFileWrapper"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "LSFileWrapperTests",
"module_type" : "SwiftTarget",
"name" : "LSFileWrapperTests",
"path" : "LSFileWrapperTests",
"sources" : [
"LSFileWrapperTests.swift"
],
"target_dependencies" : [
"LSFileWrapper"
],
"type" : "test"
},
{
"c99name" : "LSFileWrapper",
"module_type" : "ClangTarget",
"name" : "LSFileWrapper",
"path" : ".",
"product_memberships" : [
"LSFileWrapper"
],
"sources" : [
"LSDocument.m",
"LSFileWrapper.m"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.