Build Information
Successful build of PerfectNewRelic 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/perfectlysoft/perfect-newrelic-linux.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-newrelic-linux
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ef1adb9 Update README.md
Cloned https://github.com/perfectlysoft/perfect-newrelic-linux.git
Revision (git rev-parse @):
ef1adb98e3a970c0d53755d6d3947fb776752151
SUCCESS checkout https://github.com/perfectlysoft/perfect-newrelic-linux.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/perfectlysoft/perfect-newrelic-linux.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] Compiling PerfectNewRelic PerfectNewRelic.swift
/Users/admin/builder/spi-builder-workspace/Sources/PerfectNewRelic/PerfectNewRelic.swift:108:41: warning: using '!' is not allowed here; treating this as '?' instead
106 | internal var newrelic_record_metric: funcSDI
107 |
108 | typealias funcCVIV = @convention(c) ( ( (UnsafeRawPointer) -> UnsafeRawPointer)! ) -> Void
| `- warning: using '!' is not allowed here; treating this as '?' instead
109 | internal var newrelic_register_message_handler: funcCVIV
110 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectNewRelic/PerfectNewRelic.swift:120:39: warning: using '!' is not allowed here; treating this as '?' instead
118 | internal var newrelic_message_handler: funcVPV
119 |
120 | typealias funcVC = @convention(c) ( ((Int32) -> Void)! ) -> Void
| `- warning: using '!' is not allowed here; treating this as '?' instead
121 | internal var newrelic_register_status_callback: funcVC
122 |
[4/4] Emitting module PerfectNewRelic
/Users/admin/builder/spi-builder-workspace/Sources/PerfectNewRelic/PerfectNewRelic.swift:108:41: warning: using '!' is not allowed here; treating this as '?' instead
106 | internal var newrelic_record_metric: funcSDI
107 |
108 | typealias funcCVIV = @convention(c) ( ( (UnsafeRawPointer) -> UnsafeRawPointer)! ) -> Void
| `- warning: using '!' is not allowed here; treating this as '?' instead
109 | internal var newrelic_register_message_handler: funcCVIV
110 |
/Users/admin/builder/spi-builder-workspace/Sources/PerfectNewRelic/PerfectNewRelic.swift:120:39: warning: using '!' is not allowed here; treating this as '?' instead
118 | internal var newrelic_message_handler: funcVPV
119 |
120 | typealias funcVC = @convention(c) ( ((Int32) -> Void)! ) -> Void
| `- warning: using '!' is not allowed here; treating this as '?' instead
121 | internal var newrelic_register_status_callback: funcVC
122 |
Build complete! (16.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PerfectNewRelic",
"name" : "PerfectNewRelic",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PerfectNewRelic",
"targets" : [
"PerfectNewRelic"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PerfectNewRelicTests",
"module_type" : "SwiftTarget",
"name" : "PerfectNewRelicTests",
"path" : "Tests/PerfectNewRelicTests",
"sources" : [
"PerfectNewRelicTests.swift"
],
"target_dependencies" : [
"PerfectNewRelic"
],
"type" : "test"
},
{
"c99name" : "PerfectNewRelic",
"module_type" : "SwiftTarget",
"name" : "PerfectNewRelic",
"path" : "Sources/PerfectNewRelic",
"product_memberships" : [
"PerfectNewRelic"
],
"sources" : [
"PerfectNewRelic.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.