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 ScrollViewPlus, reference main (d7ab57), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 17:21:09 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/ChimeHQ/ScrollViewPlus.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/ScrollViewPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d7ab579 MainActor the tests too
Cloned https://github.com/ChimeHQ/ScrollViewPlus.git
Revision (git rev-parse @):
d7ab57959d53c967a12565fd1e6abf548ec7f704
SUCCESS checkout https://github.com/ChimeHQ/ScrollViewPlus.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": "scrollviewplus",
      "name": "ScrollViewPlus",
      "url": "https://github.com/ChimeHQ/ScrollViewPlus.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScrollViewPlus",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/ScrollViewPlus.git
[1/149] Fetching scrollviewplus
Fetched https://github.com/ChimeHQ/ScrollViewPlus.git from cache (0.75s)
Creating working copy for https://github.com/ChimeHQ/ScrollViewPlus.git
Working copy of https://github.com/ChimeHQ/ScrollViewPlus.git resolved at main (d7ab579)
warning: '.resolve-product-dependencies': dependency 'scrollviewplus' 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/ChimeHQ/ScrollViewPlus.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/10] Compiling ScrollViewPlus ScrollViewVisibleRectObserver.swift
[4/10] Compiling ScrollViewPlus UnconstrainedClipView.swift
[5/10] Compiling ScrollViewPlus ScrollerOverlayObserver.swift
[6/10] Compiling ScrollViewPlus OverlayOnlyScrollView.swift
[7/10] Emitting module ScrollViewPlus
[8/10] Compiling ScrollViewPlus NSScroller+Thickness.swift
[9/10] Compiling ScrollViewPlus ObservableScroller.swift
[10/10] Compiling ScrollViewPlus PositionJumpingWorkaroundScrollView.swift
Build complete! (10.48s)
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ScrollViewPlus/Info.plist
    /Users/admin/builder/spi-builder-workspace/ScrollViewPlus/ScrollViewPlus.xcconfig
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ScrollViewPlus",
  "name" : "ScrollViewPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "ScrollViewPlus",
      "targets" : [
        "ScrollViewPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScrollViewPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "ScrollViewPlusTests",
      "path" : "ScrollViewPlusTests",
      "sources" : [
        "OverlayOnlyScrollViewTests.swift"
      ],
      "target_dependencies" : [
        "ScrollViewPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScrollViewPlus",
      "module_type" : "SwiftTarget",
      "name" : "ScrollViewPlus",
      "path" : "ScrollViewPlus",
      "product_memberships" : [
        "ScrollViewPlus"
      ],
      "sources" : [
        "NSScroller+Thickness.swift",
        "ObservableScroller.swift",
        "OverlayOnlyScrollView.swift",
        "PositionJumpingWorkaroundScrollView.swift",
        "ScrollViewVisibleRectObserver.swift",
        "ScrollerOverlayObserver.swift",
        "UnconstrainedClipView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.