The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SolidScroll, reference 0.0.1 (43ae94), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:45:08 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/edudnyk/SolidScroll.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edudnyk/SolidScroll
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 43ae94f Initial implementation.
Cloned https://github.com/edudnyk/SolidScroll.git
Revision (git rev-parse @):
43ae94f03ea7cf9470256d63893629d3d58c036a
SUCCESS checkout https://github.com/edudnyk/SolidScroll.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/edudnyk/SolidScroll.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/4] Emitting module SolidScroll
/Users/admin/builder/spi-builder-workspace/Sources/SolidScroll/ScrollView.swift:118:1: warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
116 | public typealias SolidScrollViewProxy = _ScrollViewProxy
117 |
118 | extension _ContainedScrollViewKey: PreferenceKey {}
    | |- warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
119 |
120 | /// A preference key that allows to retrieve a ``ScrollViewProxy`` of a sibling scrollview via native SwiftUI APIs.
[4/4] Compiling SolidScroll ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SolidScroll/ScrollView.swift:118:1: warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
116 | public typealias SolidScrollViewProxy = _ScrollViewProxy
117 |
118 | extension _ContainedScrollViewKey: PreferenceKey {}
    | |- warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
119 |
120 | /// A preference key that allows to retrieve a ``ScrollViewProxy`` of a sibling scrollview via native SwiftUI APIs.
Build complete! (6.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SolidScroll",
  "name" : "SolidScroll",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SolidScroll",
      "targets" : [
        "SolidScroll"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SolidScrollTests",
      "module_type" : "SwiftTarget",
      "name" : "SolidScrollTests",
      "path" : "Tests/SolidScrollTests",
      "sources" : [
        "ScrollViewTests.swift"
      ],
      "target_dependencies" : [
        "SolidScroll"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SolidScroll",
      "module_type" : "SwiftTarget",
      "name" : "SolidScroll",
      "path" : "Sources/SolidScroll",
      "product_memberships" : [
        "SolidScroll"
      ],
      "sources" : [
        "ScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.