The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PagerTabStripView, reference master (31f4ca), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 00:17:18 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/xmartlabs/PagerTabStripView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xmartlabs/PagerTabStripView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 31f4cad Updated changelog and version (#143)
Cloned https://github.com/xmartlabs/PagerTabStripView.git
Revision (git rev-parse @):
31f4cadd5cc8a217b970f5130fbf1b05f4ae4902
SUCCESS checkout https://github.com/xmartlabs/PagerTabStripView.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/xmartlabs/PagerTabStripView.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/14] Compiling PagerTabStripView PagerTabItemModifier.swift
[4/15] Compiling PagerTabStripView PagerTabStripView.swift
[5/15] Compiling PagerTabStripView PagerSettings.swift
[6/15] Emitting module PagerTabStripView
[7/15] Compiling PagerTabStripView SegmentedNavBarView.swift
[8/15] Compiling PagerTabStripView IndicatorBarView.swift
[9/15] Compiling PagerTabStripView PagerStyle.swift
[10/15] Compiling PagerTabStripView NavBarModifier.swift
[11/15] Compiling PagerTabStripView FixedSizeNavBarView.swift
[12/15] Compiling PagerTabStripView Collection+Extensions.swift
[13/15] Compiling PagerTabStripView NavBarItem.swift
[14/15] Compiling PagerTabStripView ScrollableNavBarView.swift
[15/15] Compiling PagerTabStripView View+Modifiers.swift
Build complete! (9.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PagerTabStripView",
  "name" : "PagerTabStripView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PagerTabStripView",
      "targets" : [
        "PagerTabStripView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PagerTabStripViewTests",
      "module_type" : "SwiftTarget",
      "name" : "PagerTabStripViewTests",
      "path" : "PagerTabStripViewTests",
      "sources" : [
        "PagerTabStripViewTests.swift"
      ],
      "target_dependencies" : [
        "PagerTabStripView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PagerTabStripView",
      "module_type" : "SwiftTarget",
      "name" : "PagerTabStripView",
      "path" : "Sources",
      "product_memberships" : [
        "PagerTabStripView"
      ],
      "sources" : [
        "Collection+Extensions.swift",
        "NavBarItem.swift",
        "NavBarModifier.swift",
        "NavigationBarStyles/FixedSizeNavBarView.swift",
        "NavigationBarStyles/IndicatorBarView.swift",
        "NavigationBarStyles/ScrollableNavBarView.swift",
        "NavigationBarStyles/SegmentedNavBarView.swift",
        "PagerSettings.swift",
        "PagerStyle.swift",
        "PagerTabItemModifier.swift",
        "PagerTabStripView.swift",
        "View+Modifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.