The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BottomSheet with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/BottomSheet.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/BottomSheet
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9be83ff Update README.md
Cloned https://github.com/danielsaidi/BottomSheet.git
Revision (git rev-parse @):
9be83ffd039f3b843c3f1e74446b7c3b3655ebe5
SUCCESS checkout https://github.com/danielsaidi/BottomSheet.git at master
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.03s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bottomsheet",
      "name": "BottomSheet",
      "url": "https://github.com/danielsaidi/BottomSheet.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BottomSheet",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielsaidi/BottomSheet.git from cache
Fetched https://github.com/danielsaidi/BottomSheet.git (0.22s)
Creating working copy for https://github.com/danielsaidi/BottomSheet.git
Working copy of https://github.com/danielsaidi/BottomSheet.git resolved at master
warning: '.resolve-product-dependencies': dependency 'bottomsheet' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Copying Info.plist
[3/4] Copying Colors.xcassets
[5/15] Compiling BottomSheet View+BottomSheet.swift
[6/16] Compiling BottomSheet SheetColor.swift
[7/16] Emitting module BottomSheet
[8/16] Compiling BottomSheet BottomSheetHandleBar.swift
[9/16] Compiling BottomSheet BottomSheetHandleStyle.swift
[10/16] Compiling BottomSheet BottomSheet.swift
[11/16] Compiling BottomSheet BottomSheetHandle.swift
[12/16] Compiling BottomSheet Color+Sheet.swift
[13/16] Compiling BottomSheet BottomSheetHandleStyle+Deprecated.swift
[14/16] Compiling BottomSheet BottomSheetHeight.swift
[15/16] Compiling BottomSheet BottomSheetStyle.swift
[16/16] Compiling BottomSheet resource_bundle_accessor.swift
Build complete! (19.97s)
Build complete.
Done.