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, reference main (ccfe56), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 11:04:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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.61s)
Creating working copy for https://github.com/buhe/SwiftyNotion.git
Working copy of https://github.com/buhe/SwiftyNotion.git resolved at main (ccfe560)
warning: '.resolve-product-dependencies': dependency 'swiftynotion' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/buhe/SwiftyNotion.git
https://github.com/buhe/SwiftyNotion.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling SwiftyNotion NotionRichText.swift
[4/12] Compiling SwiftyNotion NotionRequest.swift
[5/12] Compiling SwiftyNotion NotionIdentifiable.swift
[6/12] Compiling SwiftyNotion NotionList.swift
[7/12] Compiling SwiftyNotion NotionPage.swift
[8/12] Compiling SwiftyNotion SwiftyNotion.swift
[9/12] Compiling SwiftyNotion NotionDatabase.swift
[10/12] Emitting module SwiftyNotion
[11/12] Compiling SwiftyNotion NotionBlock.swift
[12/12] Compiling SwiftyNotion NotionCode.swift
Build complete! (5.50s)
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.