The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/julianschiavo/letmewatch.git
Reference: v1.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/julianschiavo/letmewatch
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at b6f8692 Fix content info requests not working
Cloned https://github.com/julianschiavo/letmewatch.git into spi-builder-workspace
b6f8692c39720c321fb95d9ed8ed76ae9651d879
SUCCESS checkout https://github.com/julianschiavo/letmewatch.git at v1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/julianschiavo/LetMeIn.git from cache
Fetched https://github.com/julianschiavo/LetMeIn.git (0.18s)
Computing version for https://github.com/julianschiavo/LetMeIn.git
Computed https://github.com/julianschiavo/LetMeIn.git at 1.0.0 (0.37s)
Creating working copy for https://github.com/julianschiavo/LetMeIn.git
Working copy of https://github.com/julianschiavo/LetMeIn.git resolved at 1.0.0
Building for debugging...
[1/7] Compiling LetMeIn PKCS12Certificate.swift
[2/7] Compiling LetMeIn CertificateType.swift
[3/7] Compiling LetMeIn CertificateFile.swift
[4/7] Compiling LetMeIn Certificate.swift
[5/7] Emitting module LetMeIn
[6/7] Compiling LetMeIn ClientCertificateAuthenticator.swift
[7/7] Compiling LetMeIn Logger-Custom.swift
[8/22] Compiling LetMeWatch ClientCertificateAuthenticator-Package.swift
[9/22] Compiling LetMeWatch Logger-Custom.swift
[10/22] Compiling LetMeWatch Result-Convenience.swift
[11/22] Compiling LetMeWatch URL-SignedScheme.swift
[12/22] Compiling LetMeWatch LetMeWatchConfiguration.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LetMeWatch/Request.swift:11:19: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol Request: class {
                  ^~~~~
                  AnyObject
[13/22] Compiling LetMeWatch Request.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LetMeWatch/Request.swift:11:19: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol Request: class {
                  ^~~~~
                  AnyObject
[14/22] Compiling LetMeWatch AVResourceLoadingDataRequest-Info.swift
[15/22] Compiling LetMeWatch Aliases.swift
[16/22] Compiling LetMeWatch URLRequest-ByteRange.swift
[17/22] Compiling LetMeWatch URLResponse-Info.swift
[18/22] Compiling LetMeWatch ByteRange.swift
[19/22] Compiling LetMeWatch ContentInfoRequest.swift
[20/22] Compiling LetMeWatch DataRequest.swift
[21/22] Compiling LetMeWatch AVAssetResourceLoadingContentInformationRequest-Update.swift
[22/22] Emitting module LetMeWatch
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LetMeWatch/Request.swift:11:19: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol Request: class {
                  ^~~~~
                  AnyObject
[23/24] Compiling LetMeWatch ResourceLoaderDelegate.swift
[24/24] Compiling LetMeWatch SignedAsset.swift
Build complete! (8.12s)
Build complete.
Done.