Build Information
Successful build of SemiSingleton 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/SemiSingleton.git
Reference: 2.0.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/SemiSingleton
* tag 2.0.5 -> FETCH_HEAD
HEAD is now at 9459d45 Update dependencies paths
Cloned https://github.com/Frizlab/SemiSingleton.git
Revision (git rev-parse @):
9459d45f4d4719c306b5e0534438eeaa18fad27e
SUCCESS checkout https://github.com/Frizlab/SemiSingleton.git at 2.0.5
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git from cache
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git (0.23s)
Fetched https://github.com/apple/swift-log.git (0.27s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (0.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.0 (0.02s)
Creating working copy for https://github.com/happn-app/RecursiveSyncDispatch.git
Working copy of https://github.com/happn-app/RecursiveSyncDispatch.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "semisingleton",
"name": "SemiSingleton",
"url": "https://github.com/Frizlab/SemiSingleton.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SemiSingleton",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.5.3",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
},
{
"identity": "recursivesyncdispatch",
"name": "RecursiveSyncDispatch",
"url": "https://github.com/happn-app/RecursiveSyncDispatch.git",
"version": "1.0.1",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RecursiveSyncDispatch",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Frizlab/SemiSingleton.git
[1/417] Fetching semisingleton
Fetched https://github.com/Frizlab/SemiSingleton.git (0.23s)
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git (0.21s)
Fetched https://github.com/apple/swift-log.git (0.26s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (0.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.02s)
Creating working copy for https://github.com/happn-app/RecursiveSyncDispatch.git
Working copy of https://github.com/happn-app/RecursiveSyncDispatch.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/Frizlab/SemiSingleton.git
Working copy of https://github.com/Frizlab/SemiSingleton.git resolved at 2.0.5
warning: '.resolve-product-dependencies': dependency 'semisingleton' is not used by any target
Found 2 product dependencies
- swift-log
- RecursiveSyncDispatch
========================================
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/6] Compiling Logging Locks.swift
[2/6] Compiling Logging LogHandler.swift
[3/6] Emitting module Logging
[4/6] Compiling Logging Logging.swift
[5/6] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
[6/6] Emitting module RecursiveSyncDispatch
[7/10] Compiling SemiSingleton SemiSingletonConfig.swift
[8/10] Emitting module SemiSingleton
[9/10] Compiling SemiSingleton SemiSingletonStore.swift
[10/10] Compiling SemiSingleton LinuxStrongToWeakMapTable.swift
Build complete! (7.95s)
Build complete.
Done.