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.8 for iOS using Xcode 14.3.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/2/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
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/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
Revision (git rev-parse @):
997a59402572228dc24450e86711ee54bcc1dcbd
SPI manifest file found: /Users/builder/builds/o86TiJKT/2/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.8
Building package at path:  /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
2023-10-26 08:45:59.505 xcodebuild[15628:6458257] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/2/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/o86TiJKT/2/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"
    ]
  }
}
2023-10-26 08:46:12.054 xcodebuild[15824:6458937] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YBottomSheet",
      "YCoreUI",
      "YMatterType"
    ]
  }
}
2023-10-26 08:46:12.629 xcodebuild[15826:6458975] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
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/o86TiJKT/2/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/o86TiJKT/2/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-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

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

Resolve Package Graph


Resolved source packages:
  YBottomSheet: /Users/builder/builds/o86TiJKT/2/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
2023-10-26 08:46:13.620 xcodebuild[15844:6459063] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2023-10-26 08:46:14.198 xcodebuild[15845:6459087] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YBottomSheet"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YBottomSheet -destination generic/platform=ios
Build complete.
Done.