The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ciao with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AlTavares/Ciao.git
Reference: 2.1.2
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/AlTavares/Ciao
 * tag               2.1.2      -> FETCH_HEAD
HEAD is now at 658361c Update README.MD
Cloned https://github.com/AlTavares/Ciao.git
Revision (git rev-parse @):
658361c6d28c9f917178c23f9235fa40cd9090d0
SUCCESS checkout https://github.com/AlTavares/Ciao.git at 2.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/AlTavares/Ciao.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Ciao NetServiceExtension.swift
[2/6] Compiling Ciao CiaoBrowser.swift
[3/6] Compiling Ciao CiaoResolver.swift
[4/6] Emitting module Ciao
[5/6] Compiling Ciao CiaoServer.swift
[6/6] Compiling Ciao Logger.swift
[7/7] Compiling Ciao ServiceType.swift
Build complete! (4.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ciao",
  "name" : "Ciao",
  "path" : "/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ciao",
      "targets" : [
        "Ciao"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CiaoTests",
      "module_type" : "SwiftTarget",
      "name" : "CiaoTests",
      "path" : "Tests/CiaoTests",
      "sources" : [
        "CiaoBrowserTests.swift",
        "CiaoServerTests.swift",
        "TestWithExpectation.swift"
      ],
      "target_dependencies" : [
        "Ciao"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ciao",
      "module_type" : "SwiftTarget",
      "name" : "Ciao",
      "path" : "Sources/Ciao",
      "product_memberships" : [
        "Ciao"
      ],
      "sources" : [
        "CiaoBrowser.swift",
        "CiaoResolver.swift",
        "CiaoServer.swift",
        "Logger.swift",
        "NetServiceExtension.swift",
        "ServiceType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.