Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert to using 'swift build' with sandbox disabled for 'rake build' #1057

Merged

Conversation

liamnichols
Copy link
Collaborator

@liamnichols liamnichols commented Apr 22, 2022

Background

When using a statically built version of lib_internalSwiftSyntaxParser in #1037, SR-15802 prevented us from using swift build when specifying multiple architectures to build a universal (fat) binary.

The initial workaround was to instead use xcodebuild, which seemed to work well up until we tried to push the new version to Homewbrew because brew install appears to run in a sandbox, some of the SPM build operations were blocked (I'm a little fuzzy on the exact details).

To work around this, we need to revert back to using swift build --disable-sandbox when running rake build.

Description

In this change, I decided to follow the approach that I saw being used in the SwiftLint project. For thin builds, we just run swift build --disable-sandbox -c release to build for the machine architecture with no problem. For universal builds, we invoke swift build for each architecture and then use lipo to merge the two binaries into a single universal binary and strip any redundant symbols.

@krzysztofzablocki
Copy link
Owner

looks good to me

@liamnichols liamnichols self-assigned this Apr 22, 2022
@liamnichols liamnichols marked this pull request as ready for review April 22, 2022 10:06
@liamnichols
Copy link
Collaborator Author

🤞 should be as long as the CI checks pass 👍 Seems to work locally though

@liamnichols
Copy link
Collaborator Author

I'm not sure of the proper way to test a formulae, but I created a test release on my fork and updated homebrew-core locally and can confirm that it worked:

$ brew install --build-from-source --verbose --debug sourcery
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/sourcery.rb
/opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/3.4.7-28-ga8bb0d6\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 12.3\)\ curl/7.79.1 --header Accept-Language:\ en --retry 3 --location --silent --head --request GET https://github.com/liamnichols/Sourcery/archive/1.8.1.tar.gz
==> Downloading https://github.com/liamnichols/Sourcery/archive/1.8.1.tar.gz
==> Downloading from https://codeload.github.com/liamnichols/Sourcery/tar.gz/refs/tags/1.8.1
/opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/3.4.7-28-ga8bb0d6\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 12.3\)\ curl/7.79.1 --header Accept-Language:\ en --retry 3 --location --head https://codeload.github.com/liamnichols/Sourcery/tar.gz/refs/tags/1.8.1
/opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/3.4.7-28-ga8bb0d6\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 12.3\)\ curl/7.79.1 --header Accept-Language:\ en --fail --retry 3 --location --remote-time --output /Users/liamnichols/Library/Caches/Homebrew/downloads/1664b707513c51d623c217be2279f8f8e7e6f36e4cd5d9e425474348f9a08f8c--Sourcery-1.8.1.tar.gz.incomplete https://codeload.github.com/liamnichols/Sourcery/tar.gz/refs/tags/1.8.1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2413k    0 2413k    0     0  4918k      0 --:--:-- --:--:-- --:--:-- 4997k
==> Verifying checksum for '1664b707513c51d623c217be2279f8f8e7e6f36e4cd5d9e425474348f9a08f8c--Sourcery-1.8.1.tar.gz'
Warning: Your Xcode (13.2.1) is outdated.
Please update to Xcode 13.3 (or delete it).
Xcode can be updated from the App Store.

/opt/homebrew/Library/Homebrew/shims/shared/git --version
tar --extract --no-same-owner --file /Users/liamnichols/Library/Caches/Homebrew/downloads/1664b707513c51d623c217be2279f8f8e7e6f36e4cd5d9e425474348f9a08f8c--Sourcery-1.8.1.tar.gz --directory /private/tmp/d20220422-71679-19yzrbo
cp -pR /private/tmp/d20220422-71679-19yzrbo/Sourcery-1.8.1/. /private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1
chmod -Rf +w /private/tmp/d20220422-71679-19yzrbo
==> rake build
rm -fr cli/

== Building project (fat: false) ==

mkdir -p "cli/bin"
swift build --disable-sandbox -c release --build-path build/
objc[71747]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1f99ba098) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107ed82c8). One of the two will be used. Which one is undefined.
objc[71747]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x1f99ba0e8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107ed8318). One of the two will be used. Which one is undefined.
objc[71747]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x1f99b9eb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107ed84f8). One of the two will be used. Which one is undefined.
objc[71747]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x1f99b9f00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107ed8548). One of the two will be used. Which one is undefined.
objc[71747]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x1f99b9f50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107ed8598). One of the two will be used. Which one is undefined.
objc[71747]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x1f99b9fa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107ed85e8). One of the two will be used. Which one is undefined.
objc[71747]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x1f99b9ff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107ed8638). One of the two will be used. Which one is undefined.
objc[71747]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x1f99ba040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107ed8688). One of the two will be used. Which one is undefined.
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1: warning: failed loading manifest for 'sourcery-1.8.1' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1: warning: failed storing manifest for 'sourcery-1.8.1' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/tuist/xcodeproj from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetching https://github.com/kylef/PathKit.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/tuist/xcodeproj (2.64s)
Fetched https://github.com/mattgallagher/CwlCatchException.git (2.64s)
Fetched https://github.com/kylef/PathKit.git (2.64s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/jpsim/Yams.git (1.57s)
Fetched https://github.com/kylef/Spectre.git (1.57s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (1.57s)
Fetching https://github.com/apple/swift-syntax.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetching https://github.com/Quick/Nimble.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetching https://github.com/tadija/AEXML.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/tadija/AEXML.git (1.19s)
Fetching https://github.com/shibapm/PackageConfig.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/apple/swift-syntax.git (1.43s)
Fetched https://github.com/Quick/Nimble.git (1.43s)
Fetching https://github.com/shibapm/Komondor.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/shibapm/PackageConfig.git (0.69s)
Fetching https://github.com/StencilProject/Stencil.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/JohnSundell/ShellOut.git (0.68s)
Fetching https://github.com/Quick/Quick.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/shibapm/Komondor.git (0.75s)
Fetching https://github.com/SwiftGen/StencilSwiftKit.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/StencilProject/Stencil.git (0.82s)
Fetching https://github.com/kylef/Commander.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Fetched https://github.com/Quick/Quick.git (1.27s)
Fetched https://github.com/kylef/Commander.git (0.74s)
Fetched https://github.com/SwiftGen/StencilSwiftKit.git (2.23s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.0.0 (0.51s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.61s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (1.11s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.3.1 (0.55s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit.git
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.8.0 (0.55s)
Computing version for https://github.com/StencilProject/Stencil.git
Computed https://github.com/StencilProject/Stencil.git at 0.14.2 (0.54s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.54s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (0.54s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.57s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.55s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.56s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.0.6 (0.53s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.58s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.55s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.56s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 0.13.0 (0.54s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/StencilProject/Stencil.git
Working copy of https://github.com/StencilProject/Stencil.git resolved at 0.14.2
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 0.13.0
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.0.6
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/tuist/xcodeproj
Working copy of https://github.com/tuist/xcodeproj resolved at 8.3.1
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50600.1
Creating working copy for https://github.com/SwiftGen/StencilSwiftKit.git
Working copy of https://github.com/SwiftGen/StencilSwiftKit.git resolved at 2.8.0
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.0.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Stencil: warning: failed loading manifest for 'stencil' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/StencilSwiftKit: warning: failed loading manifest for 'stencilswiftkit' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Commander: warning: failed loading manifest for 'commander' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PathKit: warning: failed loading manifest for 'pathkit' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Yams: warning: failed loading manifest for 'yams' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/swift-syntax: warning: failed loading manifest for 'swift-syntax' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Quick: warning: failed loading manifest for 'quick' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Nimble: warning: failed loading manifest for 'nimble' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Yams: warning: failed storing manifest for 'yams' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Stencil: warning: failed storing manifest for 'stencil' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/StencilSwiftKit: warning: failed storing manifest for 'stencilswiftkit' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Nimble: warning: failed storing manifest for 'nimble' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PathKit: warning: failed storing manifest for 'pathkit' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Commander: warning: failed storing manifest for 'commander' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Quick: warning: failed storing manifest for 'quick' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/swift-syntax: warning: failed storing manifest for 'swift-syntax' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Spectre: warning: failed loading manifest for 'spectre' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Spectre: warning: failed storing manifest for 'spectre' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Komondor: warning: failed loading manifest for 'komondor' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Komondor: warning: failed storing manifest for 'komondor' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/ShellOut: warning: failed loading manifest for 'shellout' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PackageConfig: warning: failed loading manifest for 'packageconfig' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/ShellOut: warning: failed storing manifest for 'shellout' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PackageConfig: warning: failed storing manifest for 'packageconfig' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlPreconditionTesting: warning: failed loading manifest for 'cwlpreconditiontesting' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlPreconditionTesting: warning: failed storing manifest for 'cwlpreconditiontesting' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlCatchException: warning: failed loading manifest for 'cwlcatchexception' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlCatchException: warning: failed storing manifest for 'cwlcatchexception' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1: warning: failed loading manifest for 'sourcery-1.8.1' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1: warning: failed storing manifest for 'sourcery-1.8.1' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Yams: warning: failed loading manifest for 'yams' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Commander: warning: failed loading manifest for 'commander' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/StencilSwiftKit: warning: failed loading manifest for 'stencilswiftkit' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PathKit: warning: failed loading manifest for 'pathkit' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Quick: warning: failed loading manifest for 'quick' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/swift-syntax: warning: failed loading manifest for 'swift-syntax' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Stencil: warning: failed loading manifest for 'stencil' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Nimble: warning: failed loading manifest for 'nimble' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Nimble: warning: failed storing manifest for 'nimble' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Commander: warning: failed storing manifest for 'commander' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PathKit: warning: failed storing manifest for 'pathkit' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Yams: warning: failed storing manifest for 'yams' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/StencilSwiftKit: warning: failed storing manifest for 'stencilswiftkit' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Stencil: warning: failed storing manifest for 'stencil' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Quick: warning: failed storing manifest for 'quick' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/swift-syntax: warning: failed storing manifest for 'swift-syntax' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Spectre: warning: failed loading manifest for 'spectre' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Spectre: warning: failed storing manifest for 'spectre' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Komondor: warning: failed loading manifest for 'komondor' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Komondor: warning: failed storing manifest for 'komondor' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PackageConfig: warning: failed loading manifest for 'packageconfig' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/ShellOut: warning: failed loading manifest for 'shellout' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PackageConfig: warning: failed storing manifest for 'packageconfig' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/ShellOut: warning: failed storing manifest for 'shellout' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlPreconditionTesting: warning: failed loading manifest for 'cwlpreconditiontesting' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlPreconditionTesting: warning: failed storing manifest for 'cwlpreconditiontesting' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlCatchException: warning: failed loading manifest for 'cwlcatchexception' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlCatchException: warning: failed storing manifest for 'cwlcatchexception' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
Updating https://github.com/shibapm/PackageConfig.git
Updating https://github.com/kylef/PathKit.git
Updating https://github.com/StencilProject/Stencil.git
Updated https://github.com/kylef/PathKit.git (0.57s)
Updated https://github.com/shibapm/PackageConfig.git (0.57s)
Updated https://github.com/StencilProject/Stencil.git (0.57s)
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/mattgallagher/CwlPreconditionTesting.git
Updating https://github.com/mattgallagher/CwlCatchException.git
Updated https://github.com/Quick/Nimble.git (0.82s)
Updated https://github.com/mattgallagher/CwlPreconditionTesting.git (0.82s)
Updated https://github.com/mattgallagher/CwlCatchException.git (0.82s)
Updating https://github.com/kylef/Spectre.git
Updating https://github.com/apple/swift-syntax.git
Updating https://github.com/kylef/Commander.git
Updated https://github.com/kylef/Commander.git (0.65s)
Updated https://github.com/apple/swift-syntax.git (0.65s)
Updated https://github.com/kylef/Spectre.git (0.65s)
Updating https://github.com/Quick/Quick.git
Updating https://github.com/JohnSundell/ShellOut.git
Updating https://github.com/SwiftGen/StencilSwiftKit.git
Updated https://github.com/SwiftGen/StencilSwiftKit.git (0.49s)
Updating https://github.com/shibapm/Komondor.git
Updated https://github.com/Quick/Quick.git (0.77s)
Updated https://github.com/JohnSundell/ShellOut.git (0.77s)
Updating https://github.com/jpsim/Yams.git
Fetching https://github.com/tuist/XcodeProj.git from cache
Skipping cache due to an error: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/repositories.lock
Updated https://github.com/shibapm/Komondor.git (0.46s)
Updated https://github.com/jpsim/Yams.git (0.51s)
Fetched https://github.com/tuist/XcodeProj.git (10.69s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.0.0 (0.40s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.46s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (1.43s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.3.1 (13.70s)
Updating https://github.com/tadija/AEXML.git
Updated https://github.com/tadija/AEXML.git (0.50s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit.git
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.8.0 (0.49s)
Computing version for https://github.com/StencilProject/Stencil.git
Computed https://github.com/StencilProject/Stencil.git at 0.14.2 (0.44s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.49s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (0.45s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.47s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.44s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.38s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.0.6 (0.43s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.46s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.43s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.45s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 0.13.0 (0.44s)
Removing https://github.com/tuist/xcodeproj
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.3.1
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Commander: warning: failed loading manifest for 'commander' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/StencilSwiftKit: warning: failed loading manifest for 'stencilswiftkit' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Yams: warning: failed loading manifest for 'yams' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/swift-syntax: warning: failed loading manifest for 'swift-syntax' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Quick: warning: failed loading manifest for 'quick' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Nimble: warning: failed loading manifest for 'nimble' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Stencil: warning: failed loading manifest for 'stencil' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/XcodeProj: warning: failed loading manifest for 'xcodeproj' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PathKit: warning: failed loading manifest for 'pathkit' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Stencil: warning: failed storing manifest for 'stencil' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/XcodeProj: warning: failed storing manifest for 'xcodeproj' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PathKit: warning: failed storing manifest for 'pathkit' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Nimble: warning: failed storing manifest for 'nimble' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Quick: warning: failed storing manifest for 'quick' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Commander: warning: failed storing manifest for 'commander' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/StencilSwiftKit: warning: failed storing manifest for 'stencilswiftkit' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/swift-syntax: warning: failed storing manifest for 'swift-syntax' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Yams: warning: failed storing manifest for 'yams' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Spectre: warning: failed loading manifest for 'spectre' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Spectre: warning: failed storing manifest for 'spectre' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Komondor: warning: failed loading manifest for 'komondor' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/Komondor: warning: failed storing manifest for 'komondor' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PackageConfig: warning: failed loading manifest for 'packageconfig' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/ShellOut: warning: failed loading manifest for 'shellout' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/ShellOut: warning: failed storing manifest for 'shellout' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/PackageConfig: warning: failed storing manifest for 'packageconfig' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/AEXML: warning: failed loading manifest for 'aexml' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/AEXML: warning: failed storing manifest for 'aexml' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlPreconditionTesting: warning: failed loading manifest for 'cwlpreconditiontesting' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlPreconditionTesting: warning: failed storing manifest for 'cwlpreconditiontesting' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlCatchException: warning: failed loading manifest for 'cwlcatchexception' from cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/CwlCatchException: warning: failed storing manifest for 'cwlcatchexception' in cache: unknown system error while operating on /Users/liamnichols/Library/Caches/org.swift.swiftpm/manifests/manifest.db.lock
[6/25568] Downloading binary artifacts
'SwiftSyntax' /private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/swift-syntax: warning: found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/build/checkouts/swift-syntax/Sources/_CSwiftSyntax/README.md

warning: dependency 'stencil' is not used by any target
[1/14] Copying lib_InternalSwiftSyntaxParser.dylib
[2/14] Copying ejs.js
[3/14] Copying lib_InternalSwiftSyntaxParser.framework
remark: Incremental compilation has been disabled: it is not compatible with whole module optimizationremark: Incremental compilation has been disabled: it is not compatible with whole module optimizationremark: Incremental compilation has been disabled: it is not compatible with whole module optimizationremark: Incremental compilation has been disabled: it is not compatible with whole module optimizationremark: Incremental compilation has been disabled: it is not compatible with whole module optimization[4/18] Compiling atomic-counter.c
[5/18] Compiling writer.c
[6/18] Compiling parser.c
[7/18] Compiling api.c
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization[8/20] Compiling reader.c
[9/20] Compiling scanner.c
[10/20] Compiling emitter.c
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization[11/21] Compiling TryCatch TryCatch.m
[12/21] Compiling CodableContext AutoCodable.swift
[13/21] Compiling PathKit PathKit.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimizationremark: Incremental compilation has been disabled: it is not compatible with whole module optimizationremark: Incremental compilation has been disabled: it is not compatible with whole module optimization[14/24] Compiling SourceryJS EJSTemplate.swift
[15/24] Compiling SourceryUtils Path+Extensions.swift
[16/24] Compiling AEXML Document.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization[17/25] Compiling Stencil Context.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization[18/26] Compiling Commander ArgumentConvertible.swift
[19/26] Compiling StencilSwiftKit CallMacroNodes.swift
[20/26] Compiling Yams Constructor.swift
[21/26] Compiling SourceryRuntime AccessLevel.swift
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/SourceryRuntime/Sources/Composer.swift:340:13: warning: initialization of immutable value 'modules' was never used; consider replacing with assignment to '_' or removing it
        let modules = state.modules
        ~~~~^~~~~~~
        _
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/SourceryRuntime/Sources/Composer.swift:341:13: warning: initialization of immutable value 'typealiases' was never used; consider replacing with assignment to '_' or removing it
        let typealiases = state.resolvedTypealiases
        ~~~~^~~~~~~~~~~
        _
remark: Incremental compilation has been disabled: it is not compatible with whole module optimizationremark: Incremental compilation has been disabled: it is not compatible with whole module optimization[22/28] Compiling SourcerySwift SourceryRuntime.content.generated.swift
[23/28] Compiling SourceryStencil NewLineNode.swift
[24/28] Compiling XcodeProj Errors.swift
[25/28] Compiling SwiftSyntax AbsolutePosition.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization[26/29] Archiving libSwiftSyntax.a
[27/29] Compiling SwiftSyntaxParser CNodes.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization[28/30] Archiving libSwiftSyntaxParser.a
[29/30] Compiling SourceryFramework Generator.swift
/private/tmp/sourcery-20220422-71679-bp61ht/Sourcery-1.8.1/SourceryFramework/Sources/Parsing/SwiftSyntax/AST/EnumCase+SwiftSyntax.swift:41:35: warning: 'substring(with:)' is deprecated: Please use String slicing subscript.
                value = unwrapped.substring(with: unwrapped.index(after: unwrapped.startIndex) ..< unwrapped.index(before: unwrapped.endIndex))
                                  ^
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization[30/31] Compiling SourceryLib Configuration.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization[31/32] Compiling SourceryExecutable main.swift
[32/32] Linking sourcery
[32/32] Build complete!
cp build/release/sourcery cli/bin/sourcery
cp SourceryJS/Resources/ejs.js cli/bin
rm -fr build/
/opt/homebrew/Library/Homebrew/shims/shared/git --version
==> Cleaning
==> Fixing /opt/homebrew/Cellar/sourcery/1.8.1/bin/sourcery permissions from 755 to 555
==> Finishing up
ln -s ../Cellar/sourcery/1.8.1/bin/sourcery sourcery
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromPathLoader): loading /opt/homebrew/opt/sourcery/.brew/sourcery.rb
==> Summary
🍺  /opt/homebrew/Cellar/sourcery/1.8.1: 7 files, 51.0MB, built in 2 minutes 59 seconds
==> Running `brew cleanup sourcery`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Removing: /Users/liamnichols/Library/Caches/Homebrew/sourcery--1.7.0... (15.2MB)
Removing: /Users/liamnichols/Library/Caches/Homebrew/sourcery--1.7.0.tar.gz... (16.7MB)
Removing: /Users/liamnichols/Library/Caches/Homebrew/sourcery--1.8.0.tar.gz... (2.4MB)
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/rubberband.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/cjson.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/lame.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/tree.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libtiff.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libtool.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/gmp.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/ffmpeg.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/xorgproto.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libidn2.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/xvid.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libxau.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/little-cms2.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/gh.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libpng.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/mint.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/frei0r.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/nettle.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/pixman.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/gdbm.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/mpdecimal.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libxdmcp.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/sccache.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/opus.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libuv.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/freetype.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/imath.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/cmocka.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libsamplerate.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libvorbis.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libunistring.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/openjpeg.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/openjdk@11.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/zimg.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/brotli.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/bdw-gc.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/speex.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libogg.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/icu4c.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/zeromq.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/harfbuzz.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libbluray.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/glib.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libxcb.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/readline.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/aom.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/mbedtls.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/awscli.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/graphite2.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/srt.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/tesseract.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/cairo.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/webp.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/ruby-build.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/sqlite.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/c-ares.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/gobject-introspection.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/fribidi.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/yarn.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libpthread-stubs.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/xz.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/node@16.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libnghttp2.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/ninja.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/openexr.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/fontconfig.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/openjdk.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/giflib.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libvpx.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libxrender.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/librist.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/snappy.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/flac.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libvmaf.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/ca-certificates.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/gettext.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/openapi-generator.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libsodium.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/dav1d.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/autoconf.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/opencore-amr.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/rav1e.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libxext.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/m4.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libtasn1.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/oniguruma.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/glew.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libevent.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/openssl@1.1.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/leptonica.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/pcre.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/cloc.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/x264.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/jpeg-xl.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/python@3.10.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libvidstab.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/kubernetes-cli.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/six.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/x265.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libsoxr.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/swagger-codegen.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/unbound.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/jpeg.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/theora.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/jq.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/sdl2.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libass.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/guile.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libsndfile.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/p11-kit.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libx11.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/rbenv.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/automake.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/lzo.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libffi.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/python@3.9.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/gnutls.rb
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/envchain.rb
$ sourcery --version
1.8.1

@liamnichols
Copy link
Collaborator Author

liamnichols commented Apr 22, 2022

@krzysztofzablocki: When officially updating the formula, there are two things to note:

  1. We can keep depends_on xcode as 13.0
  2. We can remove lib.install Dir["cli/lib/*.dylib"]

@krzysztofzablocki krzysztofzablocki merged commit 9616fad into krzysztofzablocki:master Apr 22, 2022
@liamnichols liamnichols deleted the ln/use-swift-build branch April 22, 2022 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants