Build Information
Successful build of FSEventsWrapper, reference 2.1.0 (70bbea
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 17:09:06 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/Frizlab/FSEventsWrapper.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/FSEventsWrapper
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 70bbea4 Merge pull request #2 from mattmassicotte/feature/asyncstream
Cloned https://github.com/Frizlab/FSEventsWrapper.git
Revision (git rev-parse @):
70bbea4b108221fcabfce8dbced8502831c0ae04
SUCCESS checkout https://github.com/Frizlab/FSEventsWrapper.git at 2.1.0
========================================
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": "fseventswrapper",
"name": "FSEventsWrapper",
"url": "https://github.com/Frizlab/FSEventsWrapper.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FSEventsWrapper",
"dependencies": [
]
}
]
}
Fetching https://github.com/Frizlab/FSEventsWrapper.git
[1/256] Fetching fseventswrapper
Fetched https://github.com/Frizlab/FSEventsWrapper.git from cache (0.73s)
Creating working copy for https://github.com/Frizlab/FSEventsWrapper.git
Working copy of https://github.com/Frizlab/FSEventsWrapper.git resolved at 2.1.0 (70bbea4)
warning: '.resolve-product-dependencies': dependency 'fseventswrapper' 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/Frizlab/FSEventsWrapper.git
{
"dependencies" : [
],
"manifest_display_name" : "FSEventsWrapper",
"name" : "FSEventsWrapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "FSEventsWrapper",
"targets" : [
"FSEventsWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FSEventsWrapperTests",
"module_type" : "SwiftTarget",
"name" : "FSEventsWrapperTests",
"path" : "Tests/FSEventsWrapperTests",
"sources" : [
"FSEventsWrapperTests.swift"
],
"target_dependencies" : [
"FSEventsWrapper"
],
"type" : "test"
},
{
"c99name" : "FSEventsWrapper",
"module_type" : "SwiftTarget",
"name" : "FSEventsWrapper",
"path" : "Sources/FSEventsWrapper",
"product_memberships" : [
"FSEventsWrapper"
],
"sources" : [
"FSEvent.swift",
"FSEventAsyncStream.swift",
"FSEventStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling FSEventsWrapper FSEventAsyncStream.swift
[4/6] Compiling FSEventsWrapper FSEventStream.swift
[5/6] Emitting module FSEventsWrapper
[6/6] Compiling FSEventsWrapper FSEvent.swift
Build complete! (5.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FSEventsWrapper",
"name" : "FSEventsWrapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "FSEventsWrapper",
"targets" : [
"FSEventsWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FSEventsWrapperTests",
"module_type" : "SwiftTarget",
"name" : "FSEventsWrapperTests",
"path" : "Tests/FSEventsWrapperTests",
"sources" : [
"FSEventsWrapperTests.swift"
],
"target_dependencies" : [
"FSEventsWrapper"
],
"type" : "test"
},
{
"c99name" : "FSEventsWrapper",
"module_type" : "SwiftTarget",
"name" : "FSEventsWrapper",
"path" : "Sources/FSEventsWrapper",
"product_memberships" : [
"FSEventsWrapper"
],
"sources" : [
"FSEvent.swift",
"FSEventAsyncStream.swift",
"FSEventStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.