Build Information
Successful build of SwiftyNotion, reference main (ccfe56
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:41:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buhe/SwiftyNotion.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buhe/SwiftyNotion
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/buhe/SwiftyNotion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling SwiftyNotion NotionRichText.swift
[4/12] Compiling SwiftyNotion SwiftyNotion.swift
[5/12] Compiling SwiftyNotion NotionRequest.swift
[6/12] Compiling SwiftyNotion NotionDatabase.swift
[7/12] Compiling SwiftyNotion NotionList.swift
[8/12] Compiling SwiftyNotion NotionPage.swift
[9/12] Compiling SwiftyNotion NotionIdentifiable.swift
[10/12] Compiling SwiftyNotion NotionCode.swift
[11/12] Compiling SwiftyNotion NotionBlock.swift
[12/12] Emitting module SwiftyNotion
Build complete! (4.57s)
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.