Build Information
Successful build of csv-dialect-swift, reference 1.0.2 (89c6c1
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 12:53:52 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/chrispomeroyhale/csv-dialect-swift.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrispomeroyhale/csv-dialect-swift
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 89c6c11 GH-7: Optionally specify import data encoding.
Cloned https://github.com/chrispomeroyhale/csv-dialect-swift.git
Revision (git rev-parse @):
89c6c1195da0aa86f201b4dc3bf5011cd7dd6adc
SUCCESS checkout https://github.com/chrispomeroyhale/csv-dialect-swift.git at 1.0.2
========================================
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": "csv-dialect-swift",
"name": "csv-dialect-swift",
"url": "https://github.com/chrispomeroyhale/csv-dialect-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/csv-dialect-swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/chrispomeroyhale/csv-dialect-swift.git
[1/185] Fetching csv-dialect-swift
Fetched https://github.com/chrispomeroyhale/csv-dialect-swift.git from cache (0.79s)
Creating working copy for https://github.com/chrispomeroyhale/csv-dialect-swift.git
Working copy of https://github.com/chrispomeroyhale/csv-dialect-swift.git resolved at 1.0.2 (89c6c11)
warning: '.resolve-product-dependencies': dependency 'csv-dialect-swift' 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/chrispomeroyhale/csv-dialect-swift.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/11] Compiling DialectalCSV InputIterator.swift
[4/11] Compiling DialectalCSV OutputHandler.swift
[5/11] Compiling DialectalCSV ImportParser.swift
[6/11] Compiling DialectalCSV Document.swift
[7/11] Compiling DialectalCSV Aliases.swift
[8/11] Emitting module DialectalCSV
[9/11] Compiling DialectalCSV Dialect.swift
[10/11] Compiling DialectalCSV InputHandler.swift
[11/11] Compiling DialectalCSV ExportParser.swift
Build complete! (11.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "csv-dialect-swift",
"name" : "csv-dialect-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DialectalCSV",
"targets" : [
"DialectalCSV"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2"
],
"targets" : [
{
"c99name" : "DialectalCSVTests",
"module_type" : "SwiftTarget",
"name" : "DialectalCSVTests",
"path" : "Tests/DialectalCSVTests",
"sources" : [
"ExportTests.swift",
"ImportTests.swift",
"IntegrationTests.swift",
"Utility.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DialectalCSV"
],
"type" : "test"
},
{
"c99name" : "DialectalCSV",
"module_type" : "SwiftTarget",
"name" : "DialectalCSV",
"path" : "Sources",
"product_memberships" : [
"DialectalCSV"
],
"sources" : [
"Aliases.swift",
"Dialect.swift",
"Document.swift",
"ExportParser.swift",
"ImportParser.swift",
"InputHandler.swift",
"InputIterator.swift",
"OutputHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.