The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fetch with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.30.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dhardiman/fetch.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dhardiman/fetch
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8c9b3ae Merge pull request #48 from dhardiman/privacy-manifest
Cloned https://github.com/dhardiman/fetch.git
Revision (git rev-parse @):
8c9b3ae598c606578b8120f45d4ef54b7ce01012
SUCCESS checkout https://github.com/dhardiman/fetch.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dhardiman/fetch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--423B1241ED78D482.txt
[4/22] Compiling Fetch UIImage+Parsable.swift
[5/22] Compiling Fetch URL+QueryItems.swift
[6/22] Emitting module Fetch
[7/24] Compiling Fetch ResponseError.swift
[8/24] Compiling Fetch Session+Combine.swift
[9/24] Compiling Fetch Session.swift
[10/24] Compiling Fetch SessionActivityMonitor.swift
[11/24] Compiling Fetch FetchResult.swift
[12/24] Compiling Fetch HTTPFormPostRequest.swift
[13/24] Compiling Fetch HTTPMethod.swift
[14/24] Compiling Fetch BasicURLRequest.swift
[15/24] Compiling Fetch EncodableRequest.swift
[16/24] Compiling Fetch ErrorParsing.swift
[17/24] Compiling Fetch Parsable.swift
[18/24] Compiling Fetch Request.swift
[19/24] Compiling Fetch Response.swift
[20/24] Compiling Fetch JSONRequest.swift
[21/24] Compiling Fetch MultiPartFormRequest.swift
[22/24] Compiling Fetch NoDataResponse.swift
[23/24] Compiling Fetch UserInfoProviding.swift
[24/24] Compiling Fetch resource_bundle_accessor.swift
Build complete! (5.01s)
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/FetchTests/Info.plist
    /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/FetchTests/image.png
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Fetch/Info.plist
Build complete.
Done.