Build Information
Successful build of Marcel, reference 1.0.3 (03af77
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 14:05:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bengottlieb/marcel.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bengottlieb/marcel
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at 03af777 tweaked boundaries
Cloned https://github.com/bengottlieb/marcel.git
Revision (git rev-parse @):
03af777c3bba6d76fe1eb14c03441276a1e50e62
SUCCESS checkout https://github.com/bengottlieb/marcel.git at 1.0.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "marcel",
"name": "Marcel",
"url": "https://github.com/bengottlieb/marcel.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/marcel",
"dependencies": [
]
}
]
}
Fetching https://github.com/bengottlieb/marcel.git
[4/376] Fetching marcel
Fetched https://github.com/bengottlieb/marcel.git from cache (0.96s)
Creating working copy for https://github.com/bengottlieb/marcel.git
Working copy of https://github.com/bengottlieb/marcel.git resolved at 1.0.3 (03af777)
warning: '.resolve-product-dependencies': dependency 'marcel' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/bengottlieb/marcel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling Marcel UInt8+Mime.swift
[4/10] Compiling Marcel String+Mime.swift
[5/10] Compiling Marcel Part.swift
[6/10] Compiling Marcel MIMEBundle.swift
[7/10] Compiling Marcel MIMEMessage.swift
[8/10] Compiling Marcel Header.swift
[9/10] Emitting module Marcel
[10/10] Compiling Marcel Data+Mime.swift
Build complete! (10.17s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Marcel",
"name" : "Marcel",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Marcel",
"targets" : [
"Marcel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Marcel",
"module_type" : "SwiftTarget",
"name" : "Marcel",
"path" : "Source/Marcel",
"product_memberships" : [
"Marcel"
],
"sources" : [
"Data+Mime.swift",
"Header.swift",
"MIMEBundle.swift",
"MIMEMessage.swift",
"Part.swift",
"String+Mime.swift",
"UInt8+Mime.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.