Build Information
Successful build of swift-log-datadog, reference main (9ac85e
), with Swift 6.0 for macOS (SPM) on 4 Dec 2024 23:05:09 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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jagreenwood/swift-log-datadog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jagreenwood/swift-log-datadog
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9ac85e0 Improved Swift 6 handling (#11)
Cloned https://github.com/jagreenwood/swift-log-datadog.git
Revision (git rev-parse @):
9ac85e039cd1dfbb6422812b364100d5162a0c92
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jagreenwood/swift-log-datadog.git at main
Fetching https://github.com/apple/swift-log.git
[1/3723] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.47s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
========================================
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": "swift-log-datadog",
"name": "swift-log-datadog",
"url": "https://github.com/jagreenwood/swift-log-datadog.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log-datadog",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.6.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/jagreenwood/swift-log-datadog.git
[1/295] Fetching swift-log-datadog
Fetched https://github.com/jagreenwood/swift-log-datadog.git from cache (0.74s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.02s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/jagreenwood/swift-log-datadog.git
Working copy of https://github.com/jagreenwood/swift-log-datadog.git resolved at main (9ac85e0)
warning: '.resolve-product-dependencies': dependency 'swift-log-datadog' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/jagreenwood/swift-log-datadog.git
https://github.com/jagreenwood/swift-log-datadog.git
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-log-datadog",
"name" : "swift-log-datadog",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "DataDogLog",
"targets" : [
"DataDogLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "DataDogLogTests",
"module_type" : "SwiftTarget",
"name" : "DataDogLogTests",
"path" : "Tests/DataDogLogTests",
"sources" : [
"DataDogLogTests.swift"
],
"target_dependencies" : [
"DataDogLog"
],
"type" : "test"
},
{
"c99name" : "DataDogLog",
"module_type" : "SwiftTarget",
"name" : "DataDogLog",
"path" : "Sources/DataDogLog",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"DataDogLog"
],
"sources" : [
"Internal/Extensions/Metadata+Format.swift",
"Internal/Extensions/Site+URL.swift",
"Internal/Extensions/String+Timestamp.swift",
"Internal/Log.swift",
"Internal/NetworkClient.swift",
"Internal/StatusCode.swift",
"Public/DataDogLogHandler.swift",
"Public/Exports.swift",
"Public/Site.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Locks.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
[9/18] Compiling DataDogLog Exports.swift
[10/18] Compiling DataDogLog Site.swift
[11/18] Compiling DataDogLog DataDogLogHandler.swift
[12/18] Compiling DataDogLog Log.swift
[13/18] Compiling DataDogLog Site+URL.swift
[14/18] Compiling DataDogLog Metadata+Format.swift
[15/18] Compiling DataDogLog NetworkClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:15:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | #endif
14 |
15 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | @usableFromInline
[16/18] Emitting module DataDogLog
/Users/admin/builder/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:15:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | #endif
14 |
15 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | @usableFromInline
[17/18] Compiling DataDogLog String+Timestamp.swift
[18/18] Compiling DataDogLog StatusCode.swift
Build complete! (9.96s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-log-datadog",
"name" : "swift-log-datadog",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "DataDogLog",
"targets" : [
"DataDogLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "DataDogLogTests",
"module_type" : "SwiftTarget",
"name" : "DataDogLogTests",
"path" : "Tests/DataDogLogTests",
"sources" : [
"DataDogLogTests.swift"
],
"target_dependencies" : [
"DataDogLog"
],
"type" : "test"
},
{
"c99name" : "DataDogLog",
"module_type" : "SwiftTarget",
"name" : "DataDogLog",
"path" : "Sources/DataDogLog",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"DataDogLog"
],
"sources" : [
"Internal/Extensions/Metadata+Format.swift",
"Internal/Extensions/Site+URL.swift",
"Internal/Extensions/String+Timestamp.swift",
"Internal/Log.swift",
"Internal/NetworkClient.swift",
"Internal/StatusCode.swift",
"Public/DataDogLogHandler.swift",
"Public/Exports.swift",
"Public/Site.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/jagreenwood/swift-log-datadog/main
Repository: jagreenwood/swift-log-datadog
Swift version used: 6.0
Target: DataDogLog
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'DataDogLog'...
Finished extracting symbol information for 'DataDogLog'. (3.11s)
Building documentation for 'DataDogLog'...
warning: Parameter 'region' not found in initializer declaration
--> ../Public/DataDogLogHandler.swift:35:11-35:64
33 | /// - key: The DataDog access key
34 | /// - hostname: The name of the host sending logs
35 + /// - region: The DataDog region to use, defaults to `US`
| ╰─suggestion: Remove 'region' parameter documentation
36 | public init(
37 | label: String,
warning: Parameter 'site' is missing documentation
--> ../Public/DataDogLogHandler.swift:35:64-35:64
33 | /// - key: The DataDog access key
34 | /// - hostname: The name of the host sending logs
35 + /// - region: The DataDog region to use, defaults to `US`
| ╰─suggestion: Document 'site' parameter
36 | public init(
37 | label: String,Finished building documentation for 'DataDogLog' (0.10s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/jagreenwood/swift-log-datadog/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.51s)
[1/2044] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.42s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3201] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit Relationship.swift
[7/53] Compiling SymbolKit RelationshipKind.swift
[8/53] Compiling SymbolKit SourceOrigin.swift
[9/53] Compiling SymbolKit GenericConstraints.swift
[10/53] Compiling SymbolKit Swift.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit SourceRange.swift
[17/57] Compiling SymbolKit Metadata.swift
[18/57] Compiling SymbolKit Module.swift
[19/57] Compiling SymbolKit OperatingSystem.swift
[20/57] Compiling SymbolKit Platform.swift
[21/57] Emitting module SymbolKit
[22/57] Compiling SymbolKit Identifier.swift
[23/57] Compiling SymbolKit KindIdentifier.swift
[24/57] Compiling SymbolKit Location.swift
[25/57] Compiling SymbolKit Mutability.swift
[26/57] Compiling SymbolKit Symbol.swift
[27/57] Compiling SymbolKit SymbolKind.swift
[28/57] Compiling SymbolKit SymbolGraph.swift
[29/57] Compiling SymbolKit GraphCollector.swift
[30/57] Compiling SymbolKit DeclarationFragments.swift
[31/57] Compiling SymbolKit Fragment.swift
[32/57] Compiling SymbolKit FragmentKind.swift
[33/57] Compiling SymbolKit FunctionParameter.swift
[34/57] Compiling SymbolKit FunctionSignature.swift
[35/57] Compiling SymbolKit SemanticVersion.swift
[36/57] Compiling SymbolKit AccessControl.swift
[37/57] Compiling SymbolKit Availability.swift
[38/57] Compiling SymbolKit AvailabilityItem.swift
[39/57] Compiling SymbolKit Domain.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Names.swift
[45/57] Compiling SymbolKit SPI.swift
[46/57] Compiling SymbolKit Snippet.swift
[47/57] Compiling SymbolKit Extension.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.44s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Emitting module Logging
[4/6] Compiling Logging LogHandler.swift
[5/6] Compiling Logging Logging.swift
[6/6] Compiling Logging Locks.swift
[7/16] Compiling DataDogLog Site.swift
[8/16] Compiling DataDogLog Exports.swift
[9/16] Compiling DataDogLog StatusCode.swift
[10/16] Compiling DataDogLog DataDogLogHandler.swift
[11/16] Compiling DataDogLog NetworkClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:15:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | #endif
14 |
15 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | @usableFromInline
[12/16] Compiling DataDogLog Metadata+Format.swift
[13/16] Compiling DataDogLog Site+URL.swift
[14/16] Compiling DataDogLog String+Timestamp.swift
[15/16] Emitting module DataDogLog
/Users/admin/builder/spi-builder-workspace/Sources/DataDogLog/Internal/NetworkClient.swift:15:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | #endif
14 |
15 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 |
17 | @usableFromInline
[16/16] Compiling DataDogLog Log.swift
Build of target: 'DataDogLog' complete! (1.10s)
104
2 /Users/admin/builder/spi-builder-workspace/.docs/jagreenwood/swift-log-datadog/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/jagreenwood/swift-log-datadog/main
File count: 104
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-jagreenwood-swift-log-datadog-main-2e1e9376.zip to s3://spi-docs-inbox/prod-jagreenwood-swift-log-datadog-main-2e1e9376.zip
Copying... [17%]
Copying... [35%]
Copying... [52%]
Copying... [70%]
Copying... [87%]
Copying... [100%]
Done.