This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftyNotion 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/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.0
Building package at path:  $workDir
https://github.com/buhe/SwiftyNotion.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/12] Compiling SwiftyNotion NotionRichText.swift
[4/12] Compiling SwiftyNotion SwiftyNotion.swift
[5/12] Compiling SwiftyNotion NotionRequest.swift
[6/12] Compiling SwiftyNotion NotionList.swift
[7/12] Compiling SwiftyNotion NotionIdentifiable.swift
[8/12] Compiling SwiftyNotion NotionCode.swift
[9/12] Compiling SwiftyNotion NotionDatabase.swift
[10/12] Emitting module SwiftyNotion
[11/12] Compiling SwiftyNotion NotionPage.swift
[12/12] Compiling SwiftyNotion NotionBlock.swift
Build complete! (20.76s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.