Build Information
Successful build of YAnalytics 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/codeandtheory/yanalytics-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/yanalytics-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bb18639 [ISSUE] updated location and read me file for pull request template.
Cloned https://github.com/codeandtheory/yanalytics-ios.git
Revision (git rev-parse @):
bb18639447884c7f676683b397e97334021adac1
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/yanalytics-ios.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/codeandtheory/yanalytics-ios.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/13] Compiling YAnalytics EventFactory.swift
[4/13] Compiling YAnalytics AnalyticsEventFactory.swift
[5/14] Compiling YAnalytics ScreenViewFactory.swift
[6/14] Compiling YAnalytics SpyAnalyticsEngine.swift
[7/14] Compiling YAnalytics MockAnalyticsEngine.swift
[8/14] Compiling YAnalytics AnalyticsEngine.swift
[9/14] Compiling YAnalytics AnalyticsEvent.swift
[10/14] Compiling YAnalytics CompoundAnalyticsEngine.swift
[11/14] Emitting module YAnalytics
[12/14] Compiling YAnalytics ConsoleAnalyticsEngine.swift
[13/14] Compiling YAnalytics LoggerAnalyticsEngine.swift
[14/14] Compiling YAnalytics UserPropertyFactory.swift
Build complete! (22.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "YAnalytics",
"name" : "YAnalytics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "YAnalytics",
"targets" : [
"YAnalytics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YAnalyticsTests",
"module_type" : "SwiftTarget",
"name" : "YAnalyticsTests",
"path" : "Tests/YAnalyticsTests",
"sources" : [
"Helpers/XCTestCase+AssertLogged.swift",
"Helpers/XCTestCase+MemoryLeakTracking.swift",
"Implementations/CompoundAnalyticsEngineTests.swift",
"Implementations/ConsoleAnalyticsEngineTests.swift",
"Implementations/LoggerAnalyticsEngineTests.swift",
"Implementations/MockAnalyticsEngineTests.swift",
"Implementations/SpyAnalyticsEngineTests.swift",
"Mock/MockAnalyticsData.swift",
"Protocols/AnalyticsEngineTests.swift",
"Protocols/EventFactoryTests.swift",
"Protocols/ScreenViewFactoryTests.swift",
"Protocols/UserPropertyFactoryTests.swift"
],
"target_dependencies" : [
"YAnalytics"
],
"type" : "test"
},
{
"c99name" : "YAnalytics",
"module_type" : "SwiftTarget",
"name" : "YAnalytics",
"path" : "Sources/YAnalytics",
"product_memberships" : [
"YAnalytics"
],
"sources" : [
"Enum/AnalyticsEvent.swift",
"Implementations/CompoundAnalyticsEngine.swift",
"Implementations/ConsoleAnalyticsEngine.swift",
"Implementations/LoggerAnalyticsEngine.swift",
"Implementations/MockAnalyticsEngine.swift",
"Implementations/SpyAnalyticsEngine.swift",
"Protocol/AnalyticsEngine.swift",
"Protocol/AnalyticsEventFactory.swift",
"Protocol/EventFactory.swift",
"Protocol/ScreenViewFactory.swift",
"Protocol/UserPropertyFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.