Build Information
Successful build of Diagnostics with Swift 5.9 for macOS (SPM).
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.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WeTransfer/Diagnostics.git
Reference: 5.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/WeTransfer/Diagnostics
* tag 5.0.0 -> FETCH_HEAD
HEAD is now at ceccf2c Merge pull request #173 from WeTransfer/peagasilva-patch-1
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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Submodules/WeTransfer-iOS-CI'...
Cloned https://github.com/WeTransfer/Diagnostics.git
Revision (git rev-parse @):
ceccf2c76f315ec86e859895875fb424bf51018a
SUCCESS checkout https://github.com/WeTransfer/Diagnostics.git at 5.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
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 functions.js
[0/4] Copying style.css
[2/4] Copying PrivacyInfo.xcprivacy
[3/4] Compiling Internal ExceptionCatcher.m
[5/6] Emitting module ExceptionCatcher
[6/6] Compiling ExceptionCatcher ExceptionCatcher.swift
[7/35] Compiling Diagnostics DiagnosticsReportFilter.swift
[8/35] Compiling Diagnostics DiagnosticsReporter.swift
[9/35] Compiling Diagnostics BundleExtensions.swift
[10/35] Compiling Diagnostics ByteCountFormatter.swift
[11/39] Compiling Diagnostics SmartInsight.swift
[12/39] Compiling Diagnostics SmartInsightsProviding.swift
[13/39] Compiling Diagnostics UpdateAvailableInsight.swift
[14/39] Compiling Diagnostics resource_bundle_accessor.swift
[15/39] Compiling Diagnostics DirectoryTreeReporter.swift
[16/39] Compiling Diagnostics DirectoryTreeStringFactory.swift
[17/39] Compiling Diagnostics GeneralInfoReporter.swift
[18/39] Compiling Diagnostics LogsReporter.swift
[19/39] Compiling Diagnostics SmartInsightsReporter.swift
[20/39] Compiling Diagnostics UserDefaultsReporter.swift
[21/39] Compiling Diagnostics CellularAllowedInsight.swift
[22/39] Compiling Diagnostics DeviceStorageInsight.swift
[23/39] Compiling Diagnostics MetricsMonitor.swift
[24/39] Compiling Diagnostics AppSystemMetadataReporter.swift
[25/39] Compiling Diagnostics DirectoryTreeFactory.swift
[26/39] Compiling Diagnostics DirectoryTreeNode.swift
[27/39] Compiling Diagnostics DateFormatterExtensions.swift
[28/39] Compiling Diagnostics HTMLEncoding.swift
[29/39] Compiling Diagnostics HTMLGenerating.swift
[30/39] Compiling Diagnostics DiagnosticsLogger.swift
[31/39] Compiling Diagnostics HTML+LoggableCSSClass.swift
[32/39] Compiling Diagnostics Loggable.swift
[33/39] Compiling Diagnostics LogsTrimmer.swift
[34/39] Compiling Diagnostics MFMailComposeVCExtensions.swift
[35/39] Compiling Diagnostics Device.swift
[36/39] Compiling Diagnostics Diagnostics.swift
[37/39] Compiling Diagnostics DiagnosticsChapter.swift
[38/39] Compiling Diagnostics DiagnosticsReport.swift
[39/39] Emitting module Diagnostics
Build complete! (13.93s)
Fetching https://github.com/sindresorhus/ExceptionCatcher from cache
Fetched https://github.com/sindresorhus/ExceptionCatcher (0.34s)
Computing version for https://github.com/sindresorhus/ExceptionCatcher
Computed https://github.com/sindresorhus/ExceptionCatcher at 2.0.1 (0.45s)
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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/functions.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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.5"
}
Done.