+ bash -lc "printf '%s\n' \"source 'https://rubygems.org'\" \"gem 'cocoapods', '1.9.3'\" \"gem 'jazzy', '0.13.3'\" \"gem 'sqlite3', '1.4.2'\" > /tmp/InterposeKit.Gemfile && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle config set path /tmp/interposekit-bundle && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle install && swift build && sourcekitten doc --spm-module InterposeKit > interposekit.json && BUNDLE_GEMFILE=/tmp/InterposeKit.Gemfile bundle exec jazzy --clean --sourcekitten-sourcefile interposekit.json"
0 commit comments