The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/franklefebvre/xmlcoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/franklefebvre/xmlcoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3d8bc3e Merge branch 'release/0.3.3'
Cloned https://github.com/franklefebvre/xmlcoder.git
Revision (git rev-parse @):
3d8bc3ef41ddbfaa5381392085adcef7c9bd8851
SUCCESS checkout https://github.com/franklefebvre/xmlcoder.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "xmlcoder",
      "name": "XMLCoder",
      "url": "https://github.com/franklefebvre/xmlcoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xmlcoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/franklefebvre/xmlcoder.git
[1/653] Fetching xmlcoder
Fetched https://github.com/franklefebvre/xmlcoder.git (0.34s)
Creating working copy for https://github.com/franklefebvre/xmlcoder.git
Working copy of https://github.com/franklefebvre/xmlcoder.git resolved at master
warning: '.resolve-product-dependencies': dependency 'xmlcoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling XMLCoder XMLDecoder.swift
[2/10] Compiling XMLCoder XMLEncoder.swift
[3/10] Compiling XMLCoder XMLElementStorage.swift
[4/10] Compiling XMLCoder XMLEncoderInternal.swift
[5/10] Compiling XMLCoder CombineSupport.swift
[6/10] Compiling XMLCoder Data+Hex.swift
[7/10] Compiling XMLCoder XMLCoder.swift
[8/10] Emitting module XMLCoder
[9/10] Compiling XMLCoder XMLDecoderInternal.swift
[10/10] Compiling XMLCoder XMLNamespaceProvider.swift
Build complete! (13.24s)
Build complete.
Done.