Build Information
Successful build of YAnalytics, reference 1.2.1 (bb1863
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 16:41:01 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/codeandtheory/yanalytics-ios.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/yanalytics-ios
* tag 1.2.1 -> FETCH_HEAD
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: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/yanalytics-ios.git at 1.2.1
========================================
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": "yanalytics-ios",
"name": "YAnalytics",
"url": "https://github.com/codeandtheory/yanalytics-ios.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yanalytics-ios",
"dependencies": [
]
}
]
}
Fetching https://github.com/codeandtheory/yanalytics-ios.git
[1/159] Fetching yanalytics-ios
Fetched https://github.com/codeandtheory/yanalytics-ios.git from cache (0.84s)
Creating working copy for https://github.com/codeandtheory/yanalytics-ios.git
Working copy of https://github.com/codeandtheory/yanalytics-ios.git resolved at 1.2.1 (bb18639)
warning: '.resolve-product-dependencies': dependency 'yanalytics-ios' 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/codeandtheory/yanalytics-ios.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/13] Compiling YAnalytics ScreenViewFactory.swift
[4/14] Compiling YAnalytics AnalyticsEventFactory.swift
[5/14] Compiling YAnalytics EventFactory.swift
[6/14] Compiling YAnalytics SpyAnalyticsEngine.swift
[7/14] Compiling YAnalytics MockAnalyticsEngine.swift
[8/14] Compiling YAnalytics AnalyticsEngine.swift
[9/14] Compiling YAnalytics ConsoleAnalyticsEngine.swift
[10/14] Compiling YAnalytics LoggerAnalyticsEngine.swift
[11/14] Emitting module YAnalytics
[12/14] Compiling YAnalytics AnalyticsEvent.swift
[13/14] Compiling YAnalytics CompoundAnalyticsEngine.swift
[14/14] Compiling YAnalytics UserPropertyFactory.swift
Build complete! (18.05s)
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.