The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/valpackett/SwiftCBOR.git
Reference: v0.4.7
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/valpackett/SwiftCBOR
 * tag               v0.4.7     -> FETCH_HEAD
HEAD is now at 418dab4 Bump minimum support deployment targets for Cocoapods users for iOS and macOS
Cloned https://github.com/valpackett/SwiftCBOR.git
Revision (git rev-parse @):
418dab41b09a5da0d45d7b788c59085979ff4dae
SUCCESS checkout https://github.com/valpackett/SwiftCBOR.git at v0.4.7
========================================
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": "swiftcbor",
      "name": "SwiftCBOR",
      "url": "https://github.com/valpackett/SwiftCBOR.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCBOR",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/valpackett/SwiftCBOR.git from cache
Fetched https://github.com/valpackett/SwiftCBOR.git from cache (0.26s)
Creating working copy for https://github.com/valpackett/SwiftCBOR.git
Working copy of https://github.com/valpackett/SwiftCBOR.git resolved at v0.4.7 (418dab4)
warning: '.resolve-product-dependencies': dependency 'swiftcbor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/valpackett/SwiftCBOR.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/18] Compiling SwiftCBOR CBORInputStream.swift
[4/18] Compiling SwiftCBOR CBOROptions.swift
[5/20] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[6/20] Compiling SwiftCBOR Util.swift
[7/20] Compiling SwiftCBOR CodableCBORDecoder.swift
[8/20] Compiling SwiftCBOR KeyedDecodingContainer.swift
[9/20] Compiling SwiftCBOR CodableCBOREncoder.swift
[10/20] Compiling SwiftCBOR KeyedEncodingContainer.swift
[11/20] Emitting module SwiftCBOR
[12/20] Compiling SwiftCBOR CBOREncodable.swift
[13/20] Compiling SwiftCBOR CBOREncoder.swift
[14/20] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[15/20] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[16/20] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[17/20] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[18/20] Compiling SwiftCBOR AnyCodingKey.swift
[19/20] Compiling SwiftCBOR CBOR.swift
[20/20] Compiling SwiftCBOR CBORDecoder.swift
Build complete! (5.24s)
Build complete.
Done.