Build Information
Successful build of Screeen with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Clipy/Screeen.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Clipy/Screeen
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 357a72b Bump version to v2.1.0
Cloned https://github.com/Clipy/Screeen.git
Revision (git rev-parse @):
357a72be0060765a8e93b9a70b283fc63c75f4a9
SUCCESS checkout https://github.com/Clipy/Screeen.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/Clipy/Screeen.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/4] Emitting module Screeen
[4/4] Compiling Screeen ScreenShotObserver.swift
Build complete! (17.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Screeen",
"name" : "Screeen",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "Screeen",
"targets" : [
"Screeen"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ScreeenTests",
"module_type" : "SwiftTarget",
"name" : "ScreeenTests",
"path" : "Lib/ScreeenTests",
"sources" : [
"ScreeenTests.swift"
],
"target_dependencies" : [
"Screeen"
],
"type" : "test"
},
{
"c99name" : "Screeen",
"module_type" : "SwiftTarget",
"name" : "Screeen",
"path" : "Lib/Screeen",
"product_memberships" : [
"Screeen"
],
"sources" : [
"ScreenShotObserver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.