Build Information
Successful build of SwiftyNotion, reference 0.1.5 (ccfe56
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 10:46:05 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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buhe/SwiftyNotion.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buhe/SwiftyNotion
* tag 0.1.5 -> FETCH_HEAD
HEAD is now at ccfe560 "Add support for PDF blocks in the NotionBlock struct."
Cloned https://github.com/buhe/SwiftyNotion.git
Revision (git rev-parse @):
ccfe5600df5e315e48470ca840f682ec446869f8
SUCCESS checkout https://github.com/buhe/SwiftyNotion.git at 0.1.5
========================================
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": "swiftynotion",
"name": "SwiftyNotion",
"url": "https://github.com/buhe/SwiftyNotion.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyNotion",
"dependencies": [
]
}
]
}
Fetching https://github.com/buhe/SwiftyNotion.git
[1/197] Fetching swiftynotion
Fetched https://github.com/buhe/SwiftyNotion.git from cache (0.67s)
Creating working copy for https://github.com/buhe/SwiftyNotion.git
Working copy of https://github.com/buhe/SwiftyNotion.git resolved at 0.1.5 (ccfe560)
warning: '.resolve-product-dependencies': dependency 'swiftynotion' 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/buhe/SwiftyNotion.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/12] Compiling SwiftyNotion NotionRichText.swift
[4/12] Compiling SwiftyNotion SwiftyNotion.swift
[5/12] Compiling SwiftyNotion NotionIdentifiable.swift
[6/12] Compiling SwiftyNotion NotionBlock.swift
[7/12] Emitting module SwiftyNotion
[8/12] Compiling SwiftyNotion NotionList.swift
[9/12] Compiling SwiftyNotion NotionPage.swift
[10/12] Compiling SwiftyNotion NotionDatabase.swift
[11/12] Compiling SwiftyNotion NotionCode.swift
[12/12] Compiling SwiftyNotion NotionRequest.swift
Build complete! (16.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyNotion",
"name" : "SwiftyNotion",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SwiftyNotion",
"targets" : [
"SwiftyNotion"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyNotionTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyNotionTests",
"path" : "Tests/SwiftyNotionTests",
"sources" : [
"SwiftyNotionTests.swift"
],
"target_dependencies" : [
"SwiftyNotion"
],
"type" : "test"
},
{
"c99name" : "SwiftyNotion",
"module_type" : "SwiftTarget",
"name" : "SwiftyNotion",
"path" : "Sources/SwiftyNotion",
"product_memberships" : [
"SwiftyNotion"
],
"sources" : [
"NotionBlock.swift",
"NotionCode.swift",
"NotionDatabase.swift",
"NotionIdentifiable.swift",
"NotionList.swift",
"NotionPage.swift",
"NotionRequest.swift",
"NotionRichText.swift",
"SwiftyNotion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.