Build Information
Successful build of swift-snowflake, reference v1.1.0 (c1236c
), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 17:59:31 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.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sinoru/swift-snowflake.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sinoru/swift-snowflake
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at c1236c7 Merge branch 'release/1.1.0'
Cloned https://github.com/sinoru/swift-snowflake.git
Revision (git rev-parse @):
c1236c7afd22063eb8249f1eebf33ce79f15a24e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sinoru/swift-snowflake.git at v1.1.0
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.28s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.71s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
========================================
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-snowflake",
"name": "swift-snowflake",
"url": "https://github.com/sinoru/swift-snowflake.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-snowflake",
"dependencies": [
]
}
]
}
Fetching https://github.com/sinoru/swift-snowflake.git
[1/507] Fetching swift-snowflake
Fetched https://github.com/sinoru/swift-snowflake.git from cache (0.83s)
Creating working copy for https://github.com/sinoru/swift-snowflake.git
Working copy of https://github.com/sinoru/swift-snowflake.git resolved at v1.1.0 (c1236c7)
warning: '.resolve-product-dependencies': dependency 'swift-snowflake' 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/sinoru/swift-snowflake.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--7754E27361AE5C74.txt
[6/10] Compiling Snowflake CodingUserInfoKey.swift
[7/10] Compiling Snowflake Snowflake.swift
[8/10] Emitting module Snowflake
[9/10] Compiling Snowflake Sendable.swift
[10/10] Compiling Snowflake Snowflake+Codable.swift
[11/13] Compiling SnowflakeFoundationCompat Foundation+JSONEncoder.swift
[12/13] Emitting module SnowflakeFoundationCompat
[13/13] Compiling SnowflakeFoundationCompat Foundation+JSONDecoder.swift
Build complete! (18.60s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-snowflake",
"name" : "swift-snowflake",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Snowflake",
"targets" : [
"Snowflake"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SnowflakeFoundationCompat",
"targets" : [
"SnowflakeFoundationCompat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnowflakeTests",
"module_type" : "SwiftTarget",
"name" : "SnowflakeTests",
"path" : "Tests/SnowflakeTests",
"sources" : [
"SnowflakeJSONDecodingTests.swift",
"SnowflakeJSONEncodingTests.swift"
],
"target_dependencies" : [
"Snowflake",
"SnowflakeFoundationCompat"
],
"type" : "test"
},
{
"c99name" : "SnowflakeFoundationCompat",
"module_type" : "SwiftTarget",
"name" : "SnowflakeFoundationCompat",
"path" : "Sources/SnowflakeFoundationCompat",
"product_memberships" : [
"SnowflakeFoundationCompat"
],
"sources" : [
"Foundation+JSONDecoder.swift",
"Foundation+JSONEncoder.swift"
],
"target_dependencies" : [
"Snowflake"
],
"type" : "library"
},
{
"c99name" : "Snowflake",
"module_type" : "SwiftTarget",
"name" : "Snowflake",
"path" : "Sources/Snowflake",
"product_memberships" : [
"Snowflake",
"SnowflakeFoundationCompat"
],
"sources" : [
"Extensions/CodingUserInfoKey.swift",
"Extensions/Sendable.swift",
"Snowflake+Codable.swift",
"Snowflake.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/sinoru/swift-snowflake/v1.1.0
Repository: sinoru/swift-snowflake
Swift version used: 6.0
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Target: Snowflake
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
Generating documentation for 'Snowflake'...
Converting documentation...
Conversion complete! (0.13s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/sinoru/swift-snowflake/v1.1.0'
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/6] Compiling Snowflake CodingUserInfoKey.swift
[3/6] Emitting module Snowflake
[4/6] Compiling Snowflake Snowflake+Codable.swift
[5/6] Compiling Snowflake Sendable.swift
[6/6] Compiling Snowflake Snowflake.swift
Build of target: 'Snowflake' complete! (0.39s)
Target: SnowflakeFoundationCompat
Generating documentation for 'SnowflakeFoundationCompat'...
Converting documentation...
Conversion complete! (0.05s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/sinoru/swift-snowflake/v1.1.0'
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/4] Emitting module SnowflakeFoundationCompat
[3/4] Compiling SnowflakeFoundationCompat Foundation+JSONDecoder.swift
[4/4] Compiling SnowflakeFoundationCompat Foundation+JSONEncoder.swift
Build of target: 'SnowflakeFoundationCompat' complete! (0.50s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/sinoru/swift-snowflake/v1.1.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/sinoru/swift-snowflake/v1.1.0/linkable-paths.json
142
2 /Users/admin/builder/spi-builder-workspace/.docs/sinoru/swift-snowflake/v1.1.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/sinoru/swift-snowflake/v1.1.0
File count: 142
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-sinoru-swift-snowflake-v1.1.0-17daf82f.zip to s3://spi-docs-inbox/prod-sinoru-swift-snowflake-v1.1.0-17daf82f.zip
Copying... [16%]
Copying... [32%]
Copying... [48%]
Copying... [64%]
Copying... [79%]
Copying... [95%]
Copying... [100%]
Done.