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 YBottomSheet with Swift 5.9 for iOS using Xcode 15.2.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YBottomSheet -destination generic/platform=ios

Build Log

========================================
RunAll
========================================
Builder version: 4.22.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/ybottomsheet-ios.git
Reference: 1.2.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/ybottomsheet-ios
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 997a594 [Issue-30] animate new height. (#31)
Cloned https://github.com/codeandtheory/ybottomsheet-ios.git into /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Revision (git rev-parse @):
997a59402572228dc24450e86711ee54bcc1dcbd
SPI manifest file found: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ybottomsheet-ios.git at 1.2.1
========================================
Build
========================================
Selected platform:         iOS
Swift version:             5.9
Building package at path:  /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Command line invocation:
    /Applications/Xcode-15.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph

Fetching from https://github.com/yml-org/YMatterType.git (cached)

Fetching from https://github.com/yml-org/YCoreUI.git (cached)

Creating working copy of package ‘YCoreUI’

Checking out 1.7.0 of package ‘YCoreUI’

Creating working copy of package ‘YMatterType’

Checking out 1.7.0 of package ‘YMatterType’

Resolve Package Graph


Resolved source packages:
  YCoreUI: https://github.com/yml-org/YCoreUI.git @ 1.7.0
  YBottomSheet: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  YMatterType: https://github.com/yml-org/YMatterType.git @ 1.7.0

resolved source packages: YCoreUI, YBottomSheet, YMatterType
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YBottomSheet",
      "YCoreUI",
      "YMatterType"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YBottomSheet",
      "YCoreUI",
      "YMatterType"
    ]
  }
}
Schemes found:
  YBottomSheet
  YCoreUI
  YMatterType
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "ycoreui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yml-org/YCoreUI.git"
    },
    {
      "identity" : "ymattertype",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yml-org/YMatterType.git"
    }
  ],
  "manifest_display_name" : "YBottomSheet",
  "name" : "YBottomSheet",
  "path" : "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "YBottomSheet",
      "targets" : [
        "YBottomSheet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YBottomSheetTests",
      "module_type" : "SwiftTarget",
      "name" : "YBottomSheetTests",
      "path" : "Tests/YBottomSheetTests",
      "sources" : [
        "Animation/Animation+BottomSheetTests.swift",
        "Animation/BottomSheetAnimatorTests.swift",
        "Animation/BottomSheetDismissAnimatorTests.swift",
        "Animation/BottomSheetPresentAnimatorTests.swift",
        "BottomSheetController+Appearance+LayoutTests.swift",
        "BottomSheetController+AppearanceTests.swift",
        "BottomSheetControllerTests.swift",
        "DragIndicatorView/DragIndicatorView+Appearance+LayoutTests.swift",
        "DragIndicatorView/DragIndicatorView+AppearanceTests.swift",
        "DragIndicatorView/DragIndicatorViewTests.swift",
        "Enums/BottomSheetController+ImagesTests.swift",
        "Enums/BottomSheetController+StringsTests.swift",
        "Protocols/LayoutSizableTests.swift",
        "SheetHeaderView/SheetHeaderView+Appearance+LayoutTests.swift",
        "SheetHeaderView/SheetHeaderView+AppearanceTests.swift",
        "SheetHeaderView/SheetHeaderViewTests.swift",
        "Test Helpers/XCTestCase+MemoryLeakTracking.swift",
        "Test Helpers/XCTestCase+TypographyEquatable.swift"
      ],
      "target_dependencies" : [
        "YBottomSheet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YBottomSheet",
      "module_type" : "SwiftTarget",
      "name" : "YBottomSheet",
      "path" : "Sources/YBottomSheet",
      "product_dependencies" : [
        "YCoreUI",
        "YMatterType"
      ],
      "product_memberships" : [
        "YBottomSheet"
      ],
      "resources" : [
        {
          "path" : "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YBottomSheet/Assets/Strings/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Animation/Animation+BottomSheet.swift",
        "Animation/BottomSheetAnimator.swift",
        "Animation/BottomSheetDismissAnimator.swift",
        "Animation/BottomSheetPresentAnimator.swift",
        "BottomSheetController+Animation.swift",
        "BottomSheetController+Appearance+Layout.swift",
        "BottomSheetController+Appearance.swift",
        "BottomSheetController+build.swift",
        "BottomSheetController.swift",
        "DragIndicatorView/DragIndicatorView+Appearance+Layout.swift",
        "DragIndicatorView/DragIndicatorView+Appearance.swift",
        "DragIndicatorView/DragIndicatorView.swift",
        "Enums/BottomSheetController+AccessibilityIdentifiers.swift",
        "Enums/BottomSheetController+Enums.swift",
        "Enums/BottomSheetController+Images.swift",
        "Enums/BottomSheetController+Strings.swift",
        "Protocols/LayoutSizable.swift",
        "Protocols/SheetHeaderViewDelegate.swift",
        "SheetHeaderView/SheetHeaderView+Appearance+Layout.swift",
        "SheetHeaderView/SheetHeaderView+Appearance.swift",
        "SheetHeaderView/SheetHeaderView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Command line invocation:
    /Applications/Xcode-15.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph


Resolved source packages:
  YBottomSheet: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  YCoreUI: https://github.com/yml-org/YCoreUI.git @ 1.7.0
  YMatterType: https://github.com/yml-org/YMatterType.git @ 1.7.0

resolved source packages: YBottomSheet, YCoreUI, YMatterType
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YBottomSheet"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YBottomSheet -destination generic/platform=ios
Build complete.
Done.