Build Information
Successful build of Diagnostics, reference master (171f52
), with Swift 5.9 for macOS (SPM) on 11 Dec 2024 18:12:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WeTransfer/Diagnostics.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WeTransfer/Diagnostics
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 171f52f Restore CODEOWNERS from backup in master branch
Submodule path 'Submodules/WeTransfer-iOS-CI': checked out '02174285440b63e3c1a3a0fda3505308120d28e4'
Submodule 'Submodules/WeTransfer-iOS-CI' (https://github.com/WeTransfer/WeTransfer-iOS-CI.git) registered for path 'Submodules/WeTransfer-iOS-CI'
Cloning into '/Users/admin/builder/spi-builder-workspace/Submodules/WeTransfer-iOS-CI'...
Cloned https://github.com/WeTransfer/Diagnostics.git
Revision (git rev-parse @):
171f52fa2cb6de9942b3d052e34001964c9e3b35
SUCCESS checkout https://github.com/WeTransfer/Diagnostics.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/WeTransfer/Diagnostics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Copying style.css
[1/4] Copying functions.js
[3/4] Compiling Internal ExceptionCatcher.m
[5/6] Emitting module ExceptionCatcher
[6/6] Compiling ExceptionCatcher ExceptionCatcher.swift
[7/36] Emitting module Diagnostics
[8/39] Compiling Diagnostics DiagnosticsReportFilter.swift
[9/39] Compiling Diagnostics DiagnosticsReporter.swift
[10/39] Compiling Diagnostics BundleExtensions.swift
[11/39] Compiling Diagnostics ByteCountFormatter.swift
[12/39] Compiling Diagnostics DirectoryTreeReporter.swift
[13/39] Compiling Diagnostics DirectoryTreeStringFactory.swift
[14/39] Compiling Diagnostics GeneralInfoReporter.swift
[15/39] Compiling Diagnostics DateFormatterExtensions.swift
[16/39] Compiling Diagnostics HTMLEncoding.swift
[17/39] Compiling Diagnostics HTMLGenerating.swift
[18/39] Compiling Diagnostics LogsReporter.swift
[19/39] Compiling Diagnostics SmartInsightsReporter.swift
[20/39] Compiling Diagnostics UserDefaultsReporter.swift
[21/39] Compiling Diagnostics SmartInsightsProviding.swift
[22/39] Compiling Diagnostics UpdateAvailableInsight.swift
[23/39] Compiling Diagnostics resource_bundle_accessor.swift
[24/39] Compiling Diagnostics CellularAllowedInsight.swift
[25/39] Compiling Diagnostics DeviceStorageInsight.swift
[26/39] Compiling Diagnostics SmartInsight.swift
[27/39] Compiling Diagnostics LogsTrimmer.swift
[28/39] Compiling Diagnostics MFMailComposeVCExtensions.swift
[29/39] Compiling Diagnostics MetricsMonitor.swift
[30/39] Compiling Diagnostics Device.swift
[31/39] Compiling Diagnostics Diagnostics.swift
[32/39] Compiling Diagnostics DiagnosticsChapter.swift
[33/39] Compiling Diagnostics DiagnosticsReport.swift
[34/39] Compiling Diagnostics DiagnosticsLogger.swift
[35/39] Compiling Diagnostics HTML+LoggableCSSClass.swift
[36/39] Compiling Diagnostics Loggable.swift
[37/39] Compiling Diagnostics AppSystemMetadataReporter.swift
[38/39] Compiling Diagnostics DirectoryTreeFactory.swift
[39/39] Compiling Diagnostics DirectoryTreeNode.swift
Build complete! (15.09s)
Fetching https://github.com/sindresorhus/ExceptionCatcher
[1/81] Fetching exceptioncatcher
Fetched https://github.com/sindresorhus/ExceptionCatcher (1.16s)
Computing version for https://github.com/sindresorhus/ExceptionCatcher
Computed https://github.com/sindresorhus/ExceptionCatcher at 2.0.1 (2.69s)
Creating working copy for https://github.com/sindresorhus/ExceptionCatcher
Working copy of https://github.com/sindresorhus/ExceptionCatcher resolved at 2.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "exceptioncatcher",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sindresorhus/ExceptionCatcher"
}
],
"manifest_display_name" : "Diagnostics",
"name" : "Diagnostics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Diagnostics",
"targets" : [
"Diagnostics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DiagnosticsTests",
"module_type" : "SwiftTarget",
"name" : "DiagnosticsTests",
"path" : "DiagnosticsTests",
"sources" : [
"DiagnosticsReporterTests.swift",
"Extensions/MFMailComposeViewControllerTests.swift",
"HTMLEncodingTests.swift",
"HTMLGeneratingTests.swift",
"Mocks.swift",
"Reporters/AppSystemMetadataReporterTests.swift",
"Reporters/DirectoryTree/DirectoryTreeFactoryTests.swift",
"Reporters/GeneralInfoReporterTests.swift",
"Reporters/LogsReporterTests.swift",
"Reporters/LogsTrimmerTests.swift",
"Reporters/SmartInsights/DeviceStorageInsightTests.swift",
"Reporters/SmartInsights/SmartInsightsReporterTests.swift",
"Reporters/SmartInsights/UpdateAvailableInsightTests.swift",
"Reporters/UserDefaultsReporterTests.swift"
],
"target_dependencies" : [
"Diagnostics"
],
"type" : "test"
},
{
"c99name" : "Diagnostics",
"module_type" : "SwiftTarget",
"name" : "Diagnostics",
"path" : "Sources",
"product_dependencies" : [
"ExceptionCatcher"
],
"product_memberships" : [
"Diagnostics"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/functions.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/style.css",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Device.swift",
"Diagnostics.swift",
"DiagnosticsChapter.swift",
"DiagnosticsReport.swift",
"DiagnosticsReportFilter.swift",
"DiagnosticsReporter.swift",
"Extensions/BundleExtensions.swift",
"Extensions/ByteCountFormatter.swift",
"Extensions/DateFormatterExtensions.swift",
"HTMLEncoding.swift",
"HTMLGenerating.swift",
"Logging/DiagnosticsLogger.swift",
"Logging/HTML+LoggableCSSClass.swift",
"Logging/Loggable.swift",
"Logging/LogsTrimmer.swift",
"MFMailExtensions/MFMailComposeVCExtensions.swift",
"MetricKit/MetricsMonitor.swift",
"Reporters/AppSystemMetadataReporter.swift",
"Reporters/DirectoryTree/DirectoryTreeFactory.swift",
"Reporters/DirectoryTree/DirectoryTreeNode.swift",
"Reporters/DirectoryTree/DirectoryTreeReporter.swift",
"Reporters/DirectoryTree/DirectoryTreeStringFactory.swift",
"Reporters/GeneralInfoReporter.swift",
"Reporters/LogsReporter.swift",
"Reporters/SmartInsightsReporter.swift",
"Reporters/UserDefaultsReporter.swift",
"SmartInsights/CellularAllowedInsight.swift",
"SmartInsights/DeviceStorageInsight.swift",
"SmartInsights/SmartInsight.swift",
"SmartInsights/SmartInsightsProviding.swift",
"SmartInsights/UpdateAvailableInsight.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.